From 3b24e917fdfebc8df3fefbbcc747963eb4bbd126 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 23 Nov 2010 01:58:33 +0100 Subject: Document browser improvements, and Racket using them We have a new "manual lookup" command, and Racket now displays a doc browser buffer for help with a button activating it. In the process, we've cleaned-up a little mess in geiser-eval.el and geiser-doc.el, and refactored the affected Racket modules. Next in line is providing manual lookup for Guile. --- scheme/guile/geiser/evaluation.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'scheme/guile/geiser/evaluation.scm') diff --git a/scheme/guile/geiser/evaluation.scm b/scheme/guile/geiser/evaluation.scm index 305ccfd..3741c6a 100644 --- a/scheme/guile/geiser/evaluation.scm +++ b/scheme/guile/geiser/evaluation.scm @@ -104,5 +104,3 @@ (with-output-to-string (lambda () (pretty-print (tree-il->scheme (macroexpand form))))))) - -;;; evaluation.scm ends here -- cgit v1.2.3