From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: dired doesn't work properly with a multibyte locale Date: Mon, 03 Feb 2003 21:13:26 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1438-Mon03Feb2003211325+0200-eliz@is.elta.co.il> References: <200301151043.TAA09856@etlken.m17n.org> <200301230602.PAA07755@etlken.m17n.org> <200301250049.JAA11674@etlken.m17n.org> <200302030017.JAA24252@etlken.m17n.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044299887 26836 80.91.224.249 (3 Feb 2003 19:18:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Feb 2003 19:18:07 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18fm6S-0006yA-00 for ; Mon, 03 Feb 2003 20:18:00 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18fmEB-0002i3-00 for ; Mon, 03 Feb 2003 20:25:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fm6a-0002wY-05 for emacs-devel@quimby.gnus.org; Mon, 03 Feb 2003 14:18:08 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18fm5j-00025M-00 for emacs-devel@gnu.org; Mon, 03 Feb 2003 14:17:15 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18fm54-0001a3-00 for emacs-devel@gnu.org; Mon, 03 Feb 2003 14:16:35 -0500 Original-Received: from bilbo.inter.net.il ([192.114.186.18]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fm4v-0001OY-00 for emacs-devel@gnu.org; Mon, 03 Feb 2003 14:16:26 -0500 Original-Received: from zaretsky ([80.230.235.153]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AET43120; Mon, 3 Feb 2003 21:16:19 +0200 (IST) Original-To: usenet@cmm.kakpryg.net X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Michael Livshin on Mon, 03 Feb 2003 20:45:11 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11334 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11334 > From: Michael Livshin > Date: Mon, 03 Feb 2003 20:45:11 +0200 > > I'm sorry for possibly asking a stupid question, but why does dired > use `ls' *at* *all*? > > it looks like all the needed primitives are there in Emacs. If you mean that ls-lisp.el should be used on all platforms, not only on those where `ls' might not be installed, then I think the reason is ls-lisp is slower. Also, some of the `ls' options are not yet emulated by ls-lisp.