Prev / Next

2004-03-04 / command line での byte compile

emacs --batch -f batch-byte-compile files ...


必要なら load-path を指定して,

emacs --batch --eval '(setq load-path (cons (expand-file-name "~/elisp") load-path))' \
   -f batch-byte-compile files ...


のように.

引数はディレクトリでも可.

comments powered by Disqus