有没有一种方法可以从外壳缓冲区中编写要使用的.sh脚本?使用eshell(elisp)特定命令?
我想从我的compare.sh中从eshell buffer中执行ediff $1 $2。
发布于 2012-01-15 21:57:41
如果您正在运行emacsserver,只需尝试:
emacsclient --eval '(ediff-merge-files "FILE1" "FILE2" nil "NEWFILE")'https://stackoverflow.com/questions/8868750
复制相似问题