home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / emacs / bug / 1495 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.7 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!bu.edu!att!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!cs.rochester.edu!quiroz
  2. From: quiroz@cs.rochester.edu (Cesar Quiroz)
  3. Newsgroups: gnu.emacs.bug
  4. Subject: Re: cl.elc is not behaving like a compiled cl.el
  5. Message-ID: <1992Nov17.021959.15983@cs.rochester.edu>
  6. Date: 17 Nov 92 02:19:59 GMT
  7. References: <9211161417.AA02701@ask.cs.cornell.edu>
  8. Sender: gnulists@ai.mit.edu
  9. Reply-To: quiroz@cs.rochester.edu (Cesar Quiroz)
  10. Distribution: gnu
  11. Organization: University of Rochester, Department of Computer Science
  12. Lines: 27
  13. Approved: bug-gnu-emacs@prep.ai.mit.edu
  14.  
  15. In <9211161417.AA02701@ask.cs.cornell.edu>,
  16. cliff@cs.cornell.edu (Cliff Krumvieda) wrote:
  17.  
  18. | ... I checked around and discovered that, although,
  19. | emacs-18.58/lisp/cl.el and emacs-18.59/lisp/cl.el are identical
  20. | files, emacs-18.58/lisp/cl.elc and emacs-18.59/lisp/cl.elc differ.
  21. | ...
  22. | Is this a bug with some optimizing byte-compiler?
  23.  
  24. Nope, just the usual brain damage in cl.el.  Probably cl.elc was
  25. compiled from a clean directory, without the prior loading.  I have
  26. tried a few quick-and-dirty schemes to do this automatically, but
  27. all have caused an infinite loop somewhere, so short of splitting
  28. cl.el again in the half dozen files it used to be...
  29.  
  30. BTW, version 3.0beta is available in the usual place
  31.  
  32.     cs.rochester.edu:cl.{el,elc,ChangeLog}
  33.  
  34. I expect it will turn into 3.0 by the time Version 19 is out.
  35. Meanwhile, I will appreciate any feedback.  (Especially a proven way
  36. to live with its raveled structure as one file, and still get it
  37. compiled in one shot.  Conversely, if someone finds the time to put
  38. the files so that macros appear before they are used...)
  39.  
  40. -- 
  41.                                       Cesar Quiroz
  42.