Re: Marking thread as read

2023-07-01 Thread Alshehhi Family
Adam Sjøgren writes: > I recently had the same need, and solved it by making my own function > based on gnus-summary-kill-thread: > > (defun asjo-gnus-summary-mark-thread-read () > "Mark articles under current thread as read." > (interactive "" gnus-summary-mode) > (let ((ar

Re: Marking thread as read

2023-06-30 Thread Eric S Fraga
On Friday, 30 Jun 2023 at 04:28, Michael Heerdegen wrote: > After reading the Gnus manual a bit I take "killed" as a subset of > "read". k for example behaves, and is documented, similarly. > > Internally `gnus-summary-mark-article-as-read' is used, just marking is > done with `gnus-killed-mark' -

Re: Marking thread as read

2023-06-29 Thread Michael Heerdegen
Eric S Fraga writes: > I've had a chance to try this and you are correct: the documentation > does not match the behaviour. "T k" with no argument marks all articles > as killed which is not the same as read. After reading the Gnus manual a bit I take "killed" as a subset of "read". k for exam

Re: Marking thread as read

2023-06-29 Thread Adam Sjøgren
Alshehhi writes: > I am new to gnus. I am trying to mark a thread as read. However, it is > still unclear to me how to do that. There is the command > gnus-summary-kill-thread: I recently had the same need, and solved it by making my own function based on gnus-summary-kill-thread: (defun asj

Re: Marking thread as read

2023-06-29 Thread Eric S Fraga
On Thursday, 29 Jun 2023 at 04:02, Alshehhi Family wrote: > It seems that like it is the right command because it says "as > read". But when I run it, gnus mark the thread as kill. Am I missing > something? Not sure what you tried exactly. What happens if you try "C-u T k", i.e. passing a positiv

Re: Marking thread as read

2023-06-29 Thread Eric S Fraga
I've had a chance to try this and you are correct: the documentation does not match the behaviour. "T k" with no argument marks all articles as killed which is not the same as read. The other mentioned options (positive, 0, and negative arguments) do behave as documented. -- Eric S Fraga via gn