From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: M-x shell and escape sequences Date: Wed, 27 Dec 2006 10:31:07 +0200 Message-ID: References: <877iweaydq.fsf@newsguy.com> NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1167208296 2564 80.91.229.10 (27 Dec 2006 08:31:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Dec 2006 08:31:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 27 09:31:35 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GzUC9-0004UB-S1 for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Dec 2006 09:31:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzUC9-0007ex-7o for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Dec 2006 03:31:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzUBp-0007aQ-W3 for help-gnu-emacs@gnu.org; Wed, 27 Dec 2006 03:31:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzUBo-0007Va-K2 for help-gnu-emacs@gnu.org; Wed, 27 Dec 2006 03:31:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzUBo-0007VJ-8w for help-gnu-emacs@gnu.org; Wed, 27 Dec 2006 03:31:08 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GzUBn-0006N7-Sw for help-gnu-emacs@gnu.org; Wed, 27 Dec 2006 03:31:08 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-236-4.inter.net.il [84.228.236.4]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FOM70000 (AUTH halo1); Wed, 27 Dec 2006 10:31:06 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: <877iweaydq.fsf@newsguy.com> (reader@newsguy.com) 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:39937 Archived-At: > From: reader@newsguy.com > Date: Tue, 26 Dec 2006 20:03:29 -0600 > > Using M-x eshell `ls' behaves as ecpected and displays the colors. It's a different `ls', the one built into Eshell (at least by default, unless you changed some options). > Should I be able to run M-x shell (not eshell) then `ls' and not see > escape sequences? Yes, but it's your setup: make sure `ls' is invoked with --colors=auto option, not with --colors=always. Alternatively, use ansi-colors.el.