[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems installing emacs-w3m
In [emacs-w3m:13712]
On Thu, 26 Nov 2020 23:48:19 -0500, aalinovi@xxxxxxxxxx wrote:
> The good news is that I've taken what you've told me and added the line:
> (setq w3m-init-file "~/.emacs.d/elpa/w3m-20201126.339")
> to my ~/.emacs.d/init.el file, did a package-reinstall of w3m and so far
> things seem to be working.
"~/.emacs.d/elpa/w3m-20201126.339" is the directory, isn't it?
Emacs-w3m indeed works with that value of `w3m-init-file', but
what w3m.el(c) does when starting up is to try to load that
directory and it simply fails. In such a case w3m.el(c) doesn't
report it.
The default value of `w3m-init-file' is "~/.emacs-w3m". Has that
file really not existed while the tabstop trouble was happening?