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
>> I believe C-x right and C-x left should be special to not affect the
>> logic of "try taking the buffer that has been shown in that window
>> before the present one".
>
> I'm not sure what this means to do instead. Have `quit-window' not show
> a buffer if it appears on `window-next-buffers'?
Thanks, this sounds right.
> What happens if you turn the form
>
> (or bury-or-kill (not (memq buffer next-buffers))))
>
> in `switch-to-prev-buffer' into
>
> (not (memq buffer next-buffers)))
I tried to do this but with no effect. Then I also turned
(or bury-or-kill (not (memq new-buffer next-buffers))))
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.
This bug report was last modified 1 year and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.