From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: merging pmail Date: Thu, 22 Jan 2009 13:12:38 -0500 Message-ID: <3lsknbtdk9.fsf@fencepost.gnu.org> References: <87y6x4ue2u.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232648075 10675 80.91.229.12 (22 Jan 2009 18:14:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2009 18:14:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 19:15:47 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 1LQ45Z-0005eM-FA for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2009 19:15:37 +0100 Original-Received: from localhost ([127.0.0.1]:42054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ44H-0008FI-VN for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2009 13:14:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ44C-0008CL-0C for emacs-devel@gnu.org; Thu, 22 Jan 2009 13:14:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ44A-0008Bg-CR for emacs-devel@gnu.org; Thu, 22 Jan 2009 13:14:10 -0500 Original-Received: from [199.232.76.173] (port=38306 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ44A-0008Bd-4n for emacs-devel@gnu.org; Thu, 22 Jan 2009 13:14:10 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55962) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQ449-0005MB-Uw for emacs-devel@gnu.org; Thu, 22 Jan 2009 13:14:10 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LQ42g-000769-Bk; Thu, 22 Jan 2009 13:12:38 -0500 X-Spook: 2600 Magazine Dick Cheney MD4 UFO AMW Juiliett Class X-Ran: |3nv:C (Glenn Morris's message of "Thu, 22 Jan 2009 12:42:51 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:108102 Archived-At: Glenn Morris wrote: > Chong Yidong wrote: > >> pmail files are now in a correct state, so this just involves >> replacing `pmail' with `rmail' everywhere in those files, and >> changing the file names. There's the arch tags to consider. Rather than clobbering the files, the ideal way to do this is presumably to look at the diffs between rmail and pmail, and only apply the ones that make sense. (Not volunteering!)