[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Problems installing emacs-w3m



>In [emacs-w3m:13712]
>The default value of `w3m-init-file' is "~/.emacs-w3m".  Has that
>file really not existed while the tabstop trouble was happening?

I must confess I am confused by what is happening here.
Upon receiving your email I checked ~/ and did see a "~/.emacs-w3m" 
file.

I did some experimenting:
Deleted ~/.emacs-w3m and renamed ~/.emacs.d.
Started emacs; new ~/.emacs.d is created
Created ~/.emacs.d/init.el with minimum configuration:
(require 'package)
(add-to-list 'package-archives '("melpa" .  
"https://melpa.org/packages/";) t)
(package-initialize)

Did a package-refresh-contents and installed w3m
w3m works, no ~/.emacs-w3m file
Copy .emacs-w3m file from backup to ~/; w3m does not work; error:
Symbol's value as variable is void:tabstop

Move .emacs-w3m to .emacs.w3m.001
w3m works

So, this morning w3m was working with a ~/.emacs-w3m" file. Now it only 
works without one.