我使用的是Emacs 24,而Pymacs似乎没有启动。
我从ELPA安装了pymacs。当我编写M-x pymacs-eval并给出一个任意表达式时,它给出了以下错误:
pymacs-report-error: Pymacs helper did not start within 30 seconds我在Pymacs缓冲区中得到以下消息:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: cannot import name main
Process pymacs exited abnormally with code 1发布于 2013-01-21 13:07:44
ELPA包中的pymacs似乎不起作用。
从github repository下载并手动安装后,它就可以正常工作了。pymacs的ELPA包中只有Emacs lisp文件(.el文件),但存储库中也包含了sudo python setup.py install文件,我还在其文件夹中运行了Emacs命令。
https://stackoverflow.com/questions/14430358
复制相似问题