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: Recognize mbox files? Date: Tue, 17 Feb 2009 14:10:10 +0100 Message-ID: <1234876210.322427.4926.nullmailer@beryx.hq.kred> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1234876236 6691 80.91.229.12 (17 Feb 2009 13:10:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2009 13:10:36 +0000 (UTC) Cc: xma@gnu.org, cyd@stupidchicken.com, stephen@xemacs.org, emacs-devel@gnu.org To: Richard M Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 17 14:11:51 2009 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 1LZPjn-0002DC-9d for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2009 14:11:47 +0100 Original-Received: from localhost ([127.0.0.1]:39579 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZPiS-0001ws-Vb for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2009 08:10:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZPiN-0001wm-IU for emacs-devel@gnu.org; Tue, 17 Feb 2009 08:10:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZPiL-0001wB-D3 for emacs-devel@gnu.org; Tue, 17 Feb 2009 08:10:18 -0500 Original-Received: from [199.232.76.173] (port=59767 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZPiL-0001w8-7O for emacs-devel@gnu.org; Tue, 17 Feb 2009 08:10:17 -0500 Original-Received: from hq.kreditor.se ([213.136.42.58]:1523 helo=auxid.hq.kred) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZPiI-0000Ku-JW; Tue, 17 Feb 2009 08:10:14 -0500 Original-Received: by auxid.hq.kred (Postfix, from userid 118) id 4C971137995A; Tue, 17 Feb 2009 14:10:13 +0100 (CET) Original-Received: from beryx.hq.kred (unknown [10.16.0.106]) by auxid.hq.kred (Postfix) with SMTP id 384941379934; Tue, 17 Feb 2009 14:10:13 +0100 (CET) Original-Received: (nullmailer pid 4927 invoked by uid 1000); Tue, 17 Feb 2009 13:10:10 -0000 In-reply-to: message from Richard M Stallman on Tue, 17 Feb 2009 07:13:58 -0500 Original-References: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:109127 Archived-At: I still do not understand how this will work for find-file on a RMAIL file. Before you could just do C-x C-f on a RMAIL file, and it would open in rmail-mode. Could someone explain how this would work by using X-RMAIL-ATTRIBUTES? Emacs would check for X-RMAIL-ATTRIBUTES: in the first message, find it, and visit the file using Rmail. So such a check would be needed for _every_ file one does a find-file on. What would happen if you have a legal non-mbox file, that contains X-RMAIL-ATTRIBUTES?