Re: [Geiser-users] geiser-xref-callers does not seem to work

2018-01-30 Thread Jose A. Ortega Ruiz
On Tue, Jan 30 2018, Andy Wingo wrote: > On Mon 29 Jan 2018 18:52, "Jose A. Ortega Ruiz" writes: > >> i've figured out how to find the filename for a procedure, but i'm >> missing what is probably the easier part: give the latter, how do i get >> hold of the module object? > > On the one side the

Re: [Geiser-users] geiser-xref-callers does not seem to work

2018-01-30 Thread Andy Wingo
On Mon 29 Jan 2018 18:52, "Jose A. Ortega Ruiz" writes: > i've figured out how to find the filename for a procedure, but i'm > missing what is probably the easier part: give the latter, how do i get > hold of the module object? On the one side there's no 100% reliable way. E.g. some files don't

Re: [Geiser-users] geiser-xref-callers does not seem to work

2018-01-29 Thread Jose A. Ortega Ruiz
On Mon, Jan 29 2018, Andy Wingo wrote: > Hi! > > Great to hear from you jao :) likewise :) > On Sat 27 Jan 2018 17:41, "Jose A. Ortega Ruiz" writes: > >> hmmm, i was investigating this. the cause geiser fails is that, in the >> process of looking for other things, it's not able to find >> `pro

Re: [Geiser-users] geiser-xref-callers does not seem to work

2018-01-29 Thread Andy Wingo
Hi! Great to hear from you jao :) On Sat 27 Jan 2018 17:41, "Jose A. Ortega Ruiz" writes: > hmmm, i was investigating this. the cause geiser fails is that, in the > process of looking for other things, it's not able to find > `program-arities', exported by (system vm program). i am not sure w

Re: [Geiser-users] geiser-xref-callers does not seem to work

2018-01-27 Thread Jose A. Ortega Ruiz
On Mon, Dec 18 2017, Andy Wingo wrote: > On Sat 16 Dec 2017 08:55, Chris Marusich writes: > >> * Place point on symbol expression->derivation-in-linux-vm on line 203 >> (in the definition of the iso9660-image procedure), and press "C-c <". >> >> When I do this, I receive the following message i

Re: geiser-xref-callers does not seem to work

2017-12-18 Thread Chris Marusich
Hi, Thank you for the quick response! Andy Wingo writes: > It appears to be a Geiser problem and not a Guile problem: > > wingo@rusty:~/src/guix$ ./pre-inst-env guile > GNU Guile 2.2.2 > Copyright (C) 1995-2017 Free Software Foundation, Inc. > > Guile comes with ABSOLUTELY NO WA

Re: geiser-xref-callers does not seem to work

2017-12-18 Thread Andy Wingo
On Sat 16 Dec 2017 08:55, Chris Marusich writes: > * Place point on symbol expression->derivation-in-linux-vm on line 203 > (in the definition of the iso9660-image procedure), and press "C-c <". > > When I do this, I receive the following message in the minibuffer: > > No callers found for ’e

Re: [Geiser-users] geiser-xref-callers does not seem to work

2017-12-16 Thread Jose A. Ortega Ruiz
Hi Chris, On Sat, Dec 16 2017, Chris Marusich wrote: > Whoops, geiser-user@ doesn't exist. But geiser-users@ supposedly does. > I meant to send this email there, so I will try again. Email follows: > > Chris Marusich writes: > >> Hi, >> >> It seems that geiser-xref-callers does not work for m

Re: geiser-xref-callers does not seem to work

2017-12-16 Thread Chris Marusich
Whoops, geiser-user@ doesn't exist. But geiser-users@ supposedly does. I meant to send this email there, so I will try again. Email follows: Chris Marusich writes: > Hi, > > It seems that geiser-xref-callers does not work for me. I believe I've > configured Geiser correctly, since other comma

geiser-xref-callers does not seem to work

2017-12-15 Thread Chris Marusich
Hi, It seems that geiser-xref-callers does not work for me. I believe I've configured Geiser correctly, since other commands like geiser-edit-symbol-at-point and geiser-doc-symbol-at-point do work in some cases. Here is a specific example where it fails for me: * Clone the Guix Git repository (