From 92ebee294b4d66abbbb3250ce910239427c48ebb Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 30 Oct 2010 04:57:31 +0200 Subject: Elisp: more flexible parsing of :eval and :ge forms This allows the implementation decide the concrete structure of the code sent to the REPL. For instance, it doesn't need to be a single s-expression, and argument order can be re-arranged. --- elisp/geiser-repl.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'elisp/geiser-repl.el') diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el index d55207e..900ba16 100644 --- a/elisp/geiser-repl.el +++ b/elisp/geiser-repl.el @@ -481,8 +481,7 @@ With a prefix argument, force exit by killing the scheme process." (compilation-forget-errors)) (comint-send-input) (when (string-match "^\\s-*$" intxt) - (comint-send-string proc - (geiser-eval--scheme-str '((:ge no-values)))) + (comint-send-string proc (geiser-eval--scheme-str '(:ge no-values))) (comint-send-string proc "\n"))))) (defun geiser-repl--maybe-send () -- cgit v1.2.3