GNU bug report logs -
#58728
29.0.50; Minibuffer does not follow tabs
Previous Next
Reported by: Visuwesh <visuweshm <at> gmail.com>
Date: Sun, 23 Oct 2022 03:37: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
[செவ்வாய் அக்டோபர் 25, 2022] Juri Linkov wrote:
> Currently the only code that handles the active minibuffer
> is in tab-bar-new-tab-to:
>
> ;; Handle the case when it's called in the active minibuffer.
> (when (minibuffer-selected-window)
> (select-window (minibuffer-selected-window)))
>
> that ensures that the minibuffer is not selected before creating a new tab.
>
> So should the new feature handle all cases: when a new tab is created and
> when switching existing tabs? In both cases the minibuffer should follow
> the selected tab?
I'd expect it to. The active minibuffer should travel across newly
created tabs and old tabs.
> Currently selecting a tab just restores its window-configuration.
> Should it activate the same minibuffer that was active in a previous tab?
> What if two tabs have separate minibuffers? Which minibuffer wins?
> In a test case:
>
> 1. emacs -Q
> 2. C-x t 2
> 3. M-x
> 4. C-x t o
> 5. M-:
> 6. C-x t o
>
> what minibuffer should be displayed? Probably the last.
I think showing the most "recent" minibuffer should be shown. If we go
by minibuffer-depth-indicate-mode, then the most "recent" minibuffer
would be the labelled 2.
This bug report was last modified 2 years and 262 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.