[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error when calling 'report-emacs-w3m-bug'
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 12 Sep 2019 08:56:56 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 13544
- References: <87sgp2eaev.fsf@web.de>
In [emacs-w3m:13542]
On Thu, 12 Sep 2019 00:27:20 +0200, Michael Heerdegen wrote:
> I don't have a file named "w3m-load" on my system. My fault or a bug?
Not necessarily a fault but w3m-load.elc and w3m-load.el(.gz)
should have been installed if you did a normal installation, i.e.:
$ autoconf; ./configure [options...]; make; make install
See also: <https://emacs-w3m.github.io/#configuration>
Though the file contains mainly autoload things and emacs-w3m
will work without it, the `emacs-w3m-git-revision' constant
(of which the value will be included in a bug report) in it will
make it easy to know what version of emacs-w3m a user uses. So,
I recommend installing it.
Regards,