all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hadron <hadronquark@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: emac in large projects
Date: Tue, 20 Feb 2007 23:43:47 +0100	[thread overview]
Message-ID: <871wkktpp8.fsf@gmail.com> (raw)
In-Reply-To: mailman.4825.1172007761.2155.help-gnu-emacs@gnu.org

A Soare <alinsoar@voila.fr> writes:

> You must create a TAGS file first of all, in which one keeps the symbols from your project.
>
> For example, to create a file TAGS of all symbols of EMACS you can use from a Shell
>
> # find -name *.el -o -name *.[ch] | xargs etags

I use ctags-exuberant which has recursion.


#!/bin/bash
cd ~/programming/c
echo Calculating local tags ....
ctags-exuberant  -f TAGS -e --recurse=yes --links=yes ~/programming/c

       reply	other threads:[~2007-02-20 22:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4825.1172007761.2155.help-gnu-emacs@gnu.org>
2007-02-20 22:43 ` Hadron [this message]
2007-02-20 21:42 emac in large projects A Soare
  -- strict thread matches above, loose matches on Subject: below --
2007-02-19 15:57 Ask
2007-02-19 18:52 ` Robert Thorpe
2007-02-19 18:58 ` Pascal Bourguignon
2007-02-19 19:21   ` Tassilo Horn
2007-02-20 15:26     ` Hadron
2007-03-01 14:49 ` Ken Goldman
2007-03-01 16:07   ` Hadron

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=871wkktpp8.fsf@gmail.com \
    --to=hadronquark@gmail.com \
    --cc=help-gnu-emacs@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.