[emacs-w3m:13713] Re: Problems installing emacs-w3m
Katsumi Yamaoka <[email protected]> Fri, 27 Nov 2020 14:21:31 +0900
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
In [emacs-w3m:13712] On Thu, 26 Nov 2020 23:48:19 -0500, [email protected] 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?