标签: windows emacs windows-7 elisp
对于某些外部程序(不是全部),我希望程序在执行命令后在Emacs外部独立运行。换句话说,如果我关闭Emacs,外部程序仍然可以运行。
PS:我的操作系统是windows。
答案 0 :(得分:1)
我认为(w32-shell-execute "start" "myprog" "args")可以做到这一点。
(w32-shell-execute "start" "myprog" "args")