On Fri, 1 May 1998, Ionut Borcoman at debian wrote: > Hi, > > I ermember that I've read somewhere that, if you compile the .el files, > EMACS will start more rapidly. But I don't remember where I've read > that. :-( > > Can somebody tell me how to compile the .el files EMACS load at start-up > ? Do I have to compile each of them by hand ? >
$ emacs -batch -q -no-site-file -f batch-byte-compile <source-file(s)> will compile .el files into .elc files and speed up emacs. If you are using the Debian emacs package, all of these files should already be compiled. Most distributions of emacs functions (implemented in .el files) provide instructions on installation that includes how to compile or a Makefile that does this for you. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]