home *** CD-ROM | disk | FTP | other *** search
- In Emacs 19.4 Lucid on a Sun Sparc2 SunOS 4.1.3 BSD.
-
- I have a code-chunk like this :
-
- (setq il-function-start "^procedure(")
- (grep (concat "\"" (substring il-function-start 1) " " fun "\" *.il"))
- (set-process-sentinel compilation-process 'il-compilation-sentinel)
-
- which works perfectly in GnuEmacs18 but not in Lemacs where
- compilation-process is said to be a void variable.
- I think I saw the variable when looking at the source for the (grep) function
- (about two years ago).
- Has it been changed or removed, and how do I access that asynchronous process
- in Lemacs ?
-
- --
- |
- Jonas Jarnestrom |
- jonas@ericad.ericsson.se |
- Ericsson Telecom Sweden |
- /_`-'_`-'_| \+/ 0
- "You can never \_`M'_`C'_| _<=>_//
- really *know* `-' `-' 0/^\ /^/
- anything" \/\\^//
- -Heisenberg | /_^_\
- (paraphrased) | [] []
- | d! !b
-
-
-