GNU bug report logs - #76911
dedicated side windows lose their dedication upon reuse

Previous Next

Package: emacs;

Reported by: Daniel Colascione <dancol <at> dancol.org>

Date: Mon, 10 Mar 2025 08:00:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Daniel Colascione <dancol <at> dancol.org>, martin rudalics <rudalics <at> gmx.at>
Cc: 76911 <at> debbugs.gnu.org
Subject: bug#76911: dedicated side windows lose their dedication upon reuse
Date: Mon, 10 Mar 2025 18:36:47 +0200
> From: Daniel Colascione <dancol <at> dancol.org>
> Date: Mon, 10 Mar 2025 00:58:53 -0700
> 
> 
> Consider the code below:
> 
>     (let ((b1 (get-buffer-create "*b1*"))
>           (b2 (get-buffer-create "*b2*"))
>           (action '(display-buffer-in-side-window
>                     (dedicated . t)
>                     (side . left))))
>       (display-buffer b1 action)
>       (sit-for 1)
>       (display-buffer b2 action))
> 
> It puts b1 in a side window, then reuses that side window for b2.
> When we display b2, the window loses the strong dedication it had to b1
> despite the display action for b2 including a request for a
> dedicated window.
> 
> I'd expect the window to be dedicated to b2 at the end of the
> above snippet.

Martin, any comments?




This bug report was last modified 94 days ago.

Previous Next


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