From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68111 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Recent change in gnus-sum.el is bad for XEmacs Date: Fri, 09 Jan 2009 20:13:11 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231499646 22648 80.91.229.12 (9 Jan 2009 11:14:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2009 11:14:06 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 09 12:15:18 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 1LLFKa-0001w4-Hd for ged-emacs-devel@m.gmane.org; Fri, 09 Jan 2009 12:15:17 +0100 Original-Received: from localhost ([127.0.0.1]:60005 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLFJI-0000Cn-PK for ged-emacs-devel@m.gmane.org; Fri, 09 Jan 2009 06:13:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLFJ6-0000By-31 for emacs-devel@gnu.org; Fri, 09 Jan 2009 06:13:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLFIu-00009Y-2O for emacs-devel@gnu.org; Fri, 09 Jan 2009 06:13:37 -0500 Original-Received: from [199.232.76.173] (port=46130 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLFIt-00009P-O2 for emacs-devel@gnu.org; Fri, 09 Jan 2009 06:13:27 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:52422) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LLFIo-00078L-K4; Fri, 09 Jan 2009 06:13:23 -0500 Original-Received: from localhost ([127.0.0.1]:56973) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1LLFIg-0004PH-PR; Fri, 09 Jan 2009 05:13:15 -0600 X-Hashcash: 1:20:090109:rgm@gnu.org::mLb3J3w16UEbKOn5:0000006L6j X-Hashcash: 1:20:090109:emacs-devel@gnu.org::dM9r0vKjyWpJlzrv:00000000000000000000000000000000000000000011Pd X-Hashcash: 1:20:090109:ding@gnus.org::r4T288wnjZovX9NK:00000NDz 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.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:DCA3HmTgrGAKSaI8UNu88BGZRo0= 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 monty-python.gnu.org: Genre and OS details not recognized. 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:107722 gmane.emacs.gnus.general:68111 Archived-At: >>>>> Katsumi Yamaoka wrote: >> +2009-01-09 Glenn Morris >> + >> + * gnus-sum.el (gnus-summary-next-article): Replace last-command-char >> + with last-command-event. > This change will be merged to the Gnus trunk sooner or later and > then XEmacs will get not to work (I verified). When typing the > SPC key, `last-command-event' will be `10' in Emacs, whereas it ^^ Oops, it's `32' of course. Sorry. > will be the Lisp object `#' in XEmacs. [...] > Couldn't the change revert?