GNU bug report logs -
#13167
24.3.50; C-x right C-x left interferes with buffer order
Previous Next
Full log
View this message in rfc822 format
> in `switch-to-prev-buffer' into
>
> (not (memq new-buffer next-buffers)))
>
> and it works as expected. Not sure about possible side-effects,
> have to test this change more.
There is one side-effect with overwrapping in next buffers.
When `C-x right C-x right' wraps to the first buffer *scratch*,
*scratch* is pushed to the list of next buffers.
Then `C-x left C-x left' returns to the previous buffers,
typing `q' restores the right buffer, another `q' restores
another right buffer. But the last `q' doesn't restore
the buffer *scratch*.
This is in the following scenario:
1. emacs -Q
2. C-h C-n
3. C-x d RET
4. v
5. C-x right displays the buffer *Messages*
6. C-x right displays the buffer *scratch*
7. C-x left
8. C-x left
9. q
10. q
11. q
12. q the last q doesn't restore the initial buffer *scratch*
This bug report was last modified 1 year and 156 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.