From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67806 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: nnrss-ignore-article-fields for more than just fields Date: Thu, 20 Nov 2008 10:40:07 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86wseyxsew.fsf@lifelogs.com> References: <87od115h3r.fsf_-_@jidanni.org> <8663n864vo.fsf@lifelogs.com> <86skpzkzl9.fsf@lifelogs.com> <878wrfibjp.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1227199340 25568 80.91.229.12 (20 Nov 2008 16:42:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2008 16:42:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16254@lists.math.uh.edu Thu Nov 20 17:43:20 2008 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 1L3CcL-0008QQ-9e for ding-account@gmane.org; Thu, 20 Nov 2008 17:42:57 +0100 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 1L3CZt-0001x6-Uq; Thu, 20 Nov 2008 10:40:26 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1L3CZs-0001ww-Ly for ding@lists.math.uh.edu; Thu, 20 Nov 2008 10:40:24 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1L3CZn-00015F-05 for ding@lists.math.uh.edu; Thu, 20 Nov 2008 10:40:24 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1L3CZw-0008D1-00 for ; Thu, 20 Nov 2008 17:40:28 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L3CZk-0000kW-B6 for ding@gnus.org; Thu, 20 Nov 2008 16:40:16 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Nov 2008 16:40:16 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Nov 2008 16:40:16 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 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" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:e4u5YSr8IzI/fBOXo1USfICJsJA= X-Spam-Score: -1.5 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67806 Archived-At: On Wed, 19 Nov 2008 23:41:14 +0100 asjo@koldfront.dk (Adam Sjøgren) wrote: AS> On Mon, 10 Nov 2008 16:04:02 -0600, Ted wrote: TZ> ;;; Snarf functions TZ> (defun nnrss-make-hash-index (item) TZ> + (gnus-message 9 "nnrss: Making hash index of %s" (gnus-prin1-to-string item)) TZ> (setq item (gnus-remove-if TZ> (lambda (field) TZ> (when (listp field) AS> Wouldn't this gnus-message call be (even) more useful if it was placed AS> _after_ the gnus-remove-if thing that removes the fields listed in AS> nnrss-ignore-article-fields? ... AS> (This way I can use it to check that I set nnrss-ignore-article-fields AS> correctly.) The purpose (for me) was to show the original message, before anything is touched. Thus the log message is misleading and should be "Raw RSS item: %s" instead. I don't think we need to show the modified message as well, but it's not a strongly held opinion. Ted