guile-user
[Top][All Lists]
Advanced

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

Re: Geiser vs. guile-mode?


From: Jose A. Ortega Ruiz
Subject: Re: Geiser vs. guile-mode?
Date: Thu, 20 Feb 2020 22:50:05 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

On Tue, Feb 18 2020, sirgazil wrote:

> 2. Immediate availability of new symbols after importing a module.

I'm not sure what you mean here by "importing a module".  Loading or
compiling a given module makes transitively availabe all the symbols in
modules it imports, provided you're in the context of a module where
they're visible.  If you mean automatically loading a module when you
open its file in emacs, that's just

    (add-hook 'geiser-mode-hook #'geiser-compile-current-buffer)

But possibly you mean something else?

Cheers,
jao
-- 
Spend the afternoon. You can't take it with you.
  -Annie Dillard, author (b. 1945)




reply via email to

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