GNU bug report logs - #70819
29.3; clone-indirect-buffer-other-window is inconsistent with *-other-window commands

Previous Next

Package: emacs;

Reported by: Richard Sent <richard <at> freakingpenguin.com>

Date: Tue, 7 May 2024 16:21:02 UTC

Severity: normal

Found in version 29.3

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: martin rudalics <rudalics <at> gmx.at>
To: Richard Sent <richard <at> freakingpenguin.com>, 70819 <at> debbugs.gnu.org
Cc: eliz <at> gnu.org
Subject: Re: [PATCH v2] Make clone-indirect-buffer-other-window use other
 window (bug#70819)
Date: Tue, 28 May 2024 10:04:19 +0200
> -  (let ((pop-up-windows t))
> -    (clone-indirect-buffer newname display-flag norecord)))
> +  ;; For compatibility, don't display the buffer if display-flag is nil.
> +  (let ((buffer (clone-indirect-buffer newname nil norecord)))
> +    (when display-flag
> +      (switch-to-buffer-other-window buffer norecord))))

Looks good to me.

Thank you, martin




This bug report was last modified 1 year and 39 days ago.

Previous Next


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