Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于一些外部程序(不是全部),我希望程序在执行命令后在 Emacs 之外独立运行。换句话说,如果我关闭 Emacs,外部程序仍然可以运行。
PS:我的操作系统是windows。
我认为(w32-shell-execute "start" "myprog" "args")应该做的伎俩。
(w32-shell-execute "start" "myprog" "args")