emacs无法清除图像缓存

时间:2015-07-20 11:49:02

标签: emacs elisp emacs24

所有

ELISP> (version)
"Aquamacs 3.2 GNU Emacs 24.4.51.2\n(x86_64-apple-darwin14.0.0, NS apple-appkit-1343.14)\n of 2014-11-07 (Aquamacs-3.2) on watson.local"

然后我创建一个纯绿色图像

$ convert -size 100x100 "xc:#009900" /tmp/whatever.png

然后我在emacs(aquamacs)C-x C-f /tmp/whatever.png中打开它,它确实是绿色的。

然后M-: (clear-image-cache)

然后在shell上运行。

$ convert -size 100x100 "xc:#990000" /tmp/whatever.png

检查带有外部程序的图像,现在确实是红色。

我在emacs缓冲区上M-x revert-buffer但图像仍为绿色...

我尝试再次关闭缓冲区find-file并仍然是绿色。

重新启动Aquamacs,图像现在应该是红色的。我错过了什么吗?

0 个答案:

没有答案
相关问题