Alex Kost <alez...@gmail.com> skribis:

> Ludovic Courtès (2015-11-18 00:40 +0300) wrote:

[...]

>> I have:
>>
>>   (require 'geiser-install)
>>   (require 'geiser)
>
> You don't need (require 'geiser) as (require 'geiser-install) loads it
> anyway (look at "M-x find-library geiser-install").
>
> But after this, 'geiser-guile-load-path' shouldn't be available, as it
> is placed in "geiser-guile.el" which is not loaded by "geiser.el".  So
> if (featurep 'geiser-guile) gives you `t' right after Emacs start, then
> there is something else (I would say “something evil” :-)) in your
> config that loads the whole Geiser functionality.

Weird, I don’t see anything obvious.  Nevertheless, I’ve changed my
.emacs to use ‘with-eval-after-load’.

Thanks for educating me!  :-)

Ludo’.

Reply via email to