home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / bug-lucid-emacs / text0115.txt < prev    next >
Encoding:
Text File  |  1993-07-04  |  1020 b   |  30 lines

  1. In Emacs 19.4 Lucid on a Sun Sparc2 SunOS 4.1.3 BSD.
  2.  
  3. I have a code-chunk like this :
  4.  
  5. (setq il-function-start "^procedure(")
  6. (grep (concat "\"" (substring il-function-start 1) " " fun "\" *.il"))
  7. (set-process-sentinel compilation-process 'il-compilation-sentinel)
  8.  
  9. which works perfectly in GnuEmacs18 but not in Lemacs where
  10. compilation-process is said to be a void variable.
  11. I think I saw the variable when looking at the source for the (grep) function
  12. (about two years ago).
  13. Has it been changed or removed, and how do I access that asynchronous process
  14. in Lemacs ?
  15.  
  16. --
  17.                                       | 
  18.     Jonas Jarnestrom                  | 
  19.     jonas@ericad.ericsson.se          |
  20.     Ericsson Telecom Sweden           |
  21.                     /_`-'_`-'_|  \+/  0 
  22.     "You can never  \_`M'_`C'_| _<=>_// 
  23.      really *know*    `-' `-' 0/^\ /^/  
  24.      anything"                \/\\^//   
  25.            -Heisenberg        | /_^_\   
  26.             (paraphrased)     | [] []   
  27.                               | d! !b
  28.  
  29.  
  30.