geiser-users
[Top][All Lists]
Advanced

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

Re: setting a buffer's namespace


From: James Mckernon
Subject: Re: setting a buffer's namespace
Date: Thu, 21 Nov 2019 15:47:03 +0000

On 11/18/19, Jose A. Ortega Ruiz <address@hidden> wrote:
> The "normal" workflow to do that is to just have two files/buffers, one
> with the module, the other, as you say, requiring it.  And then you
> re-evaluate things in the module's buffer first (with C-c C-k, C-c C-e,
> etc.), and those redefinitions should be visible in the other buffer
> without restarting racket.

Ah, this works, and facilitates the workflow I was after. (If
anything, it's slightly nicer than what I was attempting.)

I was rewriting definitions in the module, saving the module file, and
then rerunning the 'require' statement in my other file, which of
course did not work. This is nicer.

Many thanks,
James



reply via email to

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