[Top][All Lists]
[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
- RE: etags confused with uppercase filenames (on Windows), (continued)
- RE: etags confused with uppercase filenames (on Windows), Stavros Macrakis, 2002/04/02
- Re: etags confused with uppercase filenames (on Windows), Stefan Monnier, 2002/04/02
- Re: etags confused with uppercase filenames (on Windows), Eli Zaretskii, 2002/04/03
- Re: etags confused with uppercase filenames (on Windows), Francesco Potorti`, 2002/04/03
- Re: etags confused with uppercase filenames (on Windows), Stefan Monnier, 2002/04/03
- Re: etags confused with uppercase filenames (on Windows), Francesco Potorti`, 2002/04/03
- Re: etags confused with uppercase filenames (on Windows), Stefan Monnier, 2002/04/03
- Re: etags confused with uppercase filenames (on Windows), Richard Stallman, 2002/04/04
- Re: etags confused with uppercase filenames (on Windows), Eli Zaretskii, 2002/04/03
- RE: etags confused with uppercase filenames (on Windows),
Stavros Macrakis <=