From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Is this the way geiser works for others? Date: Wed, 12 Apr 2017 12:11:25 +0300 Message-ID: <87o9w20z42.fsf@gmail.com> References: <8660ia6ytv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyEJJ-0001qX-Ho for help-guix@gnu.org; Wed, 12 Apr 2017 05:11:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyEJE-0000ZE-Ja for help-guix@gnu.org; Wed, 12 Apr 2017 05:11:33 -0400 Received: from mail-lf0-x242.google.com ([2a00:1450:4010:c07::242]:34783) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyEJE-0000XF-By for help-guix@gnu.org; Wed, 12 Apr 2017 05:11:28 -0400 Received: by mail-lf0-x242.google.com with SMTP id x72so2328260lfb.1 for ; Wed, 12 Apr 2017 02:11:28 -0700 (PDT) In-Reply-To: <8660ia6ytv.fsf@gmail.com> (myglc2@gmail.com's message of "Wed, 12 Apr 2017 00:21:00 -0400") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: myglc2 Cc: help-guix@gnu.org 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=E2=80=99t find edit location for > =E2=80=99define-module=E2=80=99 > > If I select 'emacs-build-system' and press M-. I see ... > > geiser-edit-symbol-at-point: Couldn=E2=80=99t find edit location for > =E2=80=99emacs-build-system=E2=80=99 > > 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 . --=20 Alex