all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "積丹尼 Dan Jacobson" <jidanni@jidanni.org>
To: 43431@debbugs.gnu.org
Subject: bug#43431: superfluous bury-buffer needed due to earlier gnus-summary-select-article-buffer
Date: Wed, 16 Sep 2020 02:57:34 +0800	[thread overview]
Message-ID: <875z8ena01.5.fsf@jidanni.org> (raw)

When using C-d [gnus-summary-enter-digest-group] why does one need three
q's instead of two, to return to the (Highest, not just that of the
digest) *Summary* buffer?

 C-d [gnus-summary-enter-digest-group]
 <return> [gnus-summary-scroll-up]
 h [gnus-summary-select-article-buffer]
 q [gnus-summary-expand-window]
 q [gnus-summary-exit]
 q [bury-buffer]

You know, between q number 2 and q number 3, what is on the screen does
not change at all, giving the impression that emacs is dumb.

Same here, three q's:

 C-d [gnus-summary-enter-digest-group]
 SPC [gnus-summary-next-page]
 n [gnus-summary-next-unread-article]
 h [gnus-summary-select-article-buffer]
 n [gnus-article-read-summary-keys]
 n n [gnus-article-read-summary-keys]
 n q [gnus-summary-expand-window]
 q [gnus-summary-exit]
 q [bury-buffer]

Ah. we see it is all related to that critical "h". If we never used the
"h", we would never encounter the problem:

 C-d [gnus-summary-enter-digest-group]
 SPC [gnus-summary-next-page]
 n [gnus-summary-next-unread-article]
 n [gnus-summary-next-unread-article]
 n [gnus-summary-next-unread-article]
 q [gnus-summary-exit]

Wow, only one q to get back to the (Highest, not just that of the
digest) *Summary* buffer.

Anyway, for the h cases, please make it use two q's instead of three.
Thanks.

P.S., it may be due to my
https://www.jidanni.org/comp/configuration/.emacs
https://www.jidanni.org/comp/configuration/.gnus.el

Gnus v5.13
GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.20)
 of 2020-05-17, modified by Debian





             reply	other threads:[~2020-09-15 18:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-15 18:57 積丹尼 Dan Jacobson [this message]
2020-09-17 15:18 ` bug#43431: superfluous bury-buffer needed due to earlier gnus-summary-select-article-buffer Lars Ingebrigtsen
2020-09-19 16:32   ` 積丹尼 Dan Jacobson
2020-09-19 16:41     ` Lars Ingebrigtsen

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=875z8ena01.5.fsf@jidanni.org \
    --to=jidanni@jidanni.org \
    --cc=43431@debbugs.gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.