Search code examples
macosshellemacsterminalw3m

Couldn't display images under emacs-w3m on MacOS 10.9


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?


Solution

  • try to start emacs without -nw flag.