all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: multiple eshells
       [not found] <mailman.3598.1048582073.21513.help-gnu-emacs@gnu.org>
@ 2003-03-25  9:25 ` Oliver Scholz
  2003-03-26 18:18   ` Barman Brakjoller
  2003-03-26 17:41 ` D. Goel
  1 sibling, 1 reply; 7+ messages in thread
From: Oliver Scholz @ 2003-03-25  9:25 UTC (permalink / raw)


Joerg Schuster <js@cis.uni-muenchen.de> writes:
[...]
> how can I run multiple eshells?
[...]

You can rename your current eshell buffer and then open a second
one. For example:

M-x eshell RET

M-x rename-buffer RET *eshell-2* RET

M-x eshell RET


It seems that it is also possible to call `eshell' with a prefix
(`C-u M-x eshell RET') in order to get a new eshell buffer. But I am
not sure whether this feature is new in the CVS version.


    Oliver
-- 
5 Germinal an 211 de la Révolution
Liberté, Egalité, Fraternité!

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

* Re: multiple eshells
       [not found] <mailman.3598.1048582073.21513.help-gnu-emacs@gnu.org>
  2003-03-25  9:25 ` multiple eshells Oliver Scholz
@ 2003-03-26 17:41 ` D. Goel
  1 sibling, 0 replies; 7+ messages in thread
From: D. Goel @ 2003-03-26 17:41 UTC (permalink / raw)



> 
> how can I run multiple eshells?

C-u M-x eshell 
 starts a new one. 


DG                                 http://gnufans.net/
--

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

* Re: multiple eshells
  2003-03-25  9:25 ` multiple eshells Oliver Scholz
@ 2003-03-26 18:18   ` Barman Brakjoller
  2003-03-26 18:47     ` John Wiegley
  0 siblings, 1 reply; 7+ messages in thread
From: Barman Brakjoller @ 2003-03-26 18:18 UTC (permalink / raw)


> It seems that it is also possible to call `eshell' with a prefix
> (`C-u M-x eshell RET') in order to get a new eshell buffer. But I am
> not sure whether this feature is new in the CVS version.

It sure works in my emacs:

GNU Emacs 21.2.1 (i386-mandrake-linux-gnu, X toolkit, Xaw3d scroll bars)

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

* Re: multiple eshells
  2003-03-26 18:18   ` Barman Brakjoller
@ 2003-03-26 18:47     ` John Wiegley
  2003-03-27 22:04       ` Barman Brakjoller
  0 siblings, 1 reply; 7+ messages in thread
From: John Wiegley @ 2003-03-26 18:47 UTC (permalink / raw)


brakjoller@hotmail.com (Barman Brakjoller) writes:

>> It seems that it is also possible to call `eshell' with a prefix
>> (`C-u M-x eshell RET') in order to get a new eshell buffer. But I
>> am not sure whether this feature is new in the CVS version.
>
> It sure works in my emacs:
>
> GNU Emacs 21.2.1 (i386-mandrake-linux-gnu, X toolkit, Xaw3d scroll bars)

Note that if eshell-rebind is enabled, C-u is taken.  In that case,
you will have to use `M-1 M-x eshell RET'.

John

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

* Re: multiple eshells
  2003-03-26 18:47     ` John Wiegley
@ 2003-03-27 22:04       ` Barman Brakjoller
  2003-03-28 10:49         ` John Wiegley
  0 siblings, 1 reply; 7+ messages in thread
From: Barman Brakjoller @ 2003-03-27 22:04 UTC (permalink / raw)


> >> It seems that it is also possible to call `eshell' with a prefix
> >> (`C-u M-x eshell RET') in order to get a new eshell buffer. But I
> >> am not sure whether this feature is new in the CVS version.
> >
> > It sure works in my emacs:
> >
> > GNU Emacs 21.2.1 (i386-mandrake-linux-gnu, X toolkit, Xaw3d scroll bars)
> 
> Note that if eshell-rebind is enabled, C-u is taken.  In that case,
> you will have to use `M-1 M-x eshell RET'.

What is it used for instead? I actually tried to use C-u in eshell
today (to run a keyboard macro many times) and was annoyed that it did
not work. And of course I use eshell-rebind. :)

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

* Re: multiple eshells
  2003-03-27 22:04       ` Barman Brakjoller
@ 2003-03-28 10:49         ` John Wiegley
  2003-03-31  7:17           ` Barman Brakjoller
  0 siblings, 1 reply; 7+ messages in thread
From: John Wiegley @ 2003-03-28 10:49 UTC (permalink / raw)


brakjoller@hotmail.com (Barman Brakjoller) writes:

> What is it used for instead? I actually tried to use C-u in eshell
> today (to run a keyboard macro many times) and was annoyed that it
> did not work. And of course I use eshell-rebind. :)

C-u (in eshell-rebind and bash) means "erase the current input
line".  And C-w means "erase the last word".

John

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

* Re: multiple eshells
  2003-03-28 10:49         ` John Wiegley
@ 2003-03-31  7:17           ` Barman Brakjoller
  0 siblings, 0 replies; 7+ messages in thread
From: Barman Brakjoller @ 2003-03-31  7:17 UTC (permalink / raw)


John Wiegley <johnw@gnu.org> wrote in message > > What is it used for instead? I actually tried to use C-u in eshell
> > today (to run a keyboard macro many times) and was annoyed that it
> > did not work. And of course I use eshell-rebind. :)
> 
> C-u (in eshell-rebind and bash) means "erase the current input
> line".  And C-w means "erase the last word".

Aaah. Like C-a C-k, but in one command, great!

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

end of thread, other threads:[~2003-03-31  7:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.3598.1048582073.21513.help-gnu-emacs@gnu.org>
2003-03-25  9:25 ` multiple eshells Oliver Scholz
2003-03-26 18:18   ` Barman Brakjoller
2003-03-26 18:47     ` John Wiegley
2003-03-27 22:04       ` Barman Brakjoller
2003-03-28 10:49         ` John Wiegley
2003-03-31  7:17           ` Barman Brakjoller
2003-03-26 17:41 ` D. Goel

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.