我已经从http://ourcomments.org/Emacs/EmacsW32.html下载并安装了emacs。
但是,当我尝试在命令提示符上使用emacs的命令时
C:\Users\BTDemapan\Desktop\Thesis emacs totality.py我收到了这个消息
'emacs' is not recognized as an internal or external command, operable program or batch file.我只能使用GNUEmacs客户端手动打开该文件,方法是从其文件夹位置单击该文件。
发布于 2014-01-20 00:04:39
您需要将Emacs可执行文件所在的目录添加到PATH环境变量。
看看Adding directory to PATH Environment Variable in Windows吧。
您可以从命令行临时设置PATH,也可以通过“我的电脑”>“属性”>“高级”>“环境变量”> "Path“并重新启动来永久设置Path。
https://stackoverflow.com/questions/21218535
复制相似问题