From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: Checkout of Emacs CVS through firewall Date: 30 Jun 2004 10:13:30 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040609173532.1C7F.JMBARRANQUERO@wke.es> <20040611103511.5F7F.JMBARRANQUERO@wke.es> <6480-Tue29Jun2004070614+0300-eliz@gnu.org> <20040629071814.GA23067@fencepost> <2914-Tue29Jun2004211236+0300-eliz@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088604857 13696 80.91.224.253 (30 Jun 2004 14:14:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2004 14:14:17 +0000 (UTC) Cc: jmbarranquero@wke.es, Eli Zaretskii , Miles Bader , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 30 16:14:09 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 1Bffqi-0005kC-00 for ; Wed, 30 Jun 2004 16:14:09 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bffqi-0001SA-00 for ; Wed, 30 Jun 2004 16:14:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BffsQ-0001U7-Vk for emacs-devel@quimby.gnus.org; Wed, 30 Jun 2004 10:15:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bffs9-0001Sm-T5 for emacs-devel@gnu.org; Wed, 30 Jun 2004 10:15:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bffs1-0001Pu-FU for emacs-devel@gnu.org; Wed, 30 Jun 2004 10:15:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bffs1-0001Pm-Ce for emacs-devel@gnu.org; Wed, 30 Jun 2004 10:15:29 -0400 Original-Received: from [206.47.199.163] (helo=simmts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bffq8-00032C-U5; Wed, 30 Jun 2004 10:13:33 -0400 Original-Received: from empanada.local ([67.71.118.189]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040630141301.TEHB3387.simmts5-srv.bellnexxia.net@empanada.local>; Wed, 30 Jun 2004 10:13:01 -0400 Original-Received: by empanada.local (Postfix, from userid 502) id E49E1228BEE; Wed, 30 Jun 2004 10:13:30 -0400 (EDT) Original-To: Andreas Schwab In-Reply-To: Original-Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:25331 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25331 >>> > > 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? > But it should work on a case-preserving filesystem, which at least VFAT, > NTFS and HFS[+] are. VMS doesn't preserve case. But it doesn't run tla either. Stefan