From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: eshell ls display Date: Wed, 13 Dec 2006 13:32:40 +0100 Message-ID: References: <877iwwi8r4.fsf@lion.rapttech.com.au> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166013744 14801 80.91.229.10 (13 Dec 2006 12:42:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Dec 2006 12:42:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 13 13:42:22 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 1GuTRF-0005V0-UR for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Dec 2006 13:42:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuTRF-0001gO-DD for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Dec 2006 07:42:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-X-Trace: individual.net lsXXnwhn9xUvQmHGsBkEIQRmMGxiMlmvcUDKwz0LTh75wJaC04 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (windows-nt) Cancel-Lock: sha1:h370feiBjb1kADLG4HgR4vUQeg0= Original-Xref: shelby.stanford.edu gnu.emacs.help:143901 Original-To: help-gnu-emacs@gnu.org 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:39505 Archived-At: Tim X writes: > writes: > >> When I use ls within eshell, this is what I see. >> How do I get rid of the extra characters? >> >> ~ $ ls >> [00m[00m#.diary.cyclic-tasks#[00m >> [00m#.newsrc-dribble#[00m >> [00m#cts#[00m >> [00mBalanced Routing.xls[00m >> >> > > those look like ANSI color escape characters. There is an ansi-color > mode which will handle these appropriately. alternatively, you can > customize ls not do use colours. Try an apropos for ansi-color Hmm, it seems that eshell in this case does not use its internal ls, right? How can that happen? What happens if he tries "eshell/ls" instead of "ls"?