GNU bug report logs - #64911
30.0.50; switch-to-buffer-preserve-window-point not respected by switch-to-(next|prev)-buffer

Previous Next

Package: emacs;

Reported by: Phil Sainty <psainty <at> orcon.net.nz>

Date: Fri, 28 Jul 2023 05:26:01 UTC

Severity: normal

Found in version 30.0.50

Full log


Message #17 received at 64911 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Eli Zaretskii <eliz <at> gnu.org>, Phil Sainty <psainty <at> orcon.net.nz>
Cc: adam <at> alphapapa.net, 64911 <at> debbugs.gnu.org
Subject: Re: bug#64911: 30.0.50; switch-to-buffer-preserve-window-point not
 respected by switch-to-(next|prev)-buffer
Date: Sat, 29 Jul 2023 10:08:17 +0200
>> In practice this is a problem because the position stored in the
>> `window-prev-buffers' data is a marker (or at least that is the case
>> in the scenario I am dealing with), and the buffer in question is
>> periodically erased and regenerated.  Erasing the buffer causes all
>> its markers to be moved to position 1, so the end result is that the
>> user loses their place.  (The buffer contents are rebuilt, but the
>> new content is typically similar if not identical to the old content,
>> and so maintaining the original position is desirable).
>
> This sounds like quite a unique use case to justify a global behavior
> change of 2 commands.  Can't you achieve what you need by other means?
> Stashing the value of point or window-point somewhere and then
> restoring it doesn't sound too complicated to me.
>
> Adding martin, in case he has comments and suggestions.

The only idea I have is to handle the "erased and regenerated" case by
invalidating the point markers.  IIUC this means that we have to first
identify the "erased and regenerated" case in 'after-change-functions'
and then use 'window-prev-buffers' to update the POS field of all
entries for that buffer in every window it has shown it.  We will miss
occurrences in saved window configurations if the associated window is
not live.

martin




This bug report was last modified 2 years and 52 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.