On Mon, Dec 18 2017, Andy Wingo wrote: > On Sat 16 Dec 2017 08:55, Chris Marusich <cmmarus...@gmail.com> 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 ’expression->derivation-in-linux-vm’ >> >> And yet, if I run "M-x rgrep" on the same symbol, there are obviously >> many call sites: >> >> ./gnu/system/vm.scm:68: #:export (expression->derivation-in-linux-vm >> ./gnu/system/vm.scm:105:(define* (expression->derivation-in-linux-vm name >> exp >> ./gnu/system/vm.scm:203: (expression->derivation-in-linux-vm >> ./gnu/system/vm.scm:274: (expression->derivation-in-linux-vm >> >> What might the problem be? When I run "M-x geiser-doc-symbol-at-point" >> on this symbol, it also claims that there is no documentation >> available. I feel like maybe I've misconfigured something, but I don't >> know what. > > It appears to be a Geiser problem and not a Guile problem:
another reason it fails is that the procedure `program-module' is no longer available (this time is not exported either). is there any replacement for it in recent guile? thanks! jao