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: Wed, 17 Dec 2008 14:09:50 -0800 Message-ID: <001101c96094$2e50bfc0$c2b22382@us.oracle.com> References: <65e31c14-1342-4075-9662-e8810ba7345e@v5g2000prm.googlegroups.com><5ac1e9e8-e5cd-4034-8cfc-154bebe9a5ef@r15g2000prd.googlegroups.com> <2344d207-7660-43bd-b82a-e1fa2fb2000f@a26g2000prf.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 1229551962 27323 80.91.229.12 (17 Dec 2008 22:12:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Dec 2008 22:12:42 +0000 (UTC) To: "'Xah Lee'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 17 23:13:46 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 1LD4eF-0005Rj-Dx for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Dec 2008 23:13:43 +0100 Original-Received: from localhost ([127.0.0.1]:37921 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LD4d3-0007Bw-9c for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Dec 2008 17:12:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LD4ac-0006XH-0c for help-gnu-emacs@gnu.org; Wed, 17 Dec 2008 17:09:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LD4aa-0006WI-Em for help-gnu-emacs@gnu.org; Wed, 17 Dec 2008 17:09:57 -0500 Original-Received: from [199.232.76.173] (port=60414 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LD4aa-0006WB-3J for help-gnu-emacs@gnu.org; Wed, 17 Dec 2008 17:09:56 -0500 Original-Received: from rcsinet12.oracle.com ([148.87.113.124]:64055 helo=rgminet12.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LD4aZ-00078P-Mo for help-gnu-emacs@gnu.org; Wed, 17 Dec 2008 17:09:55 -0500 Original-Received: from acsinet13.oracle.com (acsinet13.oracle.com [141.146.126.235]) by rgminet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mBHM9bi4008808 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 17 Dec 2008 22:09:38 GMT Original-Received: from acsmt701.oracle.com (acsmt701.oracle.com [141.146.40.71]) by acsinet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mBHMAGfh017524; Wed, 17 Dec 2008 22:10:18 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 17 Dec 2008 22:09:48 +0000 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <2344d207-7660-43bd-b82a-e1fa2fb2000f@a26g2000prf.googlegroups.com> Thread-Index: Aclgkq2NtRxVlGjrTFyDO004hvXqegAAPaUQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Source-IP: acsmt701.oracle.com [141.146.40.71] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.494978AE.0137: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:60757 Archived-At: > i started my Carbon Emacs with -q > , then open the file, eval-buffer, then go to dired, then pull menu > under Immediate. No i don't see "> Immediate > Sort By > Ignore Case > (c)". If i choose Unsort, the dired buffer gets erased empty with that > error message. > > the package i got from wiki is > ;; $Id: dired-sort-menu.el,v 1.26 2001-07-26 21:22:48+01 fjw Exp $ Yes, that's the version I have, and according to the author it is the latest. > the emacs i'm using is: > GNU Emacs 22.2.1 (powerpc-apple-darwin8.11.0, Carbon Version 1.6.0) of > 2008-04-05 on g5.tokyo.stp.isas.jaxa.jp > > i'll maybe respond to your message more fully 'morrow and maybe > something will come up... Using 22.2.1 on Windows, doing just what you described, it works for me. Sounds like a bug, perhaps platform-dependent. You might want to debug a bit and follow up with the library author. Sorry about that.