From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: completion-ignore-case in w32-fns.el Date: Thu, 18 Mar 2004 18:38:14 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9003-Thu18Mar2004183813+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1079628522 14425 80.91.224.253 (18 Mar 2004 16:48:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Mar 2004 16:48:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 18 17:48:16 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B40gq-0004VA-00 for ; Thu, 18 Mar 2004 17:48:16 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B40gq-0004Rs-00 for ; Thu, 18 Mar 2004 17:48:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B40fY-0006sD-Ex for emacs-devel@quimby.gnus.org; Thu, 18 Mar 2004 11:46:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B40cy-0005kA-FO for emacs-devel@gnu.org; Thu, 18 Mar 2004 11:44:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B40cK-0005N7-QV for emacs-devel@gnu.org; Thu, 18 Mar 2004 11:44:07 -0500 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B40Zc-0004X6-Gq for emacs-devel@gnu.org; Thu, 18 Mar 2004 11:40:48 -0500 Original-Received: from zaretski ([80.230.158.204]) by aragorn.inter.net.il (MOS 3.4.5-GR) with ESMTP id CPR55348; Thu, 18 Mar 2004 18:40:33 +0200 (IST) Original-To: Stefan Monnier X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Stefan Monnier on 18 Mar 2004 09:45:06 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20585 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20585 > From: Stefan Monnier > 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?