home *** CD-ROM | disk | FTP | other *** search
- 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
- From: harvey@bucknell.EDU (Mike Harvey)
- Newsgroups: gnu.emacs.bug
- Subject: fill.el bug and fix
- Message-ID: <1eb0olINNe08@coral.bucknell.edu>
- Date: 17 Nov 92 14:48:53 GMT
- Sender: gnulists@ai.mit.edu
- Reply-To: harvey@bucknell.edu
- Distribution: gnu
- Organization: Bucknell University, Lewisburg, PA
- Lines: 22
- Approved: bug-gnu-emacs@prep.ai.mit.edu
-
- I have found a bug in fill.el for versions 18.58 and 18.59.
- When filling an included message in rmail, the header should
- be left untouched, as it was in version 18.57. The newer
- versions fill the header as well as the message body.
-
- The fix for this is as follows:
-
- diff -r1.1 fill.el
- 219c219
- < (while (looking-at "[^ \t\n]*:")
- ---
- > (while (looking-at "^[ \t\n]*[^ \t\n]*:")
-
-
-
-
-
- Mike Harvey
- Systems Engineer
- Bucknell University
- Lewisburg, PA 17837
- harvey@sol.cs.bucknell.edu
-