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

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

Re: etags for windows ?


From: martin
Subject: Re: etags for windows ?
Date: Sat, 22 Oct 2005 21:21:58 +0200
User-agent: Emacs Gnus

"ML" == Marcel Lautenbach <marcel.lautenbach@t-online.de> writes:
 ML> Newsgroups: gnu.emacs.help
 ML> Date: Sat, 22 Oct 2005 20:09:08 +0200
 ML> Organization: T-Online
 ML> 
 ML> Eli Zaretskii wrote:
 >>> 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.
 >> 
 ML> Hi,
 ML> 
 ML> thanks for this reply. Well, as far as I know etags is an extra
 ML> program shipped with unix like Operating Systems. On windows I am not
 ML> able to use the etag program. I also tried to find it with ports of
 ML> GNU's find or which. Aktually I am searching a port of etags for
 ML> windows :-) Any idea?

hi,

etags is part of windows emacs and resides in the bin directory

martin

 ML> 
-- 
parozusa at web dot de


reply via email to

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