home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / alt / lucidem / bug / 452 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.2 KB  |  29 lines

  1. x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Tue, 12 Jan 1993 04:50:44 EST
  2. Message-ID: <m0nBi59-0008QtC@liasun6.epfl.ch>
  3. From: simon%lia.di.epfl.ch@lucid.com (Simon Leinen)
  4. Subject: Re: Solution to buff-menu.el bug
  5. References: <93Jan11.103550pst.73941@atalanta.adoc.xerox.com>
  6.     <GAMIN.93Jan11180636@amadeus.ireq-robot.hydro.qc.ca>
  7. Date: Tue, 12 Jan 1993 09:50:45 GMT
  8. Newsgroups: alt.lucid-emacs.bug
  9. Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
  10. Sender: bug-lucid-emacs-request@lucid.com
  11. Lines: 16
  12.  
  13. > Many said that the 'cl package has problems -- and they are probably
  14. > right, but the main problem is that those who make such claims can't
  15. > pinpoint them and can't present examples.  If we are to fix those
  16. > problems, please elaborate; 'cl is useful and certainly isn't beyond
  17. > salvation.
  18.  
  19. % ls -l */cl.el*
  20. -rw-r--r--   1 x11      logiciel    91006 Jun 30  1992 utils/cl.el
  21. -rw-r--r--   1 x11      logiciel    50133 Jul 30 02:17 utils/cl.elc
  22.  
  23. I guess this is one of the problems.  Loading 50K of .elc just to get
  24. the `unless' macro is certainly not economical.  It would have been
  25. better to rewrite the two occurences of (unless foo bar) as (if foo
  26. nil bar) or something like that.
  27. -- 
  28. Simon.
  29.