In emacs, how to execute external command not as a emacs process?

泪湿孤枕 提交于 2019-12-11 13:58:58

问题


For some external program (not all), I want the program running independently outside Emacs, after executing the command. In another word, if I close Emacs, the external program can still run.

PS: my operating system is windows.


回答1:


I think (w32-shell-execute "start" "myprog" "args") should do the trick.



来源:https://stackoverflow.com/questions/14335853/in-emacs-how-to-execute-external-command-not-as-a-emacs-process

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!