help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to use emacs as a lisp interpreter?


From: Peter Dyballa
Subject: Re: How to use emacs as a lisp interpreter?
Date: Sun, 7 Aug 2005 23:50:09 +0200


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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]