[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: use Emacs-w3m with non-installed Emacs
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 25 Oct 2018 07:22:53 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 13043
- References: <86efcftd99.fsf@zoho.com>
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.