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

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

Re: eshell


From: Thierry Volpiatto
Subject: Re: eshell
Date: Wed, 12 Mar 2008 16:58:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Alain Muls <alain.muls@gmail.com> writes:

> Hi
>
> How can I have the eshell read and use the environment and aliases
> that I define using the .bashrc file as used in a normal terminal?
>
> At present I cannot start eg my compiled programs from bash since the
> LD_LIBRARY var is apparently not available for the eshell in Emacs.
>
> Tx/ALain
>
The aliases have to be defined in eshell
like:

alias ls 'ls -all'

to unset it is

alias ls

Have a look at the file: 

your_emacs/lisp/eshell/em-alias.el
-- 
A + Thierry
Pub key: http://pgp.mit.edu




reply via email to

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