平台是macos. 如果能用open打开就的好了. 比如.png, 查看的时候我就想用默认的Preview查看. 此外, 我试用了openwith package, 完全不起作用. 我是这样设置的:
(require 'openwith)
(openwith-mode t)
(setq openwith-associations '(("\\.pdf\\'" "open" (file)) ("\\.png\\'" "open" (file))))
openwith好像不是用于链接的打开, 根据README, 提到的是C-x C-f, 对于find-file. 但是我用C-c C-f, 打开pdf文件也仍然是用emacs内置的打开的.