From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: sorting by filename with find-dired Date: Wed, 29 Nov 2017 09:40:58 -0800 (PST) Message-ID: <49a6a312-82f5-47b1-8aab-55845972bec5@default> References: <61311.6304.827356.23070@gargle.gargle.HOWL> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1511977303 5395 195.159.176.226 (29 Nov 2017 17:41:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2017 17:41:43 +0000 (UTC) To: Roland Winkler , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 29 18:41:37 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eK6MW-0000ho-6c for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Nov 2017 18:41:32 +0100 Original-Received: from localhost ([::1]:44383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eK6Md-0002Se-LE for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Nov 2017 12:41:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eK6M9-0002RD-2U for help-gnu-emacs@gnu.org; Wed, 29 Nov 2017 12:41:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eK6M8-0005CU-8F for help-gnu-emacs@gnu.org; Wed, 29 Nov 2017 12:41:09 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:24091) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eK6M2-00054I-Fh; Wed, 29 Nov 2017 12:41:02 -0500 Original-Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id vATHf0c3019956 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 29 Nov 2017 17:41:01 GMT Original-Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id vATHf0Qf014626 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 29 Nov 2017 17:41:00 GMT Original-Received: from abhmp0008.oracle.com (abhmp0008.oracle.com [141.146.116.14]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id vATHf0nu022066; Wed, 29 Nov 2017 17:41:00 GMT In-Reply-To: <61311.6304.827356.23070@gargle.gargle.HOWL> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.4615.0 (x86)] X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 156.151.31.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:115133 Archived-At: > Is it possible to teach find-dired to sort its output by filename > the way that ls and thus dired work by default? I looked at > find-ls-option, but this seems not to do the job. If you use library `find-dired+.el' then, on MS Windows, `find-ls-option' uses the value of `dired-listing-switches'. IOW, on Windows, `find-ls-option' is (cons "-ls" dired-listing-switches). https://www.emacswiki.org/emacs/download/find-dired%2b.el