From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69132 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Replace selective-display in Gnus Date: Thu, 15 Oct 2009 10:01:54 +0900 Organization: Emacsen advocacy group Message-ID: References: <200908290527.n7T5R7Na028106@godzilla.ics.uci.edu> <83bplzaxvm.fsf@gnu.org> <200908290732.n7T7WJTf029070@godzilla.ics.uci.edu> <87ljl381dq.fsf_-_@marauder.physik.uni-ulm.de> <87skfa7a9y.fsf@marauder.physik.uni-ulm.de> <200908291826.n7TIQUFM003639@godzilla.ics.uci.edu> <87ljjdokyq.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: ger.gmane.org 1255568559 29210 80.91.229.12 (15 Oct 2009 01:02:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 01:02:39 +0000 (UTC) Cc: Stefan Monnier , ding@gnus.org, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 15 03:02:28 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 1MyEjb-000371-FW for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2009 03:02:27 +0200 Original-Received: from localhost ([127.0.0.1]:51438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyEja-0007r7-Fn for ged-emacs-devel@m.gmane.org; Wed, 14 Oct 2009 21:02:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyEjU-0007pF-4N for emacs-devel@gnu.org; Wed, 14 Oct 2009 21:02:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyEjN-0007lb-U9 for emacs-devel@gnu.org; Wed, 14 Oct 2009 21:02:19 -0400 Original-Received: from [199.232.76.173] (port=36232 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyEjN-0007lP-I5 for emacs-devel@gnu.org; Wed, 14 Oct 2009 21:02:13 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:36757) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MyEjM-0007Dl-VS for emacs-devel@gnu.org; Wed, 14 Oct 2009 21:02:13 -0400 Original-Received: from localhost ([127.0.0.1]:59898) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1MyEix-0002y2-PY; Wed, 14 Oct 2009 20:01:48 -0500 X-Hashcash: 1:20:091015:dann@ics.uci.edu::VYNYl791MH0nevNY:00iUC X-Hashcash: 1:20:091015:monnier@iro.umontreal.ca::i5sMFd2i72ayl5ve:00000000000000000000000000000000000007b9N X-Hashcash: 1:20:091015:ding@gnus.org::S4SMd5i20B9ochbb:00003Emq X-Hashcash: 1:20:091015:emacs-devel@gnu.org::NyJqC4EHMRxZTl+k:00000000000000000000000000000000000000000041pf 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) XEmacs/21.4.22 (linux) Cancel-Lock: sha1:227gUPjwfvv6Pd/FrqY6JXeIOE4= 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:116152 gmane.emacs.gnus.general:69132 Archived-At: >>>>> Reiner Steib wrote: [...] >> (dolist (ov (overlays-in from to)) >> (when (overlay-get ov 'gnus-sum) >> (delete-overlay ov))))) >> >> which should work everywhere. > Thanks, Stefan and Dan. I have committed this. `next-single-char-property-change' used in `gnus-summary-show-thread' is not available in XEmacs 21.4 and SXEmacs. Though it doesn't seem to disturb those XEmacsen from running Gnus so far. Could it be replaced with a certain overlay function, like `next-overlay-change' (that XEmacs provides for the compatibility)? Regards,