racket: new ,geiser-load command in REPL
commit7b1a1d046059eb2ce68ea02706a0e7494c39684f
authorJose Antonio Ortega Ruiz <jao@gnu.org>
Sun, 9 Jun 2013 22:06:55 +0000 (10 00:06 +0200)
committerJose Antonio Ortega Ruiz <jao@gnu.org>
Sun, 9 Jun 2013 22:06:55 +0000 (10 00:06 +0200)
tree8a72cf5b83d913cc29802ecc4d1083b5c8386423
parentbba166c3ccb136fa8321ad9acc9cfd48a5fed357
racket: new ,geiser-load command in REPL

... and used also internally for C-c C-k, although it doesn't yet work
as well as i wanted when it comes to load modules.  The reason is
probably in geiser/enter, where we don't record modification times per
submodule but per path, which is not correct in the presence of submodules.
elisp/geiser-racket.el
elisp/geiser-syntax.el
scheme/racket/geiser/eval.rkt
scheme/racket/geiser/user.rkt