all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tak Ota <Takaaki.Ota@am.sony.com>
Cc: pot@gnu.org, eliz@is.elta.co.il, emacs-devel@gnu.org
Subject: Re: etags for C++
Date: Sat, 23 Feb 2002 21:42:34 -0800 (PST)	[thread overview]
Message-ID: <20020223.214234.01365785.Takaaki.Ota@am.sony.com> (raw)
In-Reply-To: <200202232019.g1NKJs214647@aztec.santafe.edu>

Sat, 23 Feb 2002 13:19:54 -0700 (MST): Richard Stallman <rms@gnu.org> wrote:

>     etags is OK.  For practical use etags must run on all relevant source
>     files in the target project by something like this.
> 
> 	 find . -name "*.[chCH]" -print | etags -
> 
>     I am asking if we can provide easier way to perform above task.  In
>     above syntax manipulating "*.[chCH]" to include .cc, .cpp and .cxx is
>     not trivial.
> 
> Now I see that we have been misunderstanding each other.
> That example in the manual is meant to show how you can use
> find to select the files to etags to operate on.  You seem to want
> an example showing how to find C and C++ files, but that isn't
> what it is intended for.

OK.  I understand that intention.  How about etags.el or other
language package like cc-mode.el to provide a command that runs find
and etags.  For typical uses we can make the existence of etags
program invisible for ordinary users.  I see this example in
cperl-mode.el and idlwave.el.  Like hexl it is nicer that the external
command invokation is wrapped by lisp commands and is invisible from
novice users.

-Tak

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


  reply	other threads:[~2002-02-24  5:42 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-19 19:41 etags for C++ Tak Ota
2002-02-20 22:13 ` Richard Stallman
2002-02-21  6:47   ` Eli Zaretskii
2002-02-21  7:34     ` Tak Ota
2002-02-21  7:45       ` Tak Ota
2002-02-21 10:59         ` Eli Zaretskii
2002-02-21 16:19           ` Tak Ota
2002-02-22 14:32             ` Francesco Potorti`
2002-02-22 14:53               ` Tak Ota
2002-02-22 15:31                 ` Andreas Schwab
2002-02-23 20:19                 ` Richard Stallman
2002-02-24  5:42                   ` Tak Ota [this message]
2002-02-25  0:08                     ` Richard Stallman
2002-02-25  6:40                       ` Eli Zaretskii
2002-02-25  8:27                         ` Francesco Potorti`
2002-02-25 16:30                           ` Tak Ota
2002-02-26 20:15                         ` Richard Stallman

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020223.214234.01365785.Takaaki.Ota@am.sony.com \
    --to=takaaki.ota@am.sony.com \
    --cc=eliz@is.elta.co.il \
    --cc=emacs-devel@gnu.org \
    --cc=pot@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.