help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: etags for windows ?


From: Eli Zaretskii
Subject: Re: etags for windows ?
Date: Sat, 22 Oct 2005 18:09:31 +0200

> From: Marcel Lautenbach <marcel.lautenbach@t-online.de>
> Date: Sat, 22 Oct 2005 15:29:34 +0200
> 
> short question: Is there a way to use etags on windows????

The same as on Unix, I'd say:

    etags *.c *.h *.cpp

or (if there are subdirectories with source files)

    find . -name "*.[ch]" | etags -

If your problem is with the (usually missing on Windows) Find command,
then download and install the Windows port of GNU Find, e.g. from the
GnuWin32 site.

If the above doesn't help, please ask more specific questions.




reply via email to

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