Re: [Geiser-users] Entering Racket submodules

2013-06-09 Thread Diogo F. S. Ramos
Jose A. Ortega Ruiz j...@gnu.org writes: Is it possible to enter submodules when using Racket? OK, i've just pushed a patch that lets you ,enter submodules: racket@ ,enter (submod submod.rkt bar) rac...@submod.rkt/bar quux 2 rac...@submod.rkt/bar ,enter submod.rkt

Re: [Geiser-users] Entering Racket submodules

2013-06-09 Thread Jose A. Ortega Ruiz
On Sun, Jun 09 2013, Diogo F. S. Ramos wrote: [...] I was thinking about how C-c C-a should operate too. Maybe with point inside a submodule, C-c C-a should enter this submodule, instead of the file module. I think that's the correct behaviour, and it is the one i'm implementing. But I

Re: [Geiser-users] Entering Racket submodules

2013-06-09 Thread Jose A. Ortega Ruiz
On Sun, Jun 09 2013, Diogo F. S. Ramos wrote: Jose A. Ortega Ruiz j...@gnu.org writes: The other bit that's related is what to do when loading the top module with C-c C-k... to me it is very unintuitive that some submodules don't get loaded, specially on an interactive hacking session. I'm