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

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

How start shell in a new *window*? No shell-other-window exists!?!?!


From: address@hidden
Subject: How start shell in a new *window*? No shell-other-window exists!?!?!
Date: Mon, 8 Dec 2008 11:00:51 -0800 (PST)
User-agent: G2/1.0

There doesn't seem to be a shell-other-window to start shell in a new
*window* like dired-other-window.

The following function I wrote shows a shell in TWO windows so it
doesn't do the trick.

(lambda () (interactive)
        (switch-to-buffer-other-window (shell)))


reply via email to

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