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: Sat, 04 Mar 2017 18:40:15 +0100

> 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*")

Did you apply the patch?  After that you have to rebuild emacs because
window.el is preloaded.  Or recompile window.el which, however, provides
the functionality only for that session.  If neither of these help, then
please tell me the value of `window-dedicated-p' in the window showing
*text* - it's "t" here.

martin





reply via email to

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