how to tick entire thread
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
how to tick entire thread         


Author: Harry Putnam
Date: Sep 7, 2008 19:39

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.
2 Comments
Re: how to tick entire thread         


Author: Niels Giesen
Date: Sep 7, 2008 23:17

Harry Putnam newsguy.com> 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.
^^^^
Show full article (0.82Kb)
no comments
Re: how to tick entire thread         


Author: Harry Putnam
Date: Sep 8, 2008 07:43

Niels Giesen gmail.com> writes:
> Harry Putnam newsguy.com> 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:

I inadvertently posted here rather than the gnus group. Saw my error
and then tried to cancel my post... apparently the cancellation did
not work.

But still got the answer I was after... thanks
Show full article (1.06Kb)
no comments