help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: problems with Emacs 28


From: Emanuel Berg
Subject: Re: problems with Emacs 28
Date: Fri, 23 Oct 2020 20:22:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii wrote:

>> 2) a lot of errors like this:
>> 
>>      global-keys.el: 
>>      In toplevel form:
>>      global-keys.el:8:1: Error: Cannot open load file: No such file
>> or directory, w3m-bookmark
>
> Looks like the same problem [...] Somehow the files you expect to be
> available are not on load-path.

But they are added, explicitely

  byte-compile=$(emacs) -batch \
  -eval "(setq load-path (append load-path '(\"~/.emacs.d/emacs-init\" 
\"~/.emacs.d/emacs-init/ide\" \"~/.emacs.d/emacs-init/w3m\" 
\"~/.emacs.d/emacs-init/gnus\" \"~/.emacs.d/elpa/slime-20190319.930\" 
\"~/.emacs.d/elpa/google-translate-20190620.1416\" )))" \
  -f batch-byte-compile

in the Makefile [1] - and that must work, since I do the same thing
with for example all my Gnus stuff - the byte-compiler don't complain,
and they are in effect, I see that right now, using Gnus.


[1] https://dataswamp.org/~incal/emacs-init/Makefile

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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