help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eshell: path, eshell: jump to prompt with C-a


From: Daniel Jensen
Subject: Re: eshell: path, eshell: jump to prompt with C-a
Date: Tue, 25 Mar 2003 14:41:16 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (gnu/linux)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]