From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Rmail and headers in other than US-ASCII (RFC2047 encoded words) Date: Sun, 02 Mar 2003 10:07:28 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200302251425.h1PEPdts016420@copa.pajato.com> <200302252355.h1PNtQU07962@rum.cs.yale.edu> <20030226001116.GA6105@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1046618074 12153 80.91.224.249 (2 Mar 2003 15:14:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2003 15:14:34 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18pVAe-00039s-00 for ; Sun, 02 Mar 2003 16:14:32 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18pVT4-0007wZ-00 for ; Sun, 02 Mar 2003 16:33:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18pVAi-0004rN-02 for emacs-devel@quimby.gnus.org; Sun, 02 Mar 2003 10:14:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18pV4O-0002ga-00 for emacs-devel@gnu.org; Sun, 02 Mar 2003 10:08:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18pV3w-0002Yd-00 for emacs-devel@gnu.org; Sun, 02 Mar 2003 10:07:43 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18pV3o-0002DK-00 for emacs-devel@gnu.org; Sun, 02 Mar 2003 10:07:28 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18pV3o-0004ae-00; Sun, 02 Mar 2003 10:07:28 -0500 Original-To: Lars Magne Ingebrigtsen In-reply-to: (message from Lars Magne Ingebrigtsen on Sat, 01 Mar 2003 22:47:57 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12064 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12064 (I had also expected Rmail (and the other Emacs mailers) to switch to Message, since it is (or at least, was) a superset of mail mode (and has enough hooks in it to tie into just about anything), but that obviously, er, hasn't happened.) That's because you simply implemented it as another mode, rather than working with me on extending Mail mode. But it isn't necessarily too late. We can still merge them. However, I fear that various unrelated changes will have crept into one or both of the modes, making merging more complicated now than it would have been earlier.