From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Niels Giesen Newsgroups: gmane.emacs.help Subject: Re: how to tick entire thread Date: Mon, 08 Sep 2008 08:17:17 +0200 Organization: A noiseless patient Spider Message-ID: <87k5dnqhzm.fsf@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220856068 4136 80.91.229.12 (8 Sep 2008 06:41:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Sep 2008 06:41:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 08 08:42:02 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KcaRl-0000sg-ML for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Sep 2008 08:42:01 +0200 Original-Received: from localhost ([127.0.0.1]:35007 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcaQl-0001sE-Sv for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Sep 2008 02:40:59 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.erje.net!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-X-Trace: feeder.motzarella.org U2FsdGVkX1/C1rp+rsStDzFt7huyI5mLMRKO/2FCy0rCvNnUdBquB/Ovtgrtj184Pn6svaMiD1mJXCRp1Ns7mQJz8NAnVEebD/+prL3l4Zt7pU/8RoUGfsGM36JN9paBdDwanY9eXFg= Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Mon, 8 Sep 2008 06:17:18 +0000 (UTC) X-Auth-Sender: U2FsdGVkX1+wl4/irUBxslAn9M0mDkjg Cancel-Lock: sha1:zA9MH77x/EaDh8QDuqPoh65NB60= sha1:s6OidwKYxSk3p3iskPKOA+UmA3o= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:161986 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57329 Archived-At: Harry Putnam writes: > Is there a command to tick or even better mark dormant a whole thread > in one go? > > I'm probably blind but looking though the available commands with the > term `tick' in them I didn't find one that appears to do that. > > > Under the presumption you are talking about gnus, I think you mean: C-M-k runs the command gnus-summary-kill-thread which is an interactive compiled Lisp function in `gnus-sum.el'. It is bound to C-M-k, T k, . (gnus-summary-kill-thread &optional UNMARK) Mark articles under current thread as read. If the prefix argument is positive, remove any kinds of marks. If the prefix argument is negative, tick articles instead. ^^^^ -- http://niels.kicks-ass.org