Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
~fumi/ChangeLog / 2004-03-04
[go: Go Back, main page]

2004-03-04 Thu

[別の年の同じ日: 2003 2005 2006 2007 2008 2009 2010 2012 2014

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 ...


のように.

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