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

Re: use Emacs-w3m with non-installed Emacs



In [emacs-w3m:13042]
On Wed, 24 Oct 2018 20:23:30 +0200, Emanuel Berg wrote:
> Or, if that is sufficient, how do I tell
> Emacs-26 where to look for Emacs-w3m?

Probably the `load-path' list doesn't contain the directory
where w3m.elc, etc. exist.  To let Emacs 26 know it, add to
the Emacs init file or just `eval' this snippet:

(push "/some/where/emacs-w3m" load-path)

Note that w3m.elc, etc. should be compiled using Emacs 26
because the byte-codes compiled by Emacs 24 might mismatch.