* eshell
@ 2008-03-12 15:14 Alain Muls
2008-03-12 15:58 ` eshell Thierry Volpiatto
0 siblings, 1 reply; 5+ messages in thread
From: Alain Muls @ 2008-03-12 15:14 UTC (permalink / raw)
To: emacs list
[-- Attachment #1: Type: text/plain, Size: 289 bytes --]
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
[-- Attachment #2: alain_muls.vcf --]
[-- Type: text/x-vcard, Size: 242 bytes --]
begin:vcard
fn:Alain Muls
n:Muls;Alain
org:RMA;CISS
adr:;;Renaissance Avenue 30;Brussems;;1000;Belgium
email;internet:alain.muls@telenet.be
title:Prof
tel;work:+32.2.7376340
tel;cell:+32.477.675091
x-mozilla-html:FALSE
version:2.1
end:vcard
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: eshell
2008-03-12 15:14 eshell Alain Muls
@ 2008-03-12 15:58 ` Thierry Volpiatto
2008-03-13 1:25 ` eshell Bastien
0 siblings, 1 reply; 5+ messages in thread
From: Thierry Volpiatto @ 2008-03-12 15:58 UTC (permalink / raw)
To: Alain Muls; +Cc: emacs list
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: eshell
2008-03-12 15:58 ` eshell Thierry Volpiatto
@ 2008-03-13 1:25 ` Bastien
0 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2008-03-13 1:25 UTC (permalink / raw)
To: Thierry Volpiatto; +Cc: emacs list, Alain Muls
Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
>> 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
>>
>
> Have a look at the file:
> your_emacs/lisp/eshell/em-alias.el
And also try
M-x customize-group RET eshell-alias RET
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
* eshell
@ 2009-03-05 21:48 Alain Muls
2009-03-05 22:07 ` eshell thierry.volpiatto
0 siblings, 1 reply; 5+ messages in thread
From: Alain Muls @ 2009-03-05 21:48 UTC (permalink / raw)
To: emacs list
Hi
How can I avoid eshell asking at closing to save its history?
Tx/Alain
--
------------------------------------------------------------------------------------
Alain MULS alain.muls@telenet.be
CISS-GENA +32.2.7426340
Renaissance Avenue 30
1000 BRUSSELS - Belgium
------------------------------------------------------------------------------------
Protect your freedom, join the Fellowship of FSFE!
http://www.fsfe.org
Please don't send me proprietary file formats,
use ISO standard ODF instead (ISO/IEC 26300)
------------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: eshell
2009-03-05 21:48 eshell Alain Muls
@ 2009-03-05 22:07 ` thierry.volpiatto
0 siblings, 0 replies; 5+ messages in thread
From: thierry.volpiatto @ 2009-03-05 22:07 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
Alain Muls <alain.muls@telenet.be> writes:
> Hi
>
> How can I avoid eshell asking at closing to save its history?
(setq eshell-save-history-on-exit t)
default is 'ask
possible value are 'ask, 'never, t (always save)
--
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-03-05 22:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-12 15:14 eshell Alain Muls
2008-03-12 15:58 ` eshell Thierry Volpiatto
2008-03-13 1:25 ` eshell Bastien
-- strict thread matches above, loose matches on Subject: below --
2009-03-05 21:48 eshell Alain Muls
2009-03-05 22:07 ` eshell thierry.volpiatto
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.