unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Question about 3rd emacs Buffer Window area.
Date: Fri, 07 Oct 2011 01:00:18 -0600	[thread overview]
Message-ID: <j6m80b$kjp$1@dough.gmane.org> (raw)
In-Reply-To: <BAY159-W292F4C3E04B6BED7929C1CD0FE0@phx.gbl>

On 10/6/11 7:24 PM, Me Myself and I wrote:
> I now that I can use C-x b to open a new buffer window,
>
> M-x shell gives me access to the Linux shell,
> and that C-x o switches buffers.
>
> How do I open 3 buffer windows, such that I have one file editor (C-x C-f)
> and two shell buffers all simultaneously?

C-x C-f				; M-x find-file
f o o . t x t RET		; Find file: prompt
<escape> x s h e l l RET	; M-x shell
C-x 4 b				; M-x switch-to-buffer-other-window
RET				; Switch to buffer in other window: prompt
C-u <escape> x s h e l l RET	; C-u M-x shell
RET				; Shell buffer (default *shell*<2>): prompt
C-x 2				; M-x split-window-vertically
C-x b				; M-x switch-to-buffer
RET				; Switch to buffer: prompt
C-x + 				; M-x balance-windows

-- 
Kevin Rodgers
Denver, Colorado, USA




  reply	other threads:[~2011-10-07  7:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-07  1:24 Question about 3rd emacs Buffer Window area Me Myself and I
2011-10-07  7:00 ` Kevin Rodgers [this message]
2011-10-12  7:40 ` FW: " Me Myself and I
2011-10-12  8:19   ` suvayu ali

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='j6m80b$kjp$1@dough.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).