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, 11 Mar 2017 11:20:34 +0100

>>> (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)
>>> (setq pop-up-frame-alist (cons '(unsplittable . t) pop-up-frame-alist))
>>>
>>> (pop-to-buffer (get-buffer-create "*text*") t)
>
> Yes, that works for me.
>
>> TeX-recenter-output-buffer could be redefined as follows to get the same
>> result (according to my tests) without resorting to pop-up-frame-alist:
>>
>>     (defun TeX-recenter-output-buffer (line)
>> [...]
>
> Yes, that also works for me.

Thank you for checking.  I'm closing this bug.  If you think that the
documentation should be improved, please post concrete suggestions or
(preferably) a patch in a new report.

Thanks to everyone involved, martin





reply via email to

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