From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63791 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-registry text property removal question Date: Thu, 28 Sep 2006 14:41:29 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159469199 28750 80.91.229.2 (28 Sep 2006 18:46:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Sep 2006 18:46:39 +0000 (UTC) Original-X-From: ding-owner+m12317@lists.math.uh.edu Thu Sep 28 20:46:36 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GT0ts-0003Ia-V9 for ding-account@gmane.org; Thu, 28 Sep 2006 20:46:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1GT0tX-0005Yi-00; Thu, 28 Sep 2006 13:46:03 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1GT0pq-0005YV-00 for ding@lists.math.uh.edu; Thu, 28 Sep 2006 13:42:14 -0500 Original-Received: from quimby.gnus.org ([80.91.227.211]) by mx1.math.uh.edu with esmtp (Exim 4.52) id 1GT0pl-0006Cy-1I for ding@lists.math.uh.edu; Thu, 28 Sep 2006 13:42:13 -0500 Original-Received: from fw01.cmbrmaks.akamai.com ([80.67.64.10] helo=smtp2.akamai.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GT0pd-0007xh-00 for ; Thu, 28 Sep 2006 20:42:01 +0200 Original-Received: from smtp2.akamai.com (vwall.kendall.corp.akamai.com [172.17.4.33]) by smtp2.akamai.com (8.13.8/8.12.10) with ESMTP id k8SIgCnA024447 for ; Thu, 28 Sep 2006 14:42:13 -0400 (EDT) Original-Received: from CN1374059D0130.kendall.corp.akamai.com (CN1374059D0130.kendall.corp.akamai.com [172.16.36.21]) by smtp2.akamai.com (8.13.8/8.12.10) with ESMTP id k8SIgC07024439 for ; Thu, 28 Sep 2006 14:42:12 -0400 (EDT) Original-To: Ding Mailing List X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: Ding Mailing List In-Reply-To: (Ted Zlatanov's message of "Thu, 28 Sep 2006 10:35:13 -0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63791 Archived-At: On 28 Sep 2006, tzz@lifelogs.com wrote: > The gnus-registry actually gets the strings from the Gnus internal > data for an article, so it's not a single point where I can change the > code unfortunately. I'll have to go through the library to make sure > properties are removed everywhere. > > I'll put the fix into gnus-registry.el in the Gnus tree, and it will > make its way into the Emacs tree from there (I'll make sure it's > backported to Gnus 5.10). I comitted a change to gnus-util.el and gnus-registry.el that should remove text properties for good from registry entries. Please let me know if you find problems; it worked for me over a few hours' usage. The function gnus-registry-remove-alist-text-properties is particularly ugly, as I haven't touched Emacs Lisp in a while. If anyone wants to improve it, please do. Ted