Am 07.08.2005 um 23:12 schrieb Erik the Red:
Topic question.
dired-do-byte-compile <menu-bar> <operate> <compile>, B
Command: Byte compile marked (or next ARG) Emacs Lisp files.
emacs-lisp-byte-compile-and-load M-x ... RET
Command: Byte-compile the current file (if it has changed), then load
compiled code.
byte-compile-file M-x ... RET
Command: Compile a file of Lisp code named FILENAME into a file of
byte code.
emacs-lisp-byte-compile M-x ... RET
Command: Byte compile the file containing the current buffer.
byte-force-recompile M-x ... RET
Command: Recompile every `.el' file in DIRECTORY that already has a
`.elc' file.
byte-recompile-directory M-x ... RET
Command: Recompile every `.el' file in DIRECTORY that needs
recompilation.
Or on the commandline 'emacs -f <any of the above calls> <Elisp file
name>'?
--
Greetings
Pete
Make it simple, as simple as possible but no simpler. (Albert Einstein)
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs