From: Eli Zaretskii <eliz@gnu.org>
Subject: Re: etags for windows ?
Date: Sat, 22 Oct 2005 18:09:31 +0200 [thread overview]
Message-ID: <u3bmtpm84.fsf@gnu.org> (raw)
In-Reply-To: <djdeo7$8sd$05$1@news.t-online.com> (message from Marcel Lautenbach on Sat, 22 Oct 2005 15:29:34 +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.
next prev parent reply other threads:[~2005-10-22 16:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-22 13:29 etags for windows ? Marcel Lautenbach
2005-10-22 16:09 ` Eli Zaretskii [this message]
[not found] ` <mailman.12237.1129997383.20277.help-gnu-emacs@gnu.org>
2005-10-22 18:09 ` Marcel Lautenbach
2005-10-22 19:21 ` martin
2005-10-22 19:38 ` Marcel Lautenbach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=u3bmtpm84.fsf@gnu.org \
--to=eliz@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).