Question

I am using emacs 24.3.

I use the common setting that add to .emacs:

(setq w3m-default-desplay-inline-images t)

but it's not work. I also try to toggle to display image via shortcut T in emacs-w3m, it shows "Can't display images in this environment".

enter image description here

It works totally fine on Ubuntu 12.04 LTS.

Are there any ways to solve this problem?

Was it helpful?

Solution 2

try to start emacs without -nw flag.

OTHER TIPS

You cannot display images in a terminal environment, to verify this do M-x (display-images-p nil) this will return nil in console emacs. You will need to start emacs in window environment without the -nw flag (I am assuming you are using it to start emacs)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top