From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: list files in dired case insensitive order Date: Sun, 14 Dec 2008 10:08:49 -0800 Message-ID: <001101c95e17$04171490$0200a8c0@us.oracle.com> References: <65e31c14-1342-4075-9662-e8810ba7345e@v5g2000prm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1229278250 1832 80.91.229.12 (14 Dec 2008 18:10:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Dec 2008 18:10:50 +0000 (UTC) To: "'Xah Lee'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 14 19:11:55 2008 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 1LBvRT-0005wE-W3 for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Dec 2008 19:11:48 +0100 Original-Received: from localhost ([127.0.0.1]:59250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBvQI-0004yN-5n for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Dec 2008 13:10:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LBvOb-0004FB-NT for help-gnu-emacs@gnu.org; Sun, 14 Dec 2008 13:08:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LBvOa-0004EZ-BU for help-gnu-emacs@gnu.org; Sun, 14 Dec 2008 13:08:49 -0500 Original-Received: from [199.232.76.173] (port=41094 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBvOa-0004EU-22 for help-gnu-emacs@gnu.org; Sun, 14 Dec 2008 13:08:48 -0500 Original-Received: from acsinet11.oracle.com ([141.146.126.233]:54132) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LBvOZ-0000yw-J1 for help-gnu-emacs@gnu.org; Sun, 14 Dec 2008 13:08:47 -0500 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mBEI9lJK014026 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 14 Dec 2008 18:09:48 GMT Original-Received: from acsmt704.oracle.com (acsmt704.oracle.com [141.146.40.82]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mBEI8nnh000838; Sun, 14 Dec 2008 18:08:50 GMT Original-Received: from dradamslap1 (/141.144.72.6) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 14 Dec 2008 10:08:40 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <65e31c14-1342-4075-9662-e8810ba7345e@v5g2000prm.googlegroups.com> Thread-Index: AcleEuiB4ZkzJ5QcS8GN5nweWeGZXAAAau7Q X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Source-IP: acsmt704.oracle.com [141.146.40.82] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.49454BA9.02D9:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:60606 Archived-At: > is it possible to order dir/files in dired so that it's case > insensitive? i.e. i don't want dir or file starting with caps grouped > together on top. There are no doubt several ways. I use these libraries: dired-sort-menu.el dired-sort-menu+.el http://www.emacswiki.org/emacs/DiredSortMenu