help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is this the way geiser works for others?


From: Alex Kost
Subject: Re: Is this the way geiser works for others?
Date: Wed, 12 Apr 2017 12:11:25 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]