28 Dec
2005
28 Dec
'05
9:20 a.m.
Martin Schröder wrote:
On 2005-12-27 21:27:01 +0100, Olaf Weber wrote:
Taco Hoekwater writes:
I've always disliked the GNU "etags-is-too-stupid-for-anything-else" function headers that break over a line, like:
int main (int argv, argc**)
That's not about etags, it's about grep, in particular the ability to do "grep ^foo *.c" and find the defn of foo(). Apart from the space
Ah. Agreed.
I use "grep ^\\w *.c", and also find static and global identifiers. But like I said, I don't really care as long as there is a 'run this command' statement somewhere. Taco