From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.bugs Subject: bug#14340: Acknowledgement (24.3.50; Case insensitivity with read-file-name) Date: Fri, 03 May 2013 09:49:51 +0200 (CEST) Message-ID: <20130503.094951.1228770496385794619.hanche@math.ntnu.no> References: <20130503.081837.977303885239716743.hanche@math.ntnu.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1367567433 21951 80.91.229.3 (3 May 2013 07:50:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 May 2013 07:50:33 +0000 (UTC) To: 14340@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri May 03 09:50:32 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UYAlC-0007aZ-6G for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 May 2013 09:50:30 +0200 Original-Received: from localhost ([::1]:33698 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYAlB-0004ns-CI for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 May 2013 03:50:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYAl8-0004ni-2l for bug-gnu-emacs@gnu.org; Fri, 03 May 2013 03:50:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYAl7-0000Za-2c for bug-gnu-emacs@gnu.org; Fri, 03 May 2013 03:50:26 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYAl6-0000ZW-VV for bug-gnu-emacs@gnu.org; Fri, 03 May 2013 03:50:25 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UYAlj-00029I-7D for bug-gnu-emacs@gnu.org; Fri, 03 May 2013 03:51:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Harald Hanche-Olsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 03 May 2013 07:51:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14340 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14340-submit@debbugs.gnu.org id=B14340.13675674388190 (code B ref 14340); Fri, 03 May 2013 07:51:03 +0000 Original-Received: (at 14340) by debbugs.gnu.org; 3 May 2013 07:50:38 +0000 Original-Received: from localhost ([127.0.0.1]:56353 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UYAlH-00027w-Re for submit@debbugs.gnu.org; Fri, 03 May 2013 03:50:37 -0400 Original-Received: from hylle02.itea.ntnu.no ([129.241.56.101]:40137) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UYAlE-00027k-RZ for 14340@debbugs.gnu.org; Fri, 03 May 2013 03:50:34 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hylle02.itea.ntnu.no (Postfix) with ESMTP id 587F0171F24 for <14340@debbugs.gnu.org>; Fri, 3 May 2013 09:49:52 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hylle02.itea.ntnu.no Original-Received: from localhost (183.69.202.84.customer.cdi.no [84.202.69.183]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: hanche) by hylle02.itea.ntnu.no (Postfix) with ESMTPSA id CEF48171F19; Fri, 3 May 2013 09:49:51 +0200 (CEST) In-Reply-To: X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 6.5 on Emacs 24.3.50 / Mule 6.0 (HANACHIRUSATO) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:73911 Archived-At: Upon further reflection (in the bath), I think I understand the nature of the bug, if not its resolution: read-file-name-default let binds completion-ignore-case to the value of read-file-name-completion-ignore-case before doing a pile of setup work and calling completing-read. When completion-ignore-case is buffer local, let overrides the buffer local binding and not the global binding. But because completing-read evaluates the variable in the minibuffer, it gets the global value instead, i.e., nil. (I may be wrong about some details in this, but I but this is the gist of the problem.) - Harald