home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / sources / 924 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1016 b 

  1. Path: sparky!uunet!mcsun!uknet!pavo.csi.cam.ac.uk!camcus!nj104
  2. From: nj104@cus.cam.ac.uk (Neil Jerram)
  3. Newsgroups: gnu.emacs.sources
  4. Subject: Re: linenumbers.el compatible with mode-line-format.el
  5. Message-ID: <NJ104.93Jan8114221@bootes.cus.cam.ac.uk>
  6. Date: 8 Jan 93 11:42:24 GMT
  7. References: <NJ104.93Jan7180237@bootes.cus.cam.ac.uk>
  8. Sender: news@infodev.cam.ac.uk (USENET news)
  9. Distribution: gnu
  10. Organization: U of Cambridge, England
  11. Lines: 15
  12. In-Reply-To: nj104@cus.cam.ac.uk's message of Thu, 7 Jan 1993 18:02:41 GMT
  13. Nntp-Posting-Host: bootes.cus.cam.ac.uk
  14.  
  15. As someone has pointed out to me, it's very bad practice for the
  16. loading of a file to have side effects like the last two lines of
  17. linenumbers.el --
  18.  
  19. (or ln-process
  20.     (ln-start-process))
  21.  
  22. -- and makes for trouble if one wants to dump an Emacs including such
  23. code.  It would be much better therefore to delete these two lines
  24. from linenumbers.el and insert them in the .emacs file after the
  25. loading instructions.
  26.  
  27. Apologies for yet another change.
  28.  
  29. Neil.
  30.