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

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

bug#25946: 26.0.50; display-buffer ignores ignores reusable-frames in di


From: martin rudalics
Subject: bug#25946: 26.0.50; display-buffer ignores ignores reusable-frames in display-buffer-alist
Date: Fri, 03 Mar 2017 19:23:18 +0100

> I'll try once I know how to create special/dedicated frames.

Impossible since the "fix" for Bug#15133.  Apparently no one used this
in the past four years.  Please apply the attached patch and try again.
The following example works here now as intended.

(customize-set-variable
 'display-buffer-alist
 '(("\\*text\\*"
    (display-buffer-reuse-window display-buffer-pop-up-frame)
    (reusable-frames . t))))

(setq display-buffer-mark-dedicated t)

(display-buffer (get-buffer-create "*text*"))

(kill-buffer "*text*")

martin

Attachment: window.el.diff
Description: Text document


reply via email to

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