all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#13167: 24.3.50; C-x right C-x left interferes with buffer order
@ 2012-12-12 23:37 Juri Linkov
  2012-12-13 10:29 ` martin rudalics
  2024-01-10 11:26 ` Stefan Kangas
  0 siblings, 2 replies; 21+ messages in thread
From: Juri Linkov @ 2012-12-12 23:37 UTC (permalink / raw)
  To: 13167

There is something in quit-window and the buffer order
that looks like a regression, but I'm not sure what.
Please dismiss this bug report if there is nothing wrong.

1. emacs -Q
2. C-h C-n       visits NEWS
3. C-x d RET     visits Dired in the directory `etc'
4. v             visits first file in the directory `etc'
5. q
6. q
7. q

Every subsequent `q' restores the previous buffer.
This is correct.

But when this sequence is interspersed with seemingly idempotent
`C-x right C-x left', the buffer order becomes broken:

1. emacs -Q
2. C-h C-n
3. C-x d RET
4. v
5. C-x right   (or C-h e for the same effect)
6. C-x left
7. q

Then `q' displays the buffer `*Messages*' instead of the expected
previous Dired buffer `etc'.  Typing `C-x left' displays it,
but then another `q' displays the buffer `*Messages*' again.

8. C-x left
9. q

Again `*Messages*' instead of the expected NEWS.

10. C-x left
11. q

And again `*Messages*' instead of the expected *scratch*.

So the question is why `*Messages*' gets in the way
in the list of previous buffers.





^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-01-12  8:48 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-12 23:37 bug#13167: 24.3.50; C-x right C-x left interferes with buffer order Juri Linkov
2012-12-13 10:29 ` martin rudalics
2012-12-14  0:45   ` Juri Linkov
2012-12-14 10:25     ` martin rudalics
2012-12-15 10:49       ` Juri Linkov
2012-12-15 18:06         ` martin rudalics
2012-12-16  9:17           ` Juri Linkov
2012-12-16 18:12             ` martin rudalics
2012-12-17  9:35               ` Juri Linkov
2012-12-17  9:57                 ` Juri Linkov
2012-12-17 13:38                   ` martin rudalics
2012-12-22  9:27                     ` Juri Linkov
2012-12-22 15:41                       ` martin rudalics
2012-12-23  9:49                         ` Juri Linkov
2012-12-23 14:03                           ` martin rudalics
2024-01-10 17:03       ` Juri Linkov
2024-01-11  9:15         ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-01-12  7:42           ` Juri Linkov
2024-01-12  8:48             ` Eli Zaretskii
2024-01-10 11:26 ` Stefan Kangas
2024-01-10 17:01   ` Juri Linkov

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.