[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: |
Sun, 12 Nov 2023 14:37:43 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Samuel Wales wrote:
> apropos of nothing, in old code [i am less capable of coding now]
> sometimes i do (switch-to-buffer (current-buffer)) which sometimes
> fixes buffer liust problems. i do not know why as it looks like it
> should be a no-op but i ahve no idea.
One reason I can think of for that is if a `switch-to-buffer' somewhere
used the NORECORD option. Your code would undo that.
You should also read (info "(elisp) Buffer List")
--