From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#15372: eshell gives environment variables high precedence Date: Fri, 20 Sep 2013 14:53:28 -0400 Message-ID: References: <87siwz8hk1.fsf@dimension8.tehua.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1379703246 19608 80.91.229.3 (20 Sep 2013 18:54:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2013 18:54:06 +0000 (UTC) Cc: 15372@debbugs.gnu.org To: Aidan Gauland Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 20 20:54:09 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VN5qC-0004c2-Ub for geb-bug-gnu-emacs@m.gmane.org; Fri, 20 Sep 2013 20:54:09 +0200 Original-Received: from localhost ([::1]:57456 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN5qC-00009k-DQ for geb-bug-gnu-emacs@m.gmane.org; Fri, 20 Sep 2013 14:54:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN5q7-00005N-Km for bug-gnu-emacs@gnu.org; Fri, 20 Sep 2013 14:54:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VN5q6-0000B6-Ki for bug-gnu-emacs@gnu.org; Fri, 20 Sep 2013 14:54:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN5q6-0000B0-Ay for bug-gnu-emacs@gnu.org; Fri, 20 Sep 2013 14:54:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VN5q5-0005a4-LH for bug-gnu-emacs@gnu.org; Fri, 20 Sep 2013 14:54:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 20 Sep 2013 18:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15372 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 15372-submit@debbugs.gnu.org id=B15372.137970321421420 (code B ref 15372); Fri, 20 Sep 2013 18:54:01 +0000 Original-Received: (at 15372) by debbugs.gnu.org; 20 Sep 2013 18:53:34 +0000 Original-Received: from localhost ([127.0.0.1]:51718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VN5pd-0005ZP-Qi for submit@debbugs.gnu.org; Fri, 20 Sep 2013 14:53:34 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:38533 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VN5pb-0005ZH-62 for 15372@debbugs.gnu.org; Fri, 20 Sep 2013 14:53:31 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VN5pY-0004MS-Hv; Fri, 20 Sep 2013 14:53:28 -0400 X-Spook: mindwar Bellcore counter terrorism North Korea broadside X-Ran: pr=k;co?G2@f_4Hu-!5h$GsJ:vgJ0 (Aidan Gauland's message of "Sat, 21 Sep 2013 06:38:22 +1200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:78622 Archived-At: Please don't post to bug-gnu-emacs via the newsgroup (it bypasses the bug tracker). Aidan Gauland wrote: > Glenn Morris writes: > >> If you set eshell-prefer-lisp-variables non-nil, it works. > > I will add a mention of this in the manual, since users should not have > to hunt that variable down as you did. Actually I believe I fixed the issue. But that variable can be mentioned anyway, just not in this context.