listhelper-moderate
[Top][All Lists]
Advanced

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

help-gnu-emacs post from address@hidden requires approval


From: help-gnu-emacs-owner
Subject: help-gnu-emacs post from address@hidden requires approval
Date: Fri, 06 Jul 2007 10:40:17 -0400

As list administrator, your authorization is requested for the
following mailing list posting:

    List:    address@hidden
    From:    address@hidden
    Subject: Re: emacs tags
    Reason:  Post by non-member to a members-only list

At your convenience, visit:

    http://lists.gnu.org/mailman/admindb/help-gnu-emacs
        
to approve or deny the request.
--- Begin Message --- Subject: Re: emacs tags Date: Fri, 06 Jul 2007 15:26:48 +0100 User-agent: KNode/0.10.5
JyotiC wrote:

> Hi,
> 
> Sorry if this is already discussed.
> 
> I want to use tags in emacs, i have file TAGS, but its very small,
> where as there is another file tags which is huge.
> But when i give tags file, it says its not as valid tag table.
> 
> The same file works on VI.
> 
That's because vi's tags format is different to emacs,
so it is indeed not a valid emacs tags table.

> How can i have something like for emacs.
>

It sounds like your "TAGS" file hasn't been generated right
for your project but your "tags"  file has - usually they end 
up very roughly the same size (TAGS a bit larger) 
and you use nearly the same commands to make them (ctags
for vi, etags for emacs)

So, regenerate your TAGS file - sometimes projects
will have a "make TAGS" makefile target to do this for you
(especially complex ones where a naive find might
pull in weird stuff you don't want) - but if not, it's 
usually a one-liner anyway, perhaps along  the lines of 

find . -name "*.[chCH]" -print | etags -

(This is in the emacs manual...)


--- End Message ---
--- Begin Message --- Subject: confirm 172b7f3ecad6c8c704037dc517c36dfc11553b61
If you reply to this message, keeping the Subject: header intact,
Mailman will discard the held message.  Do this if the message is
spam.  If you reply to this message and include an Approved: header
with the list password in it, the message will be approved for posting
to the list.  The Approved: header can also appear in the first line
of the body of the reply.

--- End Message ---

reply via email to

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