|
Home > Archive > Unix Programming > January 2004 > exuberant Ctags and local variables
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
exuberant Ctags and local variables
|
|
| Fred Ma 2004-01-23, 5:36 pm |
| Hello,
I just installed exuberant ctags 5.5.2 on solaris 8.
Supposedly, this version tags local variables. I
haven't been able to get it to work. I'm using vim,
but I also can't find the local variable names in
the tags file. Has anyone been able to see this
feature working? Any special things needed to make
it work?
Fred
--
Fred Ma
Dept. of Electronics, Carleton University
1125 Colonel By Drive, Ottawa, Ontario
Canada, K1S 5B6
| |
| Stephane CHAZELAS 2004-01-23, 5:36 pm |
| 2004-01-17, 11:42(+00), Fred Ma:quote:
> I just installed exuberant ctags 5.5.2 on solaris 8.
> Supposedly, this version tags local variables.
[...]
They are off by default; use:
ctags --c-types=+l
(for C files).
--
Stéphane ["Stephane.Chazelas" at "free.fr"]
| |
| Fred Ma 2004-01-23, 5:36 pm |
| Stephane CHAZELAS wrote:quote:
>
> 2004-01-17, 11:42(+00), Fred Ma:
> [...]
>
> They are off by default; use:
>
> ctags --c-types=+l
>
> (for C files).
Wow, that is very nice. Where is this documented? I tried
"ctags --help" as well as FAQ, INSTALL, NEWS, and README.
Fred
| |
| Stephane CHAZELAS 2004-01-23, 5:36 pm |
| 2004-01-21, 08:47(+00), Fred Ma:
[...]quote:
[...][QUOTE][color=darkred]
> Wow, that is very nice. Where is this documented? I tried
> "ctags --help" as well as FAQ, INSTALL, NEWS, and README.
[...]
I used ctags on ctags source code ;).
--
Stéphane ["Stephane.Chazelas" at "free.fr"]
| |
| fred ma 2004-01-23, 5:36 pm |
| Stephane CHAZELAS <this.address@is.invalid> wrote in message news:<slrnc0ts4e.4b.stephane.chazelas@spam.is.invalid>...quote:
> 2004-01-21, 08:47(+00), Fred Ma:
> [...]
> [...]
> [...]
>
> I used ctags on ctags source code ;).
Wow. Well, now precious gem of information is out
in the open, hopefully it will help others. Thanks again.
Fred
|
|
|
|
|