Gnus development mailing list
 help / color / mirror / Atom feed
* don't move cursor after exiting digest
@ 2008-12-29 18:47 jidanni
  0 siblings, 0 replies; only message in thread
From: jidanni @ 2008-12-29 18:47 UTC (permalink / raw)
  To: ding

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

OK, but I always find myself having to do an extra <up> here:
C-d q <up> E

Hmmm, looking at
  q runs the command gnus-summary-exit
    which is an interactive compiled Lisp function in `gnus-sum.el'.
  It is bound to q, Z Z, Z Q, <menu-bar> <Gnus> <Exit> <Exit group>.
  (gnus-summary-exit &optional TEMPORARY LEAVE-HIDDEN)

  Exit reading current newsgroup, and then return to group selection mode.
  `gnus-exit-group-hook' is called with no arguments if that value is non-nil.

OK, but 1) you're not always exiting to group selection mode, but
sometimes just to the *Summary*.

2) Ah, we see these cases are covered,

		;; 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))

But not mine.

OK, most users like doing gnus-group-next-unread-group 1
automatically, but not me...

3) document TEMPORARY LEAVE-HIDDEN



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

only message in thread, other threads:[~2008-12-29 18:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-29 18:47 don't move cursor after exiting digest 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).