简体   繁体   中英

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".

在此处输入图片说明

It works totally fine on Ubuntu 12.04 LTS.

Are there any ways to solve this problem?

You cannot display images in a terminal environment, to verify this do Mx (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)

尝试启动不带-nw标志的emacs。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM