* Question about 3rd emacs Buffer Window area.
@ 2011-10-07 1:24 Me Myself and I
2011-10-07 7:00 ` Kevin Rodgers
2011-10-12 7:40 ` FW: " Me Myself and I
0 siblings, 2 replies; 4+ messages in thread
From: Me Myself and I @ 2011-10-07 1:24 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 275 bytes --]
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?
[-- Attachment #2: Type: text/html, Size: 507 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Question about 3rd emacs Buffer Window area.
2011-10-07 1:24 Question about 3rd emacs Buffer Window area Me Myself and I
@ 2011-10-07 7:00 ` Kevin Rodgers
2011-10-12 7:40 ` FW: " Me Myself and I
1 sibling, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2011-10-07 7:00 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* FW: Question about 3rd emacs Buffer Window area.
2011-10-07 1:24 Question about 3rd emacs Buffer Window area Me Myself and I
2011-10-07 7:00 ` Kevin Rodgers
@ 2011-10-12 7:40 ` Me Myself and I
2011-10-12 8:19 ` suvayu ali
1 sibling, 1 reply; 4+ messages in thread
From: Me Myself and I @ 2011-10-12 7:40 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 275 bytes --]
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 seperate shell buffers?
[-- Attachment #2: Type: text/html, Size: 507 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: FW: Question about 3rd emacs Buffer Window area.
2011-10-12 7:40 ` FW: " Me Myself and I
@ 2011-10-12 8:19 ` suvayu ali
0 siblings, 0 replies; 4+ messages in thread
From: suvayu ali @ 2011-10-12 8:19 UTC (permalink / raw)
To: Me Myself and I; +Cc: help-gnu-emacs
On Wed, Oct 12, 2011 at 9:40 AM, Me Myself and I
<stargate7thsymbol@live.co.uk> wrote:
> How do I open 3 buffer windows, such that I have one file editor (C-x C-f)
> and two seperate shell buffers?
If you follow Kevin's recipe, you will get exactly that. Have you
tried it? Is something not working?
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-12 8:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-07 1:24 Question about 3rd emacs Buffer Window area Me Myself and I
2011-10-07 7:00 ` Kevin Rodgers
2011-10-12 7:40 ` FW: " Me Myself and I
2011-10-12 8:19 ` suvayu ali
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.