From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: RMAIL misbehaving (Was: Re: Emacs crashes, 07nov16) Date: Thu, 13 Dec 2007 01:15:42 +0100 (CET) Message-ID: <20071213001542.A2D25302D3@Psilocybe.Update.UU.SE> References: <20071119203714.02760302D3@Psilocybe.Update.UU.SE> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1197504965 3450 80.91.229.12 (13 Dec 2007 00:16:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Dec 2007 00:16:05 +0000 (UTC) Cc: bob@rattlesnake.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 13 01:16:16 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 1J2bkK-0001cT-8k for ged-emacs-devel@m.gmane.org; Thu, 13 Dec 2007 01:16:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2bk2-0002kh-3B for ged-emacs-devel@m.gmane.org; Wed, 12 Dec 2007 19:15:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2bjy-0002hf-1M for emacs-devel@gnu.org; Wed, 12 Dec 2007 19:15:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2bjw-0002dU-DC for emacs-devel@gnu.org; Wed, 12 Dec 2007 19:15:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2bjw-0002d8-2K for emacs-devel@gnu.org; Wed, 12 Dec 2007 19:15:48 -0500 Original-Received: from psilocybe.update.uu.se ([130.238.19.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J2bjs-0006Yu-J6; Wed, 12 Dec 2007 19:15:44 -0500 Original-Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id A2D25302D3; Thu, 13 Dec 2007 01:15:42 +0100 (CET) In-reply-to: (message from Richard Stallman on Wed, 21 Nov 2007 07:05:21 -0500) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) 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:85120 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.