From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stavros Macrakis" Newsgroups: gmane.emacs.devel Subject: RE: etags confused with uppercase filenames (on Windows) Date: Wed, 3 Apr 2002 17:01:41 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <000601c1db5b$2305bcd0$34f3fea9@gazi> Reply-To: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1017878598 527 127.0.0.1 (4 Apr 2002 00:03:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 4 Apr 2002 00:03:18 +0000 (UTC) Cc: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16suij-00008O-00 for ; Thu, 04 Apr 2002 02:03:17 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16suv3-0007bL-00 for ; Thu, 04 Apr 2002 02:16:01 +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 16suiX-0000S2-00; Wed, 03 Apr 2002 19:03:05 -0500 Original-Received: from out006pub.verizon.net ([206.46.170.106] helo=out006.verizon.net) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16sspU-00066b-00; Wed, 03 Apr 2002 17:02:08 -0500 Original-Received: from gazi ([141.154.229.9]) by out006.verizon.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020403220053.QSZG27046.out006.verizon.net@gazi>; Wed, 3 Apr 2002 16:00:53 -0600 Original-To: , "Eli Zaretskii" , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal 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:2368 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2368 Just to make things weirder, if you have a file called xx.EL, then currently etags xx.el treats it as Emacs-Lisp, while etags xx.EL xx*.el xx*.EL treat it as C. Conversely, if you have a file called yy.el, then currently etags treats yy.EL as C, and the other cases as Emacs-lisp. Apparently etags is not checking the real name of the file, just what it was named on the command line. -s