GNU bug report logs - #53662
29.0.50; Cannot use tab-new from side window

Previous Next

Package: emacs;

Reported by: Aaron Jensen <aaronjensen <at> gmail.com>

Date: Mon, 31 Jan 2022 15:26:01 UTC

Severity: normal

Fixed in version 29.0.50

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Juri Linkov <juri <at> linkov.net>
Cc: 53662 <at> debbugs.gnu.org, Aaron Jensen <aaronjensen <at> gmail.com>
Subject: bug#53662: 29.0.50; Cannot use tab-new from side window
Date: Wed, 2 Feb 2022 08:47:18 +0100
Two caveats:

+      (dolist (parameter (window-parameters))
+        (set-window-parameter nil (car parameter) nil))

Maybe you should remove the 'window-side' and the 'window-atom'
parameters only - users can assign arbitrary parameters to windows.

+        (unless (eq tab-bar-new-tab-choice 'window)
+          ;; Create a new window to get rid of old window parameters
+          ;; (e.g. prev/next buffers) of old window.
+          (split-window) (delete-window)))

Note that this will lose other settings as well like the window's
dedicated status.  If this is the intended behavior, you should at least
tell so in the doc-string.

martin




This bug report was last modified 3 years and 160 days ago.

Previous Next


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