bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59381: Should xref--marker-ring be per-window?


From: Dmitry Gutov
Subject: bug#59381: Should xref--marker-ring be per-window?
Date: Sun, 20 Nov 2022 19:00:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2

On 20.11.2022 09:09, Eli Zaretskii wrote:
From: Ackerley Tng<ackerleytng@gmail.com>
Date: Sat, 19 Nov 2022 14:01:52 -0800
Cc: Juri Linkov<juri@linkov.net>,59381@debbugs.gnu.org

What if we copy the whole stackv from the old window whenever a new window is 
opened?
What will happen with that if you switch to another window which displays
the same file, or delete the window where the stack is kept?

And please note that results of creation and deletion of windows are not
always predictable from the user POV.  E.g., when you type "C-x 2", do you
always know which of the two windows will keep the ID of the original single
window?

If the stack is copied, isn't that a non-issue? Both windows get the same history, and then their identities will be tired to the positions on the screen, that's how the user will recognize them.

And FWIW, in my personal config the stack isn't even copied. Somehow that works out fine, with one small (but potentially significant) caveat that in my config 'C-x 2' and 'C-x 3' always select the new window. Making it obvious which of the windows in new, and thus isn't expected to have existing history.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]