Hello,
Can i use the tags file created by 'make tags' in the linux kernel source (linux-source-2.6.32)?
How can i do?
Thank you.
I try:
geany -P -g geany.tags `find /home/(...path...)l/linux-source-2.6.32/ -name "*.c" -o -name "*.h"`
but it does not work
---------- Forwarded message ---------- From: yannick Le Guen gyleguen@gmail.com Date: 2011/8/14 Subject: Tags from linux kernel 'make tags' To: geany@uvena.de
Hello,
Can i use the tags file created by 'make tags' in the linux kernel source (linux-source-2.6.32)?
How can i do?
Thank you.
Am 14.08.2011 19:10, schrieb yannick Le Guen:
I try:
geany -P -g geany.tags `find /home/(...path...)l/linux-source-2.6.32/ -name "*.c" -o -name "*.h"`
but it does not work
The tag filename needs to include the programming language. Try linux.c.tags instead of geany.tags.
Best regards.
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.
2011/8/14 Thomas Martitz thomas.martitz@student.htw-berlin.de
Am 14.08.2011 19:10, schrieb yannick Le Guen:
I try:
geany -P -g geany.tags `find /home/(...path...)l/linux-**source-2.6.32/ -name "*.c" -o -name "*.h"`
but it does not work
The tag filename needs to include the programming language. Try linux.c.tags instead of geany.tags.
Best regards. ______________________________**_________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-**bin/mailman/listinfo/geanyhttps://lists.uvena.de/cgi-bin/mailman/listinfo/geany
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
On Sun, 14 Aug 2011 13:20:25 -0700 Matthew Brush mbrush@codebrainz.ca wrote:
It works OK here with the latest stable source tarball. I'd put the tags file on the Wiki but it's almost 8MB.
Personally I don't see any big problem with it.
Cheers, Frank
On 08/14/11 23:14, Frank Lanitz wrote:
On Sun, 14 Aug 2011 13:20:25 -0700 Matthew Brushmbrush@codebrainz.ca wrote:
It works OK here with the latest stable source tarball. I'd put the tags file on the Wiki but it's almost 8MB.
Personally I don't see any big problem with it.
The 5MB file limit mostly.
Cheers, Matthew Brush
I thought Geany would load the file containing the desired function...
2011/8/15 Matthew Brush mbrush@codebrainz.ca
On 08/14/11 23:14, Frank Lanitz wrote:
On Sun, 14 Aug 2011 13:20:25 -0700 Matthew Brushmbrush@codebrainz.ca wrote:
It works OK here with the latest stable source tarball. I'd put the
tags file on the Wiki but it's almost 8MB.
Personally I don't see any big problem with it.
The 5MB file limit mostly.
Cheers, Matthew Brush ______________________________**_________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-**bin/mailman/listinfo/geanyhttps://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Mon, 15 Aug 2011 14:57:35 +0200 yannick Le Guen gyleguen@gmail.com wrote:
I thought Geany would load the file containing the desired function...
We are not talking about Geany itself, but about Geany wiki.
Cheers, Frank
OK.
thank you all for your help.
2011/8/15 Frank Lanitz frank@frank.uvena.de
On Mon, 15 Aug 2011 14:57:35 +0200 yannick Le Guen gyleguen@gmail.com wrote:
I thought Geany would load the file containing the desired function...
We are not talking about Geany itself, but about Geany wiki.
Cheers, Frank -- http://frank.uvena.de/en/
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Sun, 14 Aug 2011 23:44:48 -0700, Matthew wrote:
On 08/14/11 23:14, Frank Lanitz wrote:
On Sun, 14 Aug 2011 13:20:25 -0700 Matthew Brushmbrush@codebrainz.ca wrote:
It works OK here with the latest stable source tarball. I'd put the tags file on the Wiki but it's almost 8MB.
Personally I don't see any big problem with it.
The 5MB file limit mostly.
Hmm, I'm wondering about 5MB, the PHP post limit was at 8MB, I increased it to 16MB for the wiki.
Maybe the wiki limit uploads also but I couldn't find a setting.
Matthew, could you try again and/or give more details if you have (e.g. exact date/time to let me check the logs)?
Regards, Enrico
On 08/15/11 14:13, Enrico Tröger wrote:
On Sun, 14 Aug 2011 23:44:48 -0700, Matthew wrote:
On 08/14/11 23:14, Frank Lanitz wrote:
On Sun, 14 Aug 2011 13:20:25 -0700 Matthew Brushmbrush@codebrainz.ca wrote:
It works OK here with the latest stable source tarball. I'd put the tags file on the Wiki but it's almost 8MB.
Personally I don't see any big problem with it.
The 5MB file limit mostly.
Hmm, I'm wondering about 5MB, the PHP post limit was at 8MB, I increased it to 16MB for the wiki.
Maybe the wiki limit uploads also but I couldn't find a setting.
Matthew, could you try again and/or give more details if you have (e.g. exact date/time to let me check the logs)?
It was minutes before I replied to Frank about the 5MB limit, because I had just tried to upload the file as he suggested. So I guess just before `Sun, 14 Aug 2011 13:20:25 -0700` (from the message in my inbox).
In the popup window where you upload files, it came up in the HTML in a pink box saying about the 5MB limit.
But really, I don't think it's a big deal. 5MB is pretty reasonable and having such massive tag files will waste your bandwidth and the Python script I wrote that compresses the tag files will take more time (and CPU cycles).
I can try again later, but I'm right in the middle of a distro upgrade on my main box, so it might take a while.
Cheers, Matthew Brush
On Mon, 15 Aug 2011 14:38:24 -0700, Matthew wrote:
On 08/15/11 14:13, Enrico Tröger wrote:
On Sun, 14 Aug 2011 23:44:48 -0700, Matthew wrote:
On 08/14/11 23:14, Frank Lanitz wrote:
On Sun, 14 Aug 2011 13:20:25 -0700 Matthew Brushmbrush@codebrainz.ca wrote:
It works OK here with the latest stable source tarball. I'd put the tags file on the Wiki but it's almost 8MB.
Personally I don't see any big problem with it.
The 5MB file limit mostly.
Hmm, I'm wondering about 5MB, the PHP post limit was at 8MB, I increased it to 16MB for the wiki.
Maybe the wiki limit uploads also but I couldn't find a setting.
Matthew, could you try again and/or give more details if you have (e.g. exact date/time to let me check the logs)?
It was minutes before I replied to Frank about the 5MB limit, because I had just tried to upload the file as he suggested. So I guess just before `Sun, 14 Aug 2011 13:20:25 -0700` (from the message in my inbox).
Thanks, I'll have a closer look tomorrow.
In the popup window where you upload files, it came up in the HTML in a pink box saying about the 5MB limit.
But really, I don't think it's a big deal. 5MB is pretty reasonable and having such massive tag files will waste your bandwidth and the Python script I wrote that compresses the tag files will take more time (and CPU cycles).
I don't mind much about bandwidth and traffic. Rather then piping the data through Python...:). Anyway, I don't expect that file would be downloaded 2 million times a day.
I can try again later, but I'm right in the middle of a distro upgrade on my main box, so it might take a while.
No hurries.
Regards, Enrico