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

Re: No images! No dumb T stuff



In [emacs-w3m:13032]
On Tue, 11 Sep 2018 20:18:23 -0300, Rahul Juliato wrote:
> 2.) w3m works fine on emacs, the splash screen shows the image of
> emacs-w3m.
> And that's it, no other image is shown visiting any site.

Could you try this?

$ cd ~
$ mv .emacs dot-emacs
$ mv .emacs.d dot-emacs.d
$ mv .emacs-w3m.el dot-emacs-w3m.el
$ mv .w3m dot-w3m
$ emacs -q -l w3m-load -eval '(setq w3m-default-display-inline-images t)' -f w3m https://www.gnu.org/

If the GNU image is shown then, probably you have something bad
in those dot files, and you can try the elimination method. ;-)
If not, I have no idea, sorry.

$ rm -fr .w3m
$ rm -fr .emacs.d
$ mv dot-w3m .w3m
$ mv dot-emacs-w3m.el .emacs-w3m.el
$ mv dot-emacs.d .emacs.d
$ mv dot-emacs .emacs