From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: M-x dired and read-file-name-completion-ignore-case Date: Mon, 05 May 2008 20:58:52 -0400 Message-ID: References: <87r6ch2j75.fsf@escher.local.home> <1AF50928-B14E-4EF8-B18E-BFB384E4881E@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210035560 20092 80.91.229.12 (6 May 2008 00:59:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 May 2008 00:59:20 +0000 (UTC) Cc: Stephen Berman , emacs-devel@gnu.org To: John Paul Wallington Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 06 02:59:55 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JtBX7-0006qi-G4 for ged-emacs-devel@m.gmane.org; Tue, 06 May 2008 02:59:53 +0200 Original-Received: from localhost ([127.0.0.1]:34597 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtBWP-00040W-J8 for ged-emacs-devel@m.gmane.org; Mon, 05 May 2008 20:59:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JtBWB-0003wa-NU for emacs-devel@gnu.org; Mon, 05 May 2008 20:58:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JtBW9-0003vo-T4 for emacs-devel@gnu.org; Mon, 05 May 2008 20:58:55 -0400 Original-Received: from [199.232.76.173] (port=55646 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtBW9-0003vj-N6 for emacs-devel@gnu.org; Mon, 05 May 2008 20:58:53 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JtBW9-00014C-MZ for emacs-devel@gnu.org; Mon, 05 May 2008 20:58:53 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEALpJH0hMCqqd/2dsb2JhbACBU6oo X-IronPort-AV: E=Sophos;i="4.27,440,1204520400"; d="scan'208";a="19956123" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 05 May 2008 20:58:52 -0400 Original-Received: from pastel.home ([76.10.170.157]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id MFM58552; Mon, 05 May 2008 20:58:52 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 3D7A17FFC; Mon, 5 May 2008 20:58:52 -0400 (EDT) In-Reply-To: <1AF50928-B14E-4EF8-B18E-BFB384E4881E@pobox.com> (John Paul Wallington's message of "Tue, 6 May 2008 00:14:23 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:96556 Archived-At: > I don't think that change is good because it globally clobbers > completion-ignore-case' rather then let-binding it. How about installing > the following fix? Looks like you're right. I believe I've fixed it now, tho differently. Stefan