[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: buffer list sequence
From: |
James Thomas |
Subject: |
Re: buffer list sequence |
Date: |
Fri, 10 Nov 2023 19:04:49 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Samuel Wales wrote:
> when i do delete-other-windows, soimetims i wasnt to go to the bufeer
> iwhose window i just deelted . but i dont knoww hwat it is.
If it's the last buffer you were in before switching to the current one,
it'll be next in the list.
> i'[d like for it to be in the buffer list right next tot the current
> buffer so i can just do prev or next buffer.
The previous buffer will be last one you buried.
> sometimes it is not there. there is fancy burying or special cases of
> *buffer* and maybe more things like that [certainly also with "
> buffer"].
You'll probably have to customize/advice `delete-other-windows' to do
one of the above, if you want it consistently.
--