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:54:22 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017825130 27651 127.0.0.1 (3 Apr 2002 09:12:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2002 09:12:10 +0000 (UTC) Cc: 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 16sgoM-0007Bn-00 for ; Wed, 03 Apr 2002 11:12:10 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16sh0O-0004Gn-00 for ; Wed, 03 Apr 2002 11:24:36 +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 16sgIr-0004Og-00; Wed, 03 Apr 2002 03:39:37 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 16sfb4-0006lH-00; Wed, 03 Apr 2002 02:54:22 -0500 Original-To: pot@gnu.org In-Reply-To: (message from Francesco Potorti` on Tue, 02 Apr 2002 17:19:09 +0200) 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:2339 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2339 > From: Francesco Potorti` > Date: Tue, 02 Apr 2002 17:19:09 +0200 > > I think that I could add: > > 2bis) else, if the file name is all upcase, upcase the builtin file name > suffixes and retry It would probably be better to apply a bit more fine checks to the file name. For example, I suspect that only file names that fit into the DOS 8+3 limitations are upcased like that. Stavros, can you confirm that in your case?