geiser-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Geiser-users] Error with C-x C-e at (values)


From: Diogo F. S. Ramos
Subject: [Geiser-users] Error with C-x C-e at (values)
Date: Tue, 09 Apr 2013 22:54:02 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

1. Open a Racket file
2. Write `(values)'
3. Position cursor after `(values)' and press C-x C-e
4. "Error: retort-syntax"

`(values)' is a valid procedure call in Racket but C-x C-e doesn't like
it.  It works at the REPL.

Some investigation lead me to `geiser-con--req-form'.  It tries to match
against `answer' with a white space in the end of the regexp, but as
`(values)' doesn't return anything, it fails.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]