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)