help-guix
[Top][All Lists]
Advanced

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

Re: How do I cope with Geiser in Emacs


From: Luther Thompson
Subject: Re: How do I cope with Geiser in Emacs
Date: Mon, 3 Dec 2018 03:35:31 -0500

On Sun, 02 Dec 2018 23:43:23 +0300
Alex Kost <address@hidden> wrote:

> Luther Thompson (2018-12-01 19:34 -0500) wrote:
> > When I'm editing a Scheme file (not Guix-related) in Emacs and
> > company-mode activates, I get this error message: 'Company: backend
> > company-capf error "No Geiser REPL for this buffer (try M-x
> > run-geiser)" with args (prefix)'. If I appease the error by running
> > M-x run-geiser, I get completion lists that don't make much sense.
> > They fail to include names that are already in the file, and they
> > do include what appear to be many obscure library functions.
> 
> Since this error comes from Geiser (from 'geiser-repl--connection'
> function), I would ask at <https://gitlab.com/jaor/geiser/issues>.
> Alternatively, you may send a message at <address@hidden>

Telling me that function name was actually a really helpful clue for
further investigation. I found out that I can fix the problem by
putting `(setq-default geiser-mode-auto-p nil)` in my .emacs file.
Thanks for the help!

Luther



reply via email to

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