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.
eshellバッファから使用する.shスクリプトを作成する方法はありますか?eshell(elisp)固有のコマンドを使用しますか?
eshellバッファ内からediff $1 $2実行したい。compare.sh
ediff $1 $2
compare.sh
実行している場合は、次emacsserverを試してください。
emacsserver
emacsclient --eval '(ediff-merge-files "FILE1" "FILE2" nil "NEWFILE")'