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

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

Re: same-window-regexps for M-x man


From: Eli Zaretskii
Subject: Re: same-window-regexps for M-x man
Date: Thu, 10 Mar 2011 22:02:13 +0200

> Date: Thu, 10 Mar 2011 22:30:42 +0300
> From: Dmitriy Igrishin <dmitigr@gmail.com>
> 
> Somebody can explain why the code below does not work
> as expected ?
> 
> (add-to-list 'same-window-regexps "\\`\\*Man.*\\*\\'")
> nor
> (add-to-list 'same-window-regexps "\\*Man.*\\*")
> 
> does not force display man pages with M-x man
> in the same window (as expected).

Because "M-x man" doesn't use display-buffer?

> Please, any workaround (solution)?

Try customizing Man-notify-method to the value `pushy'.



reply via email to

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