"Jose A. Ortega Ruiz" <[email protected]> writes:
> On Tue, Oct 05 2010, Neil Jerram wrote:
>
>> [email protected] (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.
>
> Could you send (or paste somewhere) a file where that's happening? Does
> it also happen for, say, identifiers in any of the geiser (guile) scheme
> files (they're all loaded once you start using geiser)? The only cases
> where you'd get that error should be a) for procedures defined in C or
> b) for procedures in modules not yet loaded. But that's not "always" :)
I'm sorry, I think I was being a bit stupid - expecting that it would
work even before starting a REPL.
It works as you say for Geiser's own code, and for my own modules once
I've compiled them.
Thanks,
Neil