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
