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: etags confused with uppercase filenames (on Windows) Date: Wed, 03 Apr 2002 02:57:57 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200204021602.g32G2oS02957@rum.cs.yale.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017826278 28864 127.0.0.1 (3 Apr 2002 09:31:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2002 09:31:18 +0000 (UTC) Cc: pot@gnu.org, emacs-devel@gnu.org, stavros.macrakis@verizon.net Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16sh6s-0007VR-00 for ; Wed, 03 Apr 2002 11:31:18 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16shIv-0004f2-00 for ; Wed, 03 Apr 2002 11:43:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16sfpc-0008Po-00; Wed, 03 Apr 2002 03:09:24 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 16sfeX-0007YX-00; Wed, 03 Apr 2002 02:57:57 -0500 Original-To: monnier+gnu/emacs@RUM.cs.yale.edu In-Reply-To: <200204021602.g32G2oS02957@rum.cs.yale.edu> (monnier+gnu/emacs@RUM.cs.yale.edu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2342 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2342 > From: "Stefan Monnier" > Date: Tue, 02 Apr 2002 11:02:49 -0500 > > But I do think that #! should take precedence since I'd rather > not change the existing behavior on POSIX systems. Does it really make sense to have etags behavior be different on different platforms? Especially given the fact that some file you are working on can well come from a Windows system that exports its filesystem? More specifically, what bad effects could be caused by treating FOO.EL on Unix and GNU systems as an Emacs Lisp file for the purposes of etags?