From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.help Subject: Re: Dired: configure displayed file/folder details Date: Tue, 21 Aug 2007 22:57:36 +0200 Message-ID: <87odh0mwqn.fsf@gmx.de> References: <5im7sdF3qc3rfU1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187732440 23331 80.91.229.12 (21 Aug 2007 21:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Aug 2007 21:40:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 21 23:40:38 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1INbSj-0000PT-Cg for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Aug 2007 23:40:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INbSi-0002zw-Ra for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Aug 2007 17:40:32 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!newsfeed.arcor.de!news.germany.com!news.banetele.no!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: p54864f11.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1187729789 7425 84.134.79.17 (21 Aug 2007 20:56:29 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 21 Aug 2007 20:56:29 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:TS/gf0vqp/9fVoFHk/5twzUmyso= Original-Xref: shelby.stanford.edu gnu.emacs.help:151154 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:46727 Archived-At: Dieter Wilhelm writes: > Does anybody know how to sort directories before or after regular > files with ls options or does some trick in dired exist for this kind > of sorting? If you have coreutils 6.0 or higher, you can use ls' new option --group-directories-first. I don't know of any dired trick to achieve this otherwise. Cheers, Sven