From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: amd@gnu.org: eshell and external commands Date: Tue, 16 Oct 2007 22:08:45 -0400 Message-ID: <87sl4asdaq.fsf@stupidchicken.com> References: <87zm11iqlv.fsf@stupidchicken.com> <873aysr987.fsf@stupidchicken.com> <87fy2sedjd.fsf@stupidchicken.com> <871wbvm5mw.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192586971 29787 80.91.229.12 (17 Oct 2007 02:09:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Oct 2007 02:09:31 +0000 (UTC) Cc: "Alfred M. Szmidt" , rms@gnu.org, emacs-devel@gnu.org To: John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 17 04:09:31 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IhyLi-0005bT-45 for ged-emacs-devel@m.gmane.org; Wed, 17 Oct 2007 04:09:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhyLb-0002J2-6L for ged-emacs-devel@m.gmane.org; Tue, 16 Oct 2007 22:09:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhyLY-0002Il-Ah for emacs-devel@gnu.org; Tue, 16 Oct 2007 22:09:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhyLW-0002IX-C2 for emacs-devel@gnu.org; Tue, 16 Oct 2007 22:09:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhyLW-0002IU-8f for emacs-devel@gnu.org; Tue, 16 Oct 2007 22:09:18 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhyLQ-0007tP-2H; Tue, 16 Oct 2007 22:09:12 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 34F584E3A1; Tue, 16 Oct 2007 22:08:45 -0400 (EDT) In-Reply-To: (John Wiegley's message of "Tue\, 16 Oct 2007 21\:09\:39 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81038 Archived-At: John Wiegley writes: >> Any further thoughts on this problem? > > Yes, after looking into it, I've discovered that there is a facility for > countering this very behavior. For commands -- like ls -- which need special > care, the command must be added to `eshell-complex-commands'. I have seen > this behavior only from ls so far, so I think it should be added directly to > that variable's default value in esh-cmd.el. Thanks. I've checked this change into CVS.