Pan Xing wrote:

> Every time I found some macros or functions defined out side the
> program,
> I have to do the silly work to use grep to locate it.
> 
>     Could some one recommend me a better IDE, like the VC or BC,
> or any other solutions.

You should use tags for this sort of thing. Generate a TAGS file with
ctags/etags, then use C-] (vi) or M-. (Emacs) to find the function at
the cursor position.

You should probably check out (X)Emacs. It has many features which are
useful for programming, and is entirely programmable.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to