[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error when calling 'report-emacs-w3m-bug'
In [emacs-w3m:13546]
On Thu, 12 Sep 2019 02:40:43 +0200, Michael Heerdegen wrote:
> Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
>> 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
> Hmm, I installed it with M-x list-packages (from Melpa repo) -- but I
> guess that should work, too?
Unfortunately I'm not familiar with MLPA. If it is a complete
copy of emacs-w3m it should inherit the last hash value of the
git revision into the `emacs-w3m-git-revision' constant. To get
the value, do the following or simply `make' in the local copy
of the original emacs-w3m git repository.
$ git log --oneline -n 1 .| awk '{print $1}'
Could anyone follow it up?
Thanks.
Regards,