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

Re: use Emacs-w3m with non-installed Emacs



Katsumi Yamaoka 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.

When I byte-compile my Emacs-24 stuff with
Emacs-26 [1], I get the following errors
related to w3m [2].

Byte-compiling for/with Emacs-24 works without
a single error or warning.

BTW note that I do not wish to re-compile my
installed Emacs-w3m, since that might cause
problems for my Emacs-24 installation. I want
to have it work with Emacs-26 in parallel.

So maybe the best way is to download it, and
put it in a directory together with Emacs-26,
and to have a separate .emacs and .emacs.d for
Emacs-26?

[1] http://user.it.uu.se/~embe8573/emacs-init/Makefile

[2] In toplevel form: dired-my.el:7:1:Error: Cannot
open load file: No such file or directory, w3m

In toplevel form: gnus/article.el:3:1:Error:
Cannot open load file: No such file or
directory, w3m-bookmark

In toplevel form: global-keys.el:4:1:Error:
Cannot open load file: No such file or
directory, w3m-bookmark

In toplevel form: isbn.el:69:1:Error: Cannot
open load file: No such file or directory, w3m

In toplevel form: ide/ide.el:5:1:Error: Cannot
open load file: No such file or directory, w3m

In toplevel form: kill-path.el:2:1:Error:
Cannot open load file: No such file or
directory, w3m

In toplevel form:
navigate-fs-keys.el:14:1:Error: Cannot open
load file: No such file or directory,
w3m-bookmark

In toplevel form: w3m/autologin.el:2:1:Error:
Cannot open load file: No such file or
directory, w3m-form

In toplevel form: w3m/bookmarks.el:1:1:Error:
Cannot open load file: No such file or
directory, w3m-bookmark

In toplevel form: w3m/history.el:1:1:Error:
Cannot open load file: No such file or
directory, w3m-form

In toplevel form: w3m/dl.el:2:1:Error: Cannot
open load file: No such file or directory, w3m

In toplevel form: w3m/w3m-my.el:3:1:Error:
Cannot open load file: No such file or
directory, w3m

In toplevel form: w3m/w3m-keys.el:3:1:Error:
Cannot open load file: No such file or
directory, w3m-bookmark

In toplevel form: w3m/search.el:3:1:Error:
Cannot open load file: No such file or
directory, w3m

In toplevel form: w3m/w3m-tabs.el:3:1:Error:
Cannot open load file: No such file or
directory, w3m

In toplevel form:
w3m/w3m-unisearch.el:8:1:Error: Cannot open
load file: No such file or directory, w3m

In end of data: ~/.emacs:73:1:Warning: the
function ‘w3m’ is not known to be defined.

-- 
underground experts united
http://user.it.uu.se/~embe8573