unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* don't set completion-ignore-case to t on w32
@ 2008-04-26  2:34 John Paul Wallington
  2008-04-26 12:13 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: John Paul Wallington @ 2008-04-26  2:34 UTC (permalink / raw)
  To: emacs-devel

Back in March 2007 I proposed to remove the setting of
`completion-ignore-case' to t in w32-fns.el for the purpose of
ignoring case on file-name completion now that we have
`read-file-name-completion-ignore-case' that defaults to t on
MS-Windows systems:  
http://article.gmane.org/gmane.emacs.devel/67313

It's after the release.  Can we revisit this issue?  Any objections to
the change below?

--- w32-fns.el	10 Apr 2008 15:09:45 +0100	1.78
+++ w32-fns.el	26 Apr 2008 03:21:34 +0100	
@@ -74,9 +74,6 @@
 (declare-function w32-get-valid-locale-ids "w32proc.c")
 (declare-function w32-set-clipboard-data "w32select.c")
 
-;; Ignore case on file-name completion
-(setq completion-ignore-case t)
-
 ;; Map all versions of a filename (8.3, longname, mixed case) to the
 ;; same buffer.
 (setq find-file-visit-truename t)




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

* Re: don't set completion-ignore-case to t on w32
  2008-04-26  2:34 don't set completion-ignore-case to t on w32 John Paul Wallington
@ 2008-04-26 12:13 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2008-04-26 12:13 UTC (permalink / raw)
  To: John Paul Wallington; +Cc: emacs-devel

> Back in March 2007 I proposed to remove the setting of
> `completion-ignore-case' to t in w32-fns.el for the purpose of
> ignoring case on file-name completion now that we have
> `read-file-name-completion-ignore-case' that defaults to t on
> MS-Windows systems:  
> http://article.gmane.org/gmane.emacs.devel/67313

> It's after the release.  Can we revisit this issue?  Any objections to
> the change below?

Let's try it,


        Stefan




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

end of thread, other threads:[~2008-04-26 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-26  2:34 don't set completion-ignore-case to t on w32 John Paul Wallington
2008-04-26 12:13 ` 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).