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

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

Re: Compiling lisp files on Win32 box


From: Eli Zaretskii
Subject: Re: Compiling lisp files on Win32 box
Date: Sat, 03 May 2003 22:02:53 +0300

> From: Sean Rima <spamtrap@tcob1.net>
> Newsgroups: gnu.emacs.help
> Date: 03 May 2003 17:27:25 +0100
> 
> I just stuck Emacs-mvcs (Win32 version) onto an XP box without any other
> tools, now I am at a loss as I cannot find a way to install things like
> bbdb and mailcrypt

If you need to know how to byte-compile Lisp files, here's the
command:

        emacs -batch -f batch-byte-compile foo.el

This produces foo.elc from foo.el.  You then move foo.elc to the
appropriate directory (something mentioned on your load-path).




reply via email to

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