简体   繁体   English

在emacs中,如何不将外部命令作为emacs进程执行?

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

For some external program (not all), I want the program running independently outside Emacs, after executing the command. 对于某些外部程序(不是全部),在执行命令后,我希望程序在Emacs外部独立运行。 In another word, if I close Emacs, the external program can still run. 换句话说,如果我关闭Emacs,则外部程序仍然可以运行。

PS: my operating system is windows. PS:我的操作系统是Windows。

我认为(w32-shell-execute "start" "myprog" "args")应该可以解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM