unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14340: 24.3.50; Case insensitivity with read-file-name
@ 2013-05-03  6:18 Harald Hanche-Olsen
       [not found] ` <handler.14340.B.136756196815016.ack@debbugs.gnu.org>
  2021-07-15  6:23 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Harald Hanche-Olsen @ 2013-05-03  6:18 UTC (permalink / raw)
  To: 14340

This concerns what seems like wrong handling of a buffer local
variable which is let bound. To reproduce:

From emacs -Q, evaluate the following in the *scratch* buffer,
one by one:

(setq read-file-name-completion-ignore-case t)
(read-file-name "file: ")
;;; confirm that filename completion is case insensitive
(setq-local completion-ignore-case t)
(read-file-name "file: ")
;;; notice that filename completion is case sensitive,
;;; contrary to expectation

My configuration is below (emacs compiled from trunk on the day
indicated, abot three weeks ago); however, note that on the
emacs-devel list, Michael Heerdegen reports that he could reproduce
this on GNU/Linux.

In GNU Emacs 24.3.50.1 (x86_64-apple-darwin12.3.0, NS apple-appkit-1187.37)
 of 2013-04-11 on airy
Windowing system distributor `Apple', version 10.3.1187
Configured using:
 `configure --with-ns'

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

- Harald





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-30 11:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` bug#14340: Acknowledgement (24.3.50; Case insensitivity with read-file-name) Harald Hanche-Olsen
2013-05-03 12:23     ` bug#14340: 24.3.50; Case insensitivity with read-file-name Harald Hanche-Olsen
2021-07-15  6:23 ` Lars Ingebrigtsen
2021-07-30 11:53   ` Lars Ingebrigtsen

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).