From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6561 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus v5.2 and GNU Emacs 19.31 Win32 Date: 07 Jun 1996 19:18:20 +0000 Message-ID: References: <199606061734.SAA14372@propos.long.harlequin.co.uk> <6ivspc7ef50.fsf@erpland.engin.umich.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035146997 4022 80.91.224.250 (20 Oct 2002 20:49:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:49:57 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id MAA17176 for ; Fri, 7 Jun 1996 12:50:51 -0700 Original-Received: from hler.ifi.uio.no (4867@hler.ifi.uio.no [129.240.94.23]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 7 Jun 1996 21:18:24 +0200 Original-Received: (from larsi@localhost) by hler.ifi.uio.no ; Fri, 7 Jun 1996 21:18:23 +0200 Original-To: ding@ifi.uio.no In-Reply-To: Richard Pieri's message of 07 Jun 1996 14:20:11 -0400 Original-Lines: 20 X-Mailer: Gnus v5.2.11/Emacs 19.31 Xref: main.gmane.org gmane.emacs.gnus.general:6561 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6561 Richard Pieri writes: > Here's a quick hack hook fix; maybe this can be rolled into the actual > nnmail code? > > (add-hook 'nnmail-prepare-incoming-hook 'rat:nnmail-prepare-incoming-hook) > (defun rat:nnmail-prepare-incoming-hook () > "Strip ^M end of line characters from incoming mail file just before splitting." > (goto-char (point-min)) > (while (re-search-forward "\015$" nil t) > (delete-backward-char 1))) This seems nice; I could add this to that hook by default when running under systems that need it. What `system-type's would that be? `emx' (os/2) and, uhm, win95/nt? What are the `system-type's for those systems? -- (domestic pets only, the antidote for overdose, milk.) larsi@ifi.uio.no * Lars Ingebrigtsen