[emacs-w3m:13700] Re: Problems installing emacs-w3m
Michael Heerdegen <[email protected]> Thu, 26 Nov 2020 02:30:35 +0100
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <[email protected]> |
Katsumi Yamaoka <[email protected]> writes: > Does anyone in this mailing list know what causes such a mystery? > > > w3m-bookmark.el:40:1:Error: Symbol’s value as variable is void: tabstop > > w3m-cookie.el:42:1:Error: Symbol’s value as variable is void: tabstop > > w3m-dtree.el:35:1:Error: Symbol’s value as variable is void: tabstop > > w3m-filter.el:37:1:Error: Symbol’s value as variable is void: tabstop > > w3m-form.el:43:1:Error: Symbol’s value as variable is void: tabstop > > w3m-lnum.el:50:1:Error: Symbol’s value as variable is void: tabstop > > w3m-mail.el:41:1:Error: Symbol’s value as variable is void: tabstop > > w3m-namazu.el:50:1:Error: Symbol’s value as variable is void: tabstop > > w3m-perldoc.el:35:1:Error: Symbol’s value as variable is void: tabstop > > w3m-save.el:31:1:Error: Symbol’s value as variable is void: tabstop > > w3m-search.el:37:1:Error: Symbol’s value as variable is void: tabstop > > w3m-tabmenu.el:38:1:Error: Symbol’s value as variable is void: tabstop > > w3m-weather.el:48:1:Error: Symbol’s value as variable is void: tabstop All of these lines (I checked only some, ok?) seem to be (require 'w3m) calls. So it could be a configuation problem of the OP, maybe some erroneous `with-eval-after-load' call or something like that...? Michael.