インスパイア: unwind-protect: Emacs の中から prove emacs-proveはそのまんまいただいて、~/.emacsにこんな感じで。(lisp 10級) これでいつでもC-cC-cで、ファイル名を見て適宜perl -wかprove -vlを実行してくれます。 (autoload 'mode-compile "mode-compile" "Command to compile current buffer file based on the major mode" t) (global-set-key "\C-c\C-c" 'mode-compile) (autoload 'mode-compile-kill "mode-compile" "Command to kill a compilation launched by `mode-compile'" t) (