From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: M-x dired and read-file-name-completion-ignore-case Date: Tue, 06 May 2008 18:06:47 +0200 Message-ID: <874p9be7s8.fsf@escher.local.home> 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 1210090477 24306 80.91.229.12 (6 May 2008 16:14:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 May 2008 16:14:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 06 18:15:11 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 1JtPod-00060J-Qc for ged-emacs-devel@m.gmane.org; Tue, 06 May 2008 18:14:56 +0200 Original-Received: from localhost ([127.0.0.1]:35064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtPnv-0003Q5-Sn for ged-emacs-devel@m.gmane.org; Tue, 06 May 2008 12:14:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JtPhA-00007Z-GF for emacs-devel@gnu.org; Tue, 06 May 2008 12:07:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JtPh8-00006K-Sj for emacs-devel@gnu.org; Tue, 06 May 2008 12:07:12 -0400 Original-Received: from [199.232.76.173] (port=51977 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtPh8-00006D-Nl for emacs-devel@gnu.org; Tue, 06 May 2008 12:07:10 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JtPh7-0005kL-Ua for emacs-devel@gnu.org; Tue, 06 May 2008 12:07:10 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JtPgu-0006Kl-QC for emacs-devel@gnu.org; Tue, 06 May 2008 16:06:56 +0000 Original-Received: from i5387e6fc.versanet.de ([83.135.230.252]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 May 2008 16:06:56 +0000 Original-Received: from Stephen.Berman by i5387e6fc.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 May 2008 16:06:56 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i5387e6fc.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:96593 Archived-At: On Mon, 05 May 2008 20:58:52 -0400 Stefan Monnier wrote: >> 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. Thanks, I confirm it's fixed. Steve Berman