|
From: | Juri Linkov |
Subject: | bug#38354: 27.0.50; Implement display action display-buffer-in-tab |
Date: | Sun, 24 Nov 2019 01:09:01 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) |
Severity: wishlist Like demonstrated in bug#37998 we need a new display action display-buffer-in-tab to use in display-buffer-alist. Examples: ("\\`\\*Group\\*\\'" . (display-buffer-in-tab (name . "Gnus"))) ("\\`\\*Summary \\(.*\\)\\*\\'" . (display-buffer-in-tab (name . "Group \\1"))) The only problem is that I don't know how to use matched numbered groups \1 from matches of buffer names in display conditions. display-buffer-assq-regexp uses string-match-p, not string-match.
[Prev in Thread] | Current Thread | [Next in Thread] |