bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37840: Missing in the Emacs manuals:


From: martin rudalics
Subject: bug#37840: Missing in the Emacs manuals:
Date: Sat, 9 Nov 2019 10:01:44 +0100

> I used this customization:
>
> (custom-set-variables
> '(display-buffer-base-action
>    '((display-buffer-reuse-window display-buffer-pop-up-frame)
>      (reusable-frames . 0)))
> '(display-buffer-alist
>    '((".*" . (nil (inhibit-same-window . t)))))
> '(switch-to-buffer-obey-display-actions t))
>
> to get new frames for any type of file, and then Speedbar popped up
> with a layout according to defaults-frame-alist; by “layout” I mean
> frame geometry, font, color etc.

That means "any type of buffer" and is obviously too strong.  Unless
you make your regexp more stringent, you will see similar problems all
over your session.

martin






reply via email to

[Prev in Thread] Current Thread [Next in Thread]