bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46225: 27.1; In Drafts cursor is on first article, backwards from ot


From: 積丹尼 Dan Jacobson
Subject: bug#46225: 27.1; In Drafts cursor is on first article, backwards from other groups
Date: Wed, 03 Feb 2021 01:33:04 +0800

LI> all articles in the group are permanently unread.

Yes, but initial cursor position needs to be not hardwired to that!!

OK, so there are several workarounds:

Here is the effect I want to achieve:

It is just like, with the cursor on the drafts group, doing:

 g                       ;; gnus-group-get-new-news
 <return>                ;; gnus-group-select-group
 <end>                   ;; end-of-buffer
 q                       ;; gnus-summary-exit
 <return>                ;; gnus-group-select-group

Now our cursor is nicely centered on the last article, just like in all
our other groups.

OK, there is no drafts related hook. So using one of gnus-*-hook
we need to implant that last article number into gnus' concept of where
we were reading, but only after a gnus-group-get-new-news command, and
only for the drafts group.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]