Re: compile error to source links

2001-07-12 Thread Anand Narasimhan



Where is compile.el. I checked the emacs lisp 
directory and xemacs-packages directory. I could not find it. I am using XEmacs 
21

Anand


  - Original Message - 
  From: 
  Javier 
  Lopez 
  To: Anand Narasimhan ; [EMAIL PROTECTED] 
  Sent: Thursday, July 12, 2001 8:44 
  AM
  Subject: RE: compile error to source 
  links 
  
  I would like to understand how the "compile 
  error to source links" feature works. I am trying to integrate "make" into 
  JBuilder IDE and I want to do implement this feature just like JDE. 
  Can
  someone point me to the JDE source 
  where this feature is implemented.
  
  This is actually not done by the jde, look at 
  thefile compile.el.
  
  Javier
  


RE: compile error to source links

2001-07-12 Thread Javier Lopez



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 ofEmacs I am using is in 
emacs-root/lisp/progmodes/compile.el

Javier


RE: compile error to source links

2001-07-12 Thread Troy Daniels

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