From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68810 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: One example of code I can't understand Date: Wed, 22 Jul 2009 18:21:05 -0400 Message-ID: References: <877hy3w03j.fsf@marauder.physik.uni-ulm.de> <87iqhmszxd.fsf@marauder.physik.uni-ulm.de> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1248301289 30919 80.91.229.12 (22 Jul 2009 22:21:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jul 2009 22:21:29 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org, ding@gnus.org To: Reiner Steib Original-X-From: ding-owner+M17230@lists.math.uh.edu Thu Jul 23 00:21:22 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1MTkBe-0002oz-56 for ding-account@gmane.org; Thu, 23 Jul 2009 00:21:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1MTkBS-0000pN-PK; Wed, 22 Jul 2009 17:21:10 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1MTkBR-0000p5-Iy for ding@lists.math.uh.edu; Wed, 22 Jul 2009 17:21:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1MTkBQ-0008PX-7N for ding@lists.math.uh.edu; Wed, 22 Jul 2009 17:21:09 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1MTkBy-0000le-00 for ; Thu, 23 Jul 2009 00:21:42 +0200 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MTkBN-0006uF-Q7; Wed, 22 Jul 2009 18:21:05 -0400 In-reply-to: <87iqhmszxd.fsf@marauder.physik.uni-ulm.de> (message from Reiner Steib on Tue, 21 Jul 2009 19:34:22 +0200) X-Spam-Score: -5.6 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68810 gmane.emacs.devel:113023 Archived-At: > I'm going to remove this code in the version of the code that I > install elsewhere in Emacs. But the functions in my version will have > different names, so the change won't affect Gnus. Sounds like code duplication to me. Yes, for the moment. Eventually we can delete the corresponding code from mm-util.el and replace it with aliases pointing at these functions. You could keep the old code to include in a compatibility pack when distributing Gnus separately.