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

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

Re: emac in large projects


From: Hadron
Subject: Re: emac in large projects
Date: Tue, 20 Feb 2007 23:43:47 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

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 via email to

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