* Re: eshell: path, eshell: jump to prompt with C-a
[not found] <mailman.3601.1048595908.21513.help-gnu-emacs@gnu.org>
@ 2003-03-25 13:41 ` Daniel Jensen
2003-04-11 10:25 ` Joerg Schuster
[not found] ` <mailman.4431.1050057299.21513.help-gnu-emacs@gnu.org>
2003-03-25 20:55 ` John Wiegley
1 sibling, 2 replies; 5+ messages in thread
From: Daniel Jensen @ 2003-03-25 13:41 UTC (permalink / raw)
Joerg Schuster <js@cis.uni-muenchen.de> writes:
> 1) How can I make eshell behave like shell? Eshell seems to
> ignore at least some of the statements in my .bashrc.
Eshell does not read your ~/.bashrc.
> Example: My .bashrc contains the line
> export PYTHONPATH=.:/usr/lib/python2.1:/mounts/Users/cisintern/js/Tls/Py
> But unlike shell, eshell doesn't find the modules in ~/Tls/Py.
There's a bash-like `export' command, if that's what you want.
> 2) I would like to have the eshell jump to the prompt
> when typing C-a and not to the beginning of the line
C-a is normally bound to beginning-of-line. You can use C-c C-a
(eshell-bol) instead, which is the dwim version.
--
Daniel Jensen
- (format (concat "mailto:" "%s@%s.%s") "daniel" "bigwalter" "net")
Swedish holiday today: Vårfrudagen
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: eshell: path, eshell: jump to prompt with C-a
[not found] <mailman.3601.1048595908.21513.help-gnu-emacs@gnu.org>
2003-03-25 13:41 ` eshell: path, eshell: jump to prompt with C-a Daniel Jensen
@ 2003-03-25 20:55 ` John Wiegley
1 sibling, 0 replies; 5+ messages in thread
From: John Wiegley @ 2003-03-25 20:55 UTC (permalink / raw)
Joerg Schuster <js@cis.uni-muenchen.de> writes:
> 1) How can I make eshell behave like shell?
Use `M-x customize-option' to change the value of
`eshell-modules-list'. Then, enable `eshell-rebind'. Then the
prompt will start behaving very much like bash.
To toggle this special prompt handling once you've enabled
eshell-rebind, use C-c M-l.
John
^ permalink raw reply [flat|nested] 5+ messages in thread
* eshell: path, eshell: jump to prompt with C-a
@ 2003-03-25 12:38 Joerg Schuster
0 siblings, 0 replies; 5+ messages in thread
From: Joerg Schuster @ 2003-03-25 12:38 UTC (permalink / raw)
1) How can I make eshell behave like shell? Eshell seems to
ignore at least some of the statements in my .bashrc. Example: My
.bashrc contains the line
export PYTHONPATH=.:/usr/lib/python2.1:/mounts/Users/cisintern/js/Tls/Py
But unlike shell, eshell doesn't find the modules in ~/Tls/Py.
2) I would like to have the eshell jump to the prompt
(e.g. to this position: ~/Prd $ )
^
when typing C-a and not to the beginning of the line
(e.g. to this position ~/Prd $)
^
Jörg
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-04-11 10:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.3601.1048595908.21513.help-gnu-emacs@gnu.org>
2003-03-25 13:41 ` eshell: path, eshell: jump to prompt with C-a Daniel Jensen
2003-04-11 10:25 ` Joerg Schuster
[not found] ` <mailman.4431.1050057299.21513.help-gnu-emacs@gnu.org>
2003-04-11 10:42 ` John Wiegley
2003-03-25 20:55 ` John Wiegley
2003-03-25 12:38 Joerg Schuster
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.