From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16666 Path: news.gmane.org!not-for-mail From: Stefan Huchler Newsgroups: gmane.emacs.gnus.user Subject: How to use nnrss-ignore-article-fields Date: Sun, 26 Jan 2014 14:23:00 +0100 Message-ID: <87lhy27u8b.fsf@mars.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1390742602 5950 80.91.229.3 (26 Jan 2014 13:23:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Jan 2014 13:23:22 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Jan 26 14:23:31 2014 Return-path: Envelope-to: gegu-info-gnus-english@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 1W7PgQ-0006qV-Ps for gegu-info-gnus-english@m.gmane.org; Sun, 26 Jan 2014 14:23:30 +0100 Original-Received: from localhost ([::1]:54686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7PgQ-0008UT-2p for gegu-info-gnus-english@m.gmane.org; Sun, 26 Jan 2014 08:23:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7PgG-0008TU-MY for info-gnus-english@gnu.org; Sun, 26 Jan 2014 08:23:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7Pg9-0008T6-Cp for info-gnus-english@gnu.org; Sun, 26 Jan 2014 08:23:20 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:38031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7Pg9-0008T2-6H for info-gnus-english@gnu.org; Sun, 26 Jan 2014 08:23:13 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W7Pg6-0006gI-K6 for info-gnus-english@gnu.org; Sun, 26 Jan 2014 14:23:10 +0100 Original-Received: from hsi-kbw-109-193-109-175.hsi7.kabel-badenwuerttemberg.de ([109.193.109.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Jan 2014 14:23:10 +0100 Original-Received: from stefan.huchler by hsi-kbw-109-193-109-175.hsi7.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Jan 2014 14:23:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 44 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-109-193-109-175.hsi7.kabel-badenwuerttemberg.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:NWsL0okxYFgjgm7R/I+3rEV8EvM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16666 Archived-At: I think nnrss-ignore-article-fields is documented to bad. I am not a total pro emacs user and I am even worse (e)lisp programmer but it should not be so hard to understand this. I use rss for youtube feeds and nearly every hour I get 10 old feeds that I marked as read already again. It was even hard to find this variable as most likely the mechanism to stop this. Then I had to look into the source-code and find a post somewhere that says that you have to raise the gnus-verbose level to 10 to see output with what u can maybe find the fields you could put into that. But even with that it seems that I dont understand what I have to ignore. A example output looks like that: "nnrss: Making hash index of (item nil (guid ((isPermaLink . "false")) "tag:youtube.com,2008:video:Zx5W7faSEJI") (pubDate nil "Fri, 24 Jan 2014 06:04:18 +0000") (atom:updated nil "2014-01-24T06:21:20.000Z") (category ((domain . "http://schemas.google.com/g/2005#kind")) "http://gdata.youtube.com/schemas/2007#video") (title nil "Tendresse for Ten | BSD Now 21") (description nil "") (link nil "http://www.youtube.com/watch?v=Zx5W7faSEJI&feature=youtube_gdata") (author nil "Jupiter Broadcasting"))" I set and evaluated following list: (setq nnrss-ignore-article-fields '(slash:comments description atom:updated category title item tag)) but it did not prevent re-appearences of such articles. I would love to get some help. Thx