所有
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,图像现在应该是红色的。我错过了什么吗?