From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.devel Subject: Re: Sorting of directories in dired Date: Fri, 08 Jul 2005 22:59:41 +0200 Message-ID: References: <4825c0f482397d.482397d4825c0f@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1120858329 12073 80.91.229.2 (8 Jul 2005 21:32:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2005 21:32:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 08 23:32:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dr0RX-0001Vr-Cg for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2005 23:31:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dr0Sy-0002J3-6Y for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2005 17:33:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dr0Kb-0000Kj-Pf for emacs-devel@gnu.org; Fri, 08 Jul 2005 17:24:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dr0KO-0000Fe-OP for emacs-devel@gnu.org; Fri, 08 Jul 2005 17:24:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dr0KO-0008WS-M2 for emacs-devel@gnu.org; Fri, 08 Jul 2005 17:24:08 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Dr046-0000GG-Qm for emacs-devel@gnu.org; Fri, 08 Jul 2005 17:07:19 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Dqzx9-0005vT-Q1 for emacs-devel@gnu.org; Fri, 08 Jul 2005 23:00:07 +0200 Original-Received: from linus003.dd.chalmers.se ([129.16.117.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jul 2005 23:00:07 +0200 Original-Received: from bojohan+news by linus003.dd.chalmers.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jul 2005 23:00:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: linus003.dd.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:0UB1Ki++1Iyml8wagU4Rsx+pnMY= 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:40659 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40659 Edward O'Connor writes: > A related issue that I *did* find disturbing: on recent versions of > Fedora Core, the default Dired ordering interleaved dot-files with > ordinary files, because of some DWIMish behavior of the underlying > `ls' implementation. I added "setenv LC_ALL C" to my .cshrc to work > around this behavior, because the underlying `ls' doesn't expose any > other knob to control this behavior. Bleah. See http://www.gnu.org/software/coreutils/faq/coreutils-faq.html questions 22 and 23. -- Johan Bockgård