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

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

same-window-regexps for M-x man


From: Dmitriy Igrishin
Subject: same-window-regexps for M-x man
Date: Thu, 10 Mar 2011 22:30:42 +0300

Hey all,

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).

I am totally annoyed to switch to *Man buffers for C-x 1 when
I working in shell mode. I found it more naturally to view
man pages in the window of the shell mode (as in Un*x shell).

Please, any workaround (solution)?

--
// Dmitriy.



reply via email to

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