From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: Recognize mbox files? Date: Tue, 17 Feb 2009 07:13:58 -0500 Message-ID: References: <1234800720.123375.4538.nullmailer@beryx.hq.kred> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1234872981 27207 80.91.229.12 (17 Feb 2009 12:16:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2009 12:16:21 +0000 (UTC) Cc: xma@gnu.org, cyd@stupidchicken.com, stephen@xemacs.org, emacs-devel@gnu.org To: ams@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 17 13:17:36 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 1LZOtL-0007IS-R2 for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2009 13:17:36 +0100 Original-Received: from localhost ([127.0.0.1]:40676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZOs1-0004Tq-Hv for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2009 07:16:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZOrv-0004TT-Rz for emacs-devel@gnu.org; Tue, 17 Feb 2009 07:16:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZOrt-0004T3-6D for emacs-devel@gnu.org; Tue, 17 Feb 2009 07:16:06 -0500 Original-Received: from [199.232.76.173] (port=51778 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZOrt-0004T0-1w for emacs-devel@gnu.org; Tue, 17 Feb 2009 07:16:05 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40581) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZOrs-0001Yb-QC for emacs-devel@gnu.org; Tue, 17 Feb 2009 07:16:04 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LZOpq-0007Fk-ER; Tue, 17 Feb 2009 07:13:58 -0500 In-reply-to: <1234800720.123375.4538.nullmailer@beryx.hq.kred> (ams@gnu.org) X-detected-operating-system: by monty-python.gnu.org: GNU/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:109126 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.