home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / emacs / 3575 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!haven.umd.edu!wam.umd.edu!joel
  3. From: joel@wam.umd.edu (Joel M. Hoffman)
  4. Subject: Re: optimistic compiling
  5. Message-ID: <1992Nov19.161831.1901@wam.umd.edu>
  6. Sender: usenet@wam.umd.edu (USENET News system)
  7. Nntp-Posting-Host: rac2.wam.umd.edu
  8. Organization: University of Maryland, College Park
  9. References: <1992Nov18.230204.1329@Veritas.COM>
  10. Date: Thu, 19 Nov 1992 16:18:31 GMT
  11. Lines: 16
  12.  
  13. In article <1992Nov18.230204.1329@Veritas.COM> joshua@Veritas.COM (Joshua Levy) writes:
  14. >I want to try implmenting "optimistic compiling" with emacs.
  15. >
  16. >Optimistic compiling is simple: everytime an editor saves a .c 
  17. >file, it forks a job to compile it in the background.  If a 
  18. >previous job is compiling the same file, it is killed first.
  19. >
  20. >The idea is this: if you modify several .c files, all but the 
  21. >last one will be .o files by the time you hit the main make
  22. >command.  This assumes you are working on a machine which can
  23. >compile and edit without slowing down the edits much.
  24.  
  25. While you're at it, you may as well run "make" whenever you save a .h
  26. file.  No?
  27.  
  28. -Joel
  29.