all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How start shell in a new *window*? No shell-other-window exists!?!?!
@ 2008-12-08 19:00 seberino
  2008-12-09 12:45 ` Rupert Swarbrick
  0 siblings, 1 reply; 3+ messages in thread
From: seberino @ 2008-12-08 19:00 UTC (permalink / raw)
  To: help-gnu-emacs

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


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

end of thread, other threads:[~2008-12-09 18:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08 19:00 How start shell in a new *window*? No shell-other-window exists!?!?! seberino
2008-12-09 12:45 ` Rupert Swarbrick
2008-12-09 18:20   ` seberino

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.