From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: RMAIL misbehaving (Was: Re: Emacs crashes, 07nov16) Date: Fri, 14 Dec 2007 05:10:42 -0500 Message-ID: References: <20071119203714.02760302D3@Psilocybe.Update.UU.SE> <20071213001542.A2D25302D3@Psilocybe.Update.UU.SE> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1197627223 28641 80.91.229.12 (14 Dec 2007 10:13:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Dec 2007 10:13:43 +0000 (UTC) Cc: bob@rattlesnake.com, emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 14 11:13:54 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J37YH-0002CJ-MK for ged-emacs-devel@m.gmane.org; Fri, 14 Dec 2007 11:13:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J37Xy-0006ll-CX for ged-emacs-devel@m.gmane.org; Fri, 14 Dec 2007 05:13:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J37VG-0003xX-5m for emacs-devel@gnu.org; Fri, 14 Dec 2007 05:10:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J37VE-0003vc-9K for emacs-devel@gnu.org; Fri, 14 Dec 2007 05:10:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J37VD-0003v1-PU for emacs-devel@gnu.org; Fri, 14 Dec 2007 05:10:43 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J37VD-0001H4-Bt for emacs-devel@gnu.org; Fri, 14 Dec 2007 05:10:43 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J37VC-0001cI-ME; Fri, 14 Dec 2007 05:10:42 -0500 In-reply-to: <20071213001542.A2D25302D3@Psilocybe.Update.UU.SE> (ams@gnu.org) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85147 Archived-At: Maybe RMAIL should ignore such things (and replace them with something safe) if the first few lines of the file are not a BABYL header? That is a good idea. I've been bothered by this before, but I didn't have that idea for a solution. I will try to implement it now, because I think it could be easy. Did you get around to doing this? If not, I'll can do it. I started writing this, then decided I should redo part of it, then got too busy to do that. Please try if you want to.