Le Wang <[EMAIL PROTECTED]> writes:

>  --- Andrew Hyatt <[EMAIL PROTECTED]> wrote: > 
>> Yes, using tags gives you access to functionality that JDE doesn't
>> have.  Like a quick take-me-to-class functionality.  JDE has several
>> take-me-to-class-at-point functionality, but that's not quite the
>> same.  Plus, JDE often makes you choose between classes of the same
>> name in different packages, while tags lets you cycle through.  I
>> prefer to cycle through.
>> 
>> Also, you can do nifty things like tags-query-replace, to replace one
>> regexp with some text everywhere in your source.  Very nice.
>
> How do you keep your tags table up to date?  This is the scary part for me. 
> From what I've read this is not done via any hooks from within Emacs, but
> from a  shell.  Any tips for managing a tags tablefor a large sourcebase?  

Well, you can call the shell from emacs (shell-command), and you an
schedule events to occur in emacs, so that gives you all you need to
keep it up to date.  But I find I rarely need to keep it up to date,
since my java files are not moving around too much, so no update is
really needed.


>
> --
> Le
>
> ______________________________________________________________________ 
> Post your free ad now! http://personals.yahoo.ca

Reply via email to