[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Symbol's function definition is void: w3m-browse-url
- From: Richmond <p1299721@xxxxxxxxxxxxxx>
- Date: Tue, 13 Jun 2017 18:42:01 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 12693
I am bewildered by this error:
Symbol's function definition is void: w3m-browse-url
I am trying to use w3m as a text browser in emacs. It works for one
linux user, but not for another.
I have in .gnu-emacs-custom:
'(browse-url-browser-function (quote w3m-browse-url))
I fear I have messed things up by moving to emacs 25 and then back to
emacs 24.
I got w3m from github, configure, make, make install.
Where is the function w3m-browse-url? Where is it supposed to come from?