ftnk.jp -> ~fumi -> ChangeLog -> command line での byte compile
Prev / Next / ~fumi/ChangeLog

2004-03-04 / command line での byte compile [Emacs]

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 ...
のように.

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

Blog Widget by LinkWithin
blog comments powered by Disqus