all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Help with window management
@ 2007-09-26 14:47 cleansing_flame
  2007-09-26 19:06 ` Peter Dyballa
  0 siblings, 1 reply; 4+ messages in thread
From: cleansing_flame @ 2007-09-26 14:47 UTC (permalink / raw)
  To: Help-gnu-emacs


How can I, while still in a an emacs file, cut myself a buffer/window so that
I can write in the command line and for example compile the program I'm
working on. 

Any help really appreciated 

-- 
View this message in context: http://www.nabble.com/Help-with-window-management-tf4522823.html#a12902527
Sent from the Emacs - Help mailing list archive at Nabble.com.

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

* Re: Help with window management
  2007-09-26 14:47 cleansing_flame
@ 2007-09-26 19:06 ` Peter Dyballa
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2007-09-26 19:06 UTC (permalink / raw)
  To: cleansing_flame; +Cc: Help-gnu-emacs


Am 26.09.2007 um 16:47 schrieb cleansing_flame:

> How can I, while still in a an emacs file, cut myself a buffer/ 
> window so that
> I can write in the command line and for example compile the program  
> I'm
> working on.

C-x 2
C-x 5 2

--
Greetings

   Pete

Increase the size of your bike by at least *five* inches!

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

* Re: Help with window management
       [not found] <mailman.1338.1190832676.18990.help-gnu-emacs@gnu.org>
@ 2007-09-30 13:18 ` Tim X
  2007-10-01 20:46 ` Ken Goldman
  1 sibling, 0 replies; 4+ messages in thread
From: Tim X @ 2007-09-30 13:18 UTC (permalink / raw)
  To: help-gnu-emacs

cleansing_flame <firedrake85@gmail.com> writes:

> How can I, while still in a an emacs file, cut myself a buffer/window so that
> I can write in the command line and for example compile the program I'm
> working on. 
>
> Any help really appreciated 
>

Not really clear what you mean/want. 

Are you  running under X? What Window manager are you using?

Have you had a look at the commands for splitting the current frame,
creating new frames etc? There are also commands for opening buffers in
'other window', running commands in 'other window' etc. These generally
split the current window into two and then do something in one of the
windows, such as open a terminal, run a command and display output etc.

Options also depend on what you are programming in. For example, if I'm
doing C, I use M-x compile, which will run my make file, split the window
into two and  show me the errors, which I can vieew - hitting C-x ` will
jump to the next error and put the cursor on the source line. There are
additional enhancements available in other packages, such as
mode-compile.el. 

Other modes provide varying levels of integration and interfaces - jde
offers a bean shell, cperl offers interfaces to mode-complie, useful for
syntax checking, running the debugger and profiling. 

The short answer to your question is that what you are after probably
exists, but more information is required to give more precise/useful
advice.

Tim


-- 
tcross (at) rapttech dot com dot au

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

* Re: Help with window management
       [not found] <mailman.1338.1190832676.18990.help-gnu-emacs@gnu.org>
  2007-09-30 13:18 ` Help with window management Tim X
@ 2007-10-01 20:46 ` Ken Goldman
  1 sibling, 0 replies; 4+ messages in thread
From: Ken Goldman @ 2007-10-01 20:46 UTC (permalink / raw)
  To: help-gnu-emacs

cleansing_flame wrote:
> How can I, while still in a an emacs file, cut myself a buffer/window so that
> I can write in the command line and for example compile the program I'm
> working on. 
> 
> Any help really appreciated 
> 

M-x split-window-vertically to make another window
M-x make-frame makes another frame.

But the best solution is probably not to use a command line at all, but 
rather

M-x compile

and

M-x next-error to step through the errors

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

end of thread, other threads:[~2007-10-01 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1338.1190832676.18990.help-gnu-emacs@gnu.org>
2007-09-30 13:18 ` Help with window management Tim X
2007-10-01 20:46 ` Ken Goldman
2007-09-26 14:47 cleansing_flame
2007-09-26 19:06 ` Peter Dyballa

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.