unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Harald Hanche-Olsen <hanche@math.ntnu.no>
To: 14340@debbugs.gnu.org
Subject: bug#14340: Acknowledgement (24.3.50; Case insensitivity with read-file-name)
Date: Fri, 03 May 2013 09:49:51 +0200 (CEST)	[thread overview]
Message-ID: <20130503.094951.1228770496385794619.hanche@math.ntnu.no> (raw)
In-Reply-To: <handler.14340.B.136756196815016.ack@debbugs.gnu.org>

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





  parent reply	other threads:[~2013-05-03  7:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-03  6:18 bug#14340: 24.3.50; Case insensitivity with read-file-name Harald Hanche-Olsen
     [not found] ` <handler.14340.B.136756196815016.ack@debbugs.gnu.org>
2013-05-03  7:49   ` Harald Hanche-Olsen [this message]
2013-05-03 12:23     ` Harald Hanche-Olsen
2021-07-15  6:23 ` Lars Ingebrigtsen
2021-07-30 11:53   ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130503.094951.1228770496385794619.hanche@math.ntnu.no \
    --to=hanche@math.ntnu.no \
    --cc=14340@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).