On 08/14/11 12:02, yannick Le Guen wrote:
The result of "geany -P -g linux.c.tags 'find
/home/(...path...)l/linux-source-2.6.32/ -name "*.c" -o -name "*.h"`

is:

bash: /usr/bin/geany:Argument list too long

and with the tags file created by  the "make tags" in linux-source,
geany load it but it does not work.


I think `make tags` generates a ctags format file, which Geany doesn't support.

Try:
geany -Pg kernel-VERSION.c.tags \
`find /path/to/linux-source-VERSION/include -type f -iname "*.h"`

It works OK here with the latest stable source tarball. I'd put the tags file on the Wiki but it's almost 8MB.

Cheers,
Matthew Brush
_______________________________________________
Geany mailing list
[email protected]
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany

Reply via email to