all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* same-window-regexps for M-x man
@ 2011-03-10 19:30 Dmitriy Igrishin
  2011-03-10 20:02 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitriy Igrishin @ 2011-03-10 19:30 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 639 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-10 20:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 19:30 same-window-regexps for M-x man Dmitriy Igrishin
2011-03-10 20:02 ` Eli Zaretskii
2011-03-10 20:19   ` Dmitriy Igrishin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.