[NTG-pdftex] C style
Taco Hoekwater
taco at elvenkind.com
Wed Dec 28 09:20:45 CET 2005
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
More information about the ntg-pdftex
mailing list