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

* Re: Changed behavior of `all-completions' wrt case - bug?
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Heerdegen @ 2012-06-15 19:12 UTC (permalink / raw)
  To: emacs-devel

Hello,

since I got no answer, and since the behavior is documented nowhere, I
files a bug report - bug#11718.


Michael



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

* Re: Changed behavior of `all-completions' wrt case - bug?
  2012-06-15 19:12 ` Michael Heerdegen
@ 2012-06-18  1:46   ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2012-06-18  1:46 UTC (permalink / raw)
  To: Michael Heerdegen; +Cc: emacs-devel

> since I got no answer, and since the behavior is documented nowhere, I
> files a bug report - bug#11718.

Thanks, I have a bunch of completion-related bugs in my queue and should
get to that area soon,


        Stefan



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