From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56827 Path: main.gmane.org!not-for-mail From: Michael Schierl Newsgroups: gmane.emacs.gnus.general Subject: skip ugly articles? Date: Sat, 27 Mar 2004 19:53:48 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: Reply-To: schierlm@gmx.de NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1080416497 13437 80.91.224.253 (27 Mar 2004 19:41:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Mar 2004 19:41:37 +0000 (UTC) Original-X-From: ding-owner+M5366@lists.math.uh.edu Sat Mar 27 20:41:30 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B7JgP-0004VK-00 for ; Sat, 27 Mar 2004 20:41:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1B7JfN-0000Vi-00; Sat, 27 Mar 2004 13:40:25 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1B7JfG-0000Vc-00 for ding@lists.math.uh.edu; Sat, 27 Mar 2004 13:40:18 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1B7JfC-0000Wk-Bt for ding@lists.math.uh.edu; Sat, 27 Mar 2004 13:40:15 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id AB6713A0054 for ; Sat, 27 Mar 2004 13:39:58 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B7Jer-0000rg-00 for ; Sat, 27 Mar 2004 20:39:57 +0100 Original-Received: from d28-80.dsl.easysurfnet.de ([83.121.28.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Mar 2004 20:39:53 +0100 Original-Received: from schierlm-usenet by d28-80.dsl.easysurfnet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Mar 2004 20:39:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: d28-80.dsl.easysurfnet.de User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:XLsuZBQZt9B4onNUbZc09lWDqXI= X-Spam-Score: -4.9 (----) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56827 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56827 Hi, In some groups I'd like to set up something similar to body scoring. I know, body scoring is slow and requires to read all the bodies first which will be bad[tm] when you are reading news online. So I'd like to have something both similar and different. When I hit e.g. `n', Gnus has to load the article anyway. So, how about checking it then and automatically pressing `n' again for me when Gnus notices i will find this article ugly? (e.g. triggered by some keywords in them or by some headers) Is there already a similar function for that in Gnus anywhere? Or should i just advice `gnus-summary-next-unread-article'? Michael