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: Checkout of Emacs CVS through firewall Date: Tue, 29 Jun 2004 21:12:37 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <2914-Tue29Jun2004211236+0300-eliz@gnu.org> References: <20040609173532.1C7F.JMBARRANQUERO@wke.es> <20040611103511.5F7F.JMBARRANQUERO@wke.es> <6480-Tue29Jun2004070614+0300-eliz@gnu.org> <20040629071814.GA23067@fencepost> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1088542286 5989 80.91.224.253 (29 Jun 2004 20:51:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 20:51:26 +0000 (UTC) Cc: jmbarranquero@wke.es, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 29 22:51:04 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 1BfPZH-0006kJ-00 for ; Tue, 29 Jun 2004 22:51:03 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfPZH-00014T-00 for ; Tue, 29 Jun 2004 22:51:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfPaw-0003Cr-Tp for emacs-devel@quimby.gnus.org; Tue, 29 Jun 2004 16:52:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BfNCa-0005Qo-9h for emacs-devel@gnu.org; Tue, 29 Jun 2004 14:19:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BfNCY-0005PI-3F for emacs-devel@gnu.org; Tue, 29 Jun 2004 14:19:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfNCY-0005PD-06 for emacs-devel@gnu.org; Tue, 29 Jun 2004 14:19:26 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BfNAV-0002RZ-WB; Tue, 29 Jun 2004 14:17:20 -0400 Original-Received: from zaretski (pns03-206-252.inter.net.il [80.230.206.252]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DMD14549; Tue, 29 Jun 2004 21:16:56 +0300 (IDT) Original-To: Miles Bader X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20040629071814.GA23067@fencepost> (message from Miles Bader on Tue, 29 Jun 2004 03:18:14 -0400) 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:25306 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25306 > Date: Tue, 29 Jun 2004 03:18:14 -0400 > From: Miles Bader > > On Tue, Jun 29, 2004 at 07:06:14AM +0200, Eli Zaretskii wrote: > > > precious ^([A-Z0-9].*|tsang-.*|quick-.*)\.el$ > > > > I hope this doesn't give trouble on case-insensitive file systems. > > It shouldn't -- the matching is done by an application program, not the > filesystem. Sorry, I don't follow: under a case-insensitive filesystem, you might get array30.el instead of ARRAY30.el, in which case you're toast, right?