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

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

bug#21649: 25.0.50; [PATCH] Allow M-x man to reuse an existing window


From: martin rudalics
Subject: bug#21649: 25.0.50; [PATCH] Allow M-x man to reuse an existing window
Date: Thu, 10 Mar 2016 11:32:39 +0100

> I'm marking this bug as done since one can now do
> (setq display-buffer-alist
>        (list
>         (cons "\\`\\*Man .*\\*\\'"
>               (cons
>                #'display-buffer-reuse-mode-window
>                '((inhibit-same-window . nil))))))
> to get the effect mentionned in the initial report.

Please add a NEWS entry for this.

Thanks, martin





reply via email to

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