Troy Daniels
Thu, 12 Jul 2001 12:21:54 -0700
At 03:30 PM 7/12/01 -0400, Javier Lopez wrote: > > Where is compile.el. I checked the emacs lisp directory and > xemacs-packages directory. I could not find it. I am using XEmacs 21 >In the distribution of Emacs I am using is in >emacs-root/lisp/progmodes/compile.el > Depending on how emacs was installed, there may only be compile.elc and not compile.el. The .elc file is a compiled version of the .el file, and not human-readable. In that case, you would have to find an emacs distribution that includes the lisp sources. Troy >Javier