/* $Id: ByteCompileEmacsLisp,v 1.3 2004/11/08 12:38:10 root Exp root $ */
Contents
byte-compile 을 한번 해보고 그냥 옮겨적어둔다.
byte-compile
emacs lisp 들을 새로 컴파일할때, 다음처럼 해주면 된다.
% emacs -batch -f batch-byte-compile *.el
다시 컴파일 할때는
M-x byte-recompile-directory
이곳이 출처
더 편한 방법
dired-mode 에서 *.el 들을 (m)ark 하고, (B)yte compile 을 하는게 편하다.
