geiser-users
[Top][All Lists]
Advanced

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

Re: [Geiser-users] geiser-eval-last-sexp not working for Racket


From: Limbo Peng
Subject: Re: [Geiser-users] geiser-eval-last-sexp not working for Racket
Date: Sun, 30 Dec 2012 10:05:19 +0800

On Sun, Dec 30, 2012 at 3:29 AM, Jose A. Ortega Ruiz <address@hidden> wrote:
If you save the file and switch to the REPL with C-u C-c C-z (note the
C-u), Geiser REPL will enter the module (you'll see the prompt change),
and the definitions will be visible.

Now it works :)
 
When you remove the #lang directive, the file doesn't define a module
anymore, and the definitions are at the top-level.  That's the reason
the variable is then visible.

Oops...I misunderstood Racket's #lang syntax, thinking that it's just a shorthand for requring modules....

Thanks for your response.

-Limbo Peng

reply via email to

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