geiser-users
[Top][All Lists]
Advanced

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

Re: [Geiser-users] eval current (unmodified) buffer


From: Alex Kost
Subject: Re: [Geiser-users] eval current (unmodified) buffer
Date: Fri, 01 Jan 2016 22:21:28 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)


Eduardo Bellani (2015-09-29 17:42 +0300) wrote:

> Hello list
>
> I'm using geiser with racket 6.2.1, and I have a small nuisance. I have
> a buffer with something like
>
> `
> #lang racket
>
> (displayln "hello")
> `
>
> Whenever I run 'geiser-load-current-buffer' the first time, it correctly
> display the "hello". Each subsequent run, though, does not, unless I
> modify the buffer in some way.
>
> Is there something I can do to load the buffer regardless if it is
> modified or not?

IIUC `geiser-load-current-buffer' compiles and loads the file which is
visited by the current buffer.  You probably want to use
`geiser-eval-buffer' instead.

-- 
Alex




reply via email to

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