all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* completion-ignore-case in w32-fns.el
@ 2004-03-18 14:45 Stefan Monnier
  2004-03-18 16:38 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2004-03-18 14:45 UTC (permalink / raw)



Any objection to removing

(setq completion-ignore-case t)

from w32-fns.el now that fileio.c sets it to t inside read-file-name
on those systems?


        Stefan

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

* Re: completion-ignore-case in w32-fns.el
  2004-03-18 14:45 completion-ignore-case in w32-fns.el Stefan Monnier
@ 2004-03-18 16:38 ` Eli Zaretskii
  2004-03-18 17:42   ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2004-03-18 16:38 UTC (permalink / raw)
  Cc: emacs-devel

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: 18 Mar 2004 09:45:06 -0500
> 
> Any objection to removing
> 
> (setq completion-ignore-case t)
> 
> from w32-fns.el now that fileio.c sets it to t inside read-file-name
> on those systems?

completion-ignore-case is referenced in quite a few places, both in C
and Lisp code.  Are you sure they all are taken care of by
read-file-name's binding?

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

* Re: completion-ignore-case in w32-fns.el
  2004-03-18 16:38 ` Eli Zaretskii
@ 2004-03-18 17:42   ` Stefan Monnier
  2004-03-19 14:25     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2004-03-18 17:42 UTC (permalink / raw)
  Cc: emacs-devel

> completion-ignore-case is referenced in quite a few places, both in C
> and Lisp code.  Are you sure they all are taken care of by
> read-file-name's binding?

I'm sure they are not.
But I think it is wrong for w32 to turn on completion-ignore-case for all
completions rather than only for file-name completion.

If we want completion-ignore-case to be on by default we should do that on
all platforms.

But maybe completion-ignore-case is misued at some places to test whether
the system's filenames are cas-sensitive or not.  We should fix those.


        Stefan

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

* Re: completion-ignore-case in w32-fns.el
  2004-03-18 17:42   ` Stefan Monnier
@ 2004-03-19 14:25     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2004-03-19 14:25 UTC (permalink / raw)
  Cc: emacs-devel

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: 18 Mar 2004 12:42:38 -0500
> 
> But I think it is wrong for w32 to turn on completion-ignore-case for all
> completions rather than only for file-name completion.

I agree with that, but I think I saw completion-ignore-case being
referenced in file-name related context in other places as well.

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

end of thread, other threads:[~2004-03-19 14:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-18 14:45 completion-ignore-case in w32-fns.el Stefan Monnier
2004-03-18 16:38 ` Eli Zaretskii
2004-03-18 17:42   ` Stefan Monnier
2004-03-19 14:25     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.