myglc2 (2017-04-12 00:21 -0400) wrote: > I am starting to wonder if something is horribly wrong. Why? Well, if I > do 'M-x guix-edit emacs.scm', do 'M-x run-geiser', select > 'define-module', and press M-. I see ... > > geiser-edit-symbol-at-point: Couldn’t find edit location for > ’define-module’ > > If I select 'emacs-build-system' and press M-. I see ... > > geiser-edit-symbol-at-point: Couldn’t find edit location for > ’emacs-build-system’ > > Is this how geiser works for others?
Yes, it is, that's why I added "C-c . u" to Emacs-Guix: before you can jump to a definition, you need to use the current module, so after pressing "C-c . u", "M-." on 'emacs-build-system' should work. As for 'define-module', you'll never be able to "edit" it with "M-.", because it is internal. See <https://github.com/jaor/geiser/issues/160>. -- Alex
