From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: How to use emacs as a lisp interpreter?
Date: Sun, 7 Aug 2005 23:50:09 +0200 [thread overview]
Message-ID: <e882fbcd5f5386cc78b769df8aa99e45@Web.DE> (raw)
In-Reply-To: <1123449147.971983.57200@g44g2000cwa.googlegroups.com>
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)
next prev parent reply other threads:[~2005-08-07 21:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-07 21:12 How to use emacs as a lisp interpreter? Erik the Red
2005-08-07 21:50 ` Peter Dyballa [this message]
2005-08-08 1:19 ` Pascal Bourguignon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e882fbcd5f5386cc78b769df8aa99e45@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).