dot/gnus.el: Don't skip around wildly in the `Group' buffer.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 May 2020 12:32:33 +0000 (13:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 24 May 2020 12:34:35 +0000 (13:34 +0100)
I have a huge number of folders, most of which are fully caught-up, and
fairly often show them all.  It's very annoying when Gnus decides to
move point a long way away from where I was last working.

Of course, Gnus is configurable in this regard.  So configure it.

dot/gnus.el

index be92db7..376016a 100644 (file)
       gnus-check-bogus-newsgroups nil
       gnus-read-active-file 'ask-server)
 
+;; Don't skip unread groups.
+(setq gnus-group-goto-unread nil
+      gnus-summary-next-group-on-exit nil)
+
 ;; Use one article buffer per group.
 (setq gnus-single-article-buffer nil)