unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Changed behavior of `all-completions' wrt case - bug?
@ 2012-06-11  2:17 Michael Heerdegen
  2012-06-15 19:12 ` Michael Heerdegen
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Heerdegen @ 2012-06-11  2:17 UTC (permalink / raw)
  To: Emacs Development

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.



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

end of thread, other threads:[~2012-06-18  1:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-11  2:17 Changed behavior of `all-completions' wrt case - bug? Michael Heerdegen
2012-06-15 19:12 ` Michael Heerdegen
2012-06-18  1:46   ` Stefan Monnier

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