l...@gnu.org (Ludovic Courtès) writes: > Hi Neil, > > Neil Jerram <n...@ossau.uklinux.net> writes: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> BTW, ‘M-.’ in Geiser works really great, if you haven’t tried yet. And >>> it works across all the modules currently loaded, not just those of the >>> current project. >> >> I think I must be missing something: for me it always says "Couldn't >> find edit location for X" in the echo area. > > Make sure to compile the source file with C-c C-k first.
OK, I wasn't doing that. > And before > that, make sure to have a suitable ‘geiser-guile-load-path’. What would be the right value, for a top level script file? (i.e. one with no define-module form) > Does C-c d RET in a Scheme buffer work for you? No, but C-c C-d RET does. I guess that's what you meant. Thanks, Neil