[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Global/Win32] I hope to add --max-args option to htags.
From: |
MIHIRA Sanpei Yoshiro |
Subject: |
Re: [Global/Win32] I hope to add --max-args option to htags. |
Date: |
Wed, 31 May 2006 21:21:48 +0900 (JST) |
>> I use ``--max-args'' for my source tree with gtags. But htags
>> does not have ``--max-args''. I think htags need ``--max-args'' like
>> gtags. What do you think?
>
>I'm opposite to the addition of --max-args option to avoid a bug,
>because the option is used for another purpose.
>A preferable solution is to add a correct limitation for win32 environment.
>If you tell me the limit length of the command line of win32 shell,
>I can add it to the xargs module.
OK, I found out limit length. The limit lenght is 2047 characters
on Windows 2000 or 8191 characters on Windows XP and later.
Command prompt (Cmd. exe) command-line string limitation
http://support.microsoft.com/default.aspx?scid=kb;en-us;830473
In Japanese
http://support.microsoft.com/?scid=kb;ja;830473&spid=1131&sid=983
Cheers
---
MIHIRA, Sanpei Yoshiro
Tokyo, Japan.