emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: etags confused with uppercase filenames (on Windows)


From: Stavros Macrakis
Subject: RE: etags confused with uppercase filenames (on Windows)
Date: Wed, 3 Apr 2002 17:01:41 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]