From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111086: gmm-utils.el (gmm-flet, gmm-labels): New macros. Date: Thu, 06 Dec 2012 11:01:45 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1354759302 31338 80.91.229.3 (6 Dec 2012 02:01:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2012 02:01:42 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 06 03:01:54 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TgQma-0004yt-Gs for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2012 03:01:48 +0100 Original-Received: from localhost ([::1]:34986 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgQmO-0002pi-L8 for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2012 21:01:36 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgQmM-0002pY-FZ for emacs-devel@gnu.org; Wed, 05 Dec 2012 21:01:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgQmL-00050y-DH for emacs-devel@gnu.org; Wed, 05 Dec 2012 21:01:34 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:56297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgQmL-00050u-99; Wed, 05 Dec 2012 21:01:33 -0500 Original-Received: from localhost ([127.0.0.1]:54902) by orlando.hostforweb.net with smtp (Exim 4.77) (envelope-from ) id 1TgQmK-0000i3-FF; Wed, 05 Dec 2012 20:01:32 -0600 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130006 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.6) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:lVhwGaZ8rtJqJGz+XkXHXfsQTnc= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (barebone) [generic] X-Received-From: 216.246.45.90 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155315 Archived-At: Richard Stallman wrote: > I think the same argument applies to letf. So the Emacs sources > should not contain advice or letf. Ok, I will remove two Gnus codes that use letf from Emacs trunk. It means increasing the differences between Gnus v5.13 (that of Emacs) and Ma Gnus (a version that supports many Emacs versions) a bit. Of course it doesn't mean removing all the things being used to keep the compatibility with Emacs versions and XEmacs versions, since it will make the developers hard to maintain those Gnus versions. In addition to this, also I have to modify the mailabbrev code so that it may expand mail aliases in the minibuffer.