From: Stephen Berman <Stephen.Berman@gmx.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Dired: configure displayed file/folder details
Date: Wed, 22 Aug 2007 01:52:46 +0200 [thread overview]
Message-ID: <87d4xgcunl.fsf@escher.local.home> (raw)
In-Reply-To: 87fy2c1uz2.fsf@debby.local.net
On Tue, 21 Aug 2007 22:41:21 +0200 Dieter Wilhelm <dieter@duenenhof-wilhelm.de> wrote:
> 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?
Besides the mentioned ls option --group-directories-first (for
coreutils >= 6.0) there's ls-lisp.el:
(require 'ls-lisp)
(setq ls-lisp-use-insert-directory-program nil
ls-lisp-dirs-first t)
Steve Berman
next prev parent reply other threads:[~2007-08-21 23:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-17 18:34 Dired: configure displayed file/folder details Will
2007-08-17 19:47 ` poppyer
2007-08-21 20:41 ` Dieter Wilhelm
2007-08-21 21:59 ` Drew Adams
2007-08-21 17:44 ` autoload semantic error Benjamin Gramlich
[not found] ` <mailman.5082.1187736631.32220.help-gnu-emacs@gnu.org>
2007-08-22 10:19 ` pzehnder
2007-08-22 6:51 ` Benjamin Gramlich
2007-08-22 10:47 ` Hadron
2007-08-22 15:06 ` Jason Rumney
2007-08-21 23:52 ` Stephen Berman [this message]
2007-08-23 19:54 ` Dired: configure displayed file/folder details Dieter Wilhelm
[not found] ` <mailman.5074.1187728800.32220.help-gnu-emacs@gnu.org>
2007-08-21 20:57 ` Sven Joachim
2007-08-17 20:28 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d4xgcunl.fsf@escher.local.home \
--to=stephen.berman@gmx.net \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.