Gnus development mailing list
 help / color / mirror / Atom feed
From: jidanni@jidanni.org
To: ding@gnus.org
Subject: don't move cursor after exiting digest
Date: Tue, 30 Dec 2008 02:47:44 +0800	[thread overview]
Message-ID: <87k59i4y3z.fsf@jidanni.org> (raw)

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



                 reply	other threads:[~2008-12-29 18:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k59i4y3z.fsf@jidanni.org \
    --to=jidanni@jidanni.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).