From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9408 Path: news.gmane.org!not-for-mail From: Sebastian Krause Newsgroups: gmane.emacs.gnus.user Subject: Re: Recursive scoring or articles Date: Sun, 29 Jul 2007 12:15:06 +0200 Message-ID: <87abtfplcl.fsf@news.realpath.org> References: <87bqdw2hqt.fsf@news.realpath.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185704138 23950 80.91.229.12 (29 Jul 2007 10:15:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Jul 2007 10:15:38 +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 Jul 29 12:15:32 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IF5oC-00035c-8P for gegu-info-gnus-english@m.gmane.org; Sun, 29 Jul 2007 12:15:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IF5oB-0000hF-MS for gegu-info-gnus-english@m.gmane.org; Sun, 29 Jul 2007 06:15:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IF5o9-0000dk-Tv for info-gnus-english@gnu.org; Sun, 29 Jul 2007 06:15:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IF5o9-0000ad-92 for info-gnus-english@gnu.org; Sun, 29 Jul 2007 06:15:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IF5o9-0000Zo-4y for info-gnus-english@gnu.org; Sun, 29 Jul 2007 06:15:29 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IF5o8-0000xw-RN for info-gnus-english@gnu.org; Sun, 29 Jul 2007 06:15:29 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IF5o0-000489-Ji for info-gnus-english@gnu.org; Sun, 29 Jul 2007 12:15:20 +0200 Original-Received: from mue-88-130-117-122.dsl.tropolys.de ([88.130.117.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Jul 2007 12:15:20 +0200 Original-Received: from sebastian by mue-88-130-117-122.dsl.tropolys.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Jul 2007 12:15:20 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: mue-88-130-117-122.dsl.tropolys.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:QOfTbyhuGHbUKIVWCAJQ6MTKarc= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9408 Archived-At: Reiner Steib wrote: > On Sun, Jul 29 2007, Sebastian Krause wrote: >> I'm wondering if it's possible to apply a score of an article to all >> of its follow-ups. In detail I would like to kill a whole subthread >> that follows an article I've killed with some negative score. > > Is something like `L r S' what you have in mind? > Cf. (info "(gnus)Summary Score Commands") But this requires manual interaction and when the article is already killed (and so vanished from the summary buffer) I don't what to find it manually so run this command to kill its follow-ups. It should happen automatically. An example thread: 1. [ interesting post ] 2. [ troll A answers ] 3. [ posting feeding the troll ] 4. [ more food ] 5. [ another troll ] 6. [ good answer ] 7. [ another good answer ] Now let's assumene I've already killed troll A in my score file. Since the troll-feeding posts will just be as annoying, lines 3-5 should be *automatically* killed together with line 2. So I would see this result in the summary buffer without any manual interaction: 1. [ interesting post ] 2. [ good answer ] 3. [ another good answer ] Sebastian