Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* gnus-summary-next-group-on-exit: but what about digests?
@ 2009-06-16 19:24 jidanni
  0 siblings, 0 replies; only message in thread
From: jidanni @ 2009-06-16 19:24 UTC (permalink / raw)
  To: info-gnus-english

C-d runs the command gnus-summary-enter-digest-group
q runs the command gnus-summary-exit

After pressing both keys in succession, I am back in the *Summary*
buffer, but the cursor is now on the next article. How can I not have
the cursor advance to the next article?

Looking at the code of q,
    (unless (or quit-config
		(not gnus-summary-next-group-on-exit)
		;; If this group has disappeared from the summary
		;; buffer, don't skip forwards.
		(not (string= group (gnus-group-group-name))))
      (gnus-group-next-unread-group 1))
apparently gnus-summary-next-group-on-exit only affects when one goes
from *Summary* to *Group*, not from Digest to *Summary*.

Anyway, maybe a separate variable is needed...

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-16 19:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-16 19:24 gnus-summary-next-group-on-exit: but what about digests? jidanni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).