From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: eshell Date: Wed, 12 Mar 2008 16:58:50 +0100 Message-ID: <87wso82ath.fsf@thievol.homelinux.org> References: <47D7F36F.3080001@telenet.be> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205336838 28232 80.91.229.12 (12 Mar 2008 15:47:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2008 15:47:18 +0000 (UTC) Cc: emacs list To: Alain Muls Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 12 16:47:42 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZTAr-0007ux-AK for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2008 16:47:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZTAH-0001De-PQ for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2008 11:46:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZT9e-00012v-0S for help-gnu-emacs@gnu.org; Wed, 12 Mar 2008 11:46:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZT9c-00011Z-Aa for help-gnu-emacs@gnu.org; Wed, 12 Mar 2008 11:46:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZT9c-00011S-5Q for help-gnu-emacs@gnu.org; Wed, 12 Mar 2008 11:46:08 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.152]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZT9b-0001uD-29 for help-gnu-emacs@gnu.org; Wed, 12 Mar 2008 11:46:07 -0400 Original-Received: by fg-out-1718.google.com with SMTP id d23so3636504fga.30 for ; Wed, 12 Mar 2008 08:46:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references:date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=Xz1Ync0kP5xgfDhrBj5WdeOLj+kgJ0zSnRIjn5c82h0=; b=aSZ0dhCUqzVK+Syz6zFdFuYEj/gUsXJVdZQX+hKkzrMs4eAqQmr45gKmWFo30/syHbIXXoyP7Uk2FOkLUKeRrwmOgEXQgf8ucCbuMcVD9KyDcFJWPZmXt+7hNPNuy5EqAIDPyIeCx087WRQmLcFXOqXVo1pkrwf5g6iWMwcF6jA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id:user-agent:mime-version:content-type; b=CYcS5nUjfdXy5UR6E2+u8cvRb71KtwQsmwyxj0HmAeBeGEX2fNw/FUk+iIODrl0MS/KP88/ifXgdSN28Lu9RYjAQ/AuTsauflKvmXt6Qhf8UGgw+zWy6WAuYuynL3UgE/tInohcvMEEKiQFC1AmEzJ7W6Rmfq+6IIEEUxC3Ma/E= Original-Received: by 10.82.184.2 with SMTP id h2mr20175794buf.1.1205336759140; Wed, 12 Mar 2008 08:45:59 -0700 (PDT) Original-Received: from thievol.homelinux.org ( [77.197.77.185]) by mx.google.com with ESMTPS id 12sm12673636fgg.6.2008.03.12.08.45.57 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 12 Mar 2008 08:45:58 -0700 (PDT) In-Reply-To: <47D7F36F.3080001@telenet.be> (Alain Muls's message of "Wed, 12 Mar 2008 16:14:55 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52298 Archived-At: Alain Muls 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