[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changed behavior of `all-completions' wrt case - bug?
From: |
Michael Heerdegen |
Subject: |
Changed behavior of `all-completions' wrt case - bug? |
Date: |
Mon, 11 Jun 2012 04:17:41 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Hello,
I use emacs on Debian Linux.
I have a directory "~/Trash". If I eval
(let ((completion-ignore-case t))
(all-completions "~/tra" 'read-file-name-internal
'file-exists-p nil))
in emacs -Q (Emacs 24.1.50.1), I get
(#("trash/" 0 3 (face completions-common-part)))
Note the lower case of the result. In Emacs 23, however, I get
("Trash/")
that is, the right case.
Is this change in the behavior of `all-completions' a bug? I don't know
if this causes any harm in vanilla Emacs - however, there is a related
completion bug in Icicles.
Thanks,
Michael.
- Changed behavior of `all-completions' wrt case - bug?,
Michael Heerdegen <=