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

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!bu.edu!olivea!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!bucknell.EDU!harvey
  2. From: harvey@bucknell.EDU (Mike Harvey)
  3. Newsgroups: gnu.emacs.bug
  4. Subject: fill.el bug and fix
  5. Message-ID: <1eb0olINNe08@coral.bucknell.edu>
  6. Date: 17 Nov 92 14:48:53 GMT
  7. Sender: gnulists@ai.mit.edu
  8. Reply-To: harvey@bucknell.edu
  9. Distribution: gnu
  10. Organization: Bucknell University, Lewisburg, PA
  11. Lines: 22
  12. Approved: bug-gnu-emacs@prep.ai.mit.edu
  13.  
  14. I have found a bug in fill.el for versions 18.58 and 18.59.  
  15. When filling an included message in rmail, the header should
  16. be left untouched, as it was in version 18.57.  The newer 
  17. versions fill the header as well as the message body.
  18.  
  19. The fix for this is as follows:
  20.  
  21.    diff -r1.1 fill.el
  22.    219c219
  23.    <         (while (looking-at "[^ \t\n]*:")
  24.    ---
  25.    >          (while (looking-at "^[ \t\n]*[^ \t\n]*:")
  26.  
  27.  
  28.  
  29.  
  30.  
  31. Mike Harvey
  32. Systems Engineer
  33. Bucknell University
  34. Lewisburg, PA 17837
  35. harvey@sol.cs.bucknell.edu
  36.