Xref: utzoo gnu.emacs.help:20 comp.emacs:9274 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!public.btr.com!pke From: pke@public.btr.com (Peter Espen pke@btr.com) Newsgroups: gnu.emacs.help,comp.emacs Subject: emacs and *.el, *.elc files? Keywords: lisp, emacs, 18.55, .el, .elc Message-ID: <631@public.BTR.COM> Date: 11 Oct 90 23:37:25 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Distribution: gnu Organization: BTR Public Access UNIX, MtnView CA, Contact: cs@btr.com 415-966-1429 Lines: 18 I have a complete source code distribution of emacs 18.55 that I am trying to compile and build. I have completed the compiling and building without errors, but I have some questions about the lisp files in emacs/lisp. The distribution that I have has both *.el and *.elc files in the lisp directory. A "make install.sysv" loads some of the .elc files during the make. How can I be sure that these *.elc files have been correctly compiled for my machine. Is there a way to recompile the *.el files so that they run correctly on my system? I'm very new to emacs, so please excuse me if I don't have a correct understanding of how things are working yet. Should I let 'make' load the .elc files during 'make install.sysv' and then recompile the *.el files and reload the *.elc files from within emacs? Any help or explanations will be greatly appreciated. Peter Espen pke@btr.com