Kieran Healy在linux中的emacs入门套件(fedora19):" / bin / bash:osascript:command not found"信息

时间:2013-10-17 14:16:01

标签: linux git emacs fedora

我是Kieran Healy的Emacs入门套件的用户。我已经在Linux的Fedora发行版上运行了大约一年左右。事情总是顺利进行,但现在我已经从Fedora17升级到Fedora19,当我尝试在Magit中提交时,我得到以下消息:/ bin / bash:osascript:command not found

我知道我收到此消息是因为Kieran为Mac OS定制了ESSK。所以我想我只需要调整这个功能。要做到这一点,我需要找到emacs点文件中对osascript的调用,但是当我使用Grep查找字符串'osascript'时,我得不到匹配。

因此我的问题是:有没有人知道在emacs点文件中哪里有一个osascript调用git中的commit命令来运行?

非常感谢!

1 个答案:

答案 0 :(得分:0)

这是基于入门套件的当前版本:http://kieranhealy.org/resources/emacs-starter-kit.html

MP:~ HOME$ grep -inIEr --color=ALWAYS -C1 "osascript" .../emacs-starter-kit-master
.../emacs-starter-kit-master/kjhealy.org-189-    (defun raise-emacs-on-aqua()
.../emacs-starter-kit-master/kjhealy.org:190:    (shell-command "osascript -e 'tell application \"Emacs\" to activate' &"))
.../emacs-starter-kit-master/kjhealy.org-191-    (add-hook 'server-switch-hook 'raise-emacs-on-aqua)
MP:~ HOME$