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")