bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: addition of a new keyword


From: Hideki IWAMOTO
Subject: Re: addition of a new keyword
Date: Thu, 12 Aug 2004 23:37:55 +0900

On Wed, 11 Aug 2004 21:50:38 +0900, Shigio Yamaguchi wrote...
> It seems that we can do nothing but try and err.
> 
> For example, try 
>       --key-position='1-3,7-8,$'
> or
>       --key-position='1,3,5,7,9,$'
> or
>       --key-position='2-5,7-9,$'
>       ...
> until becoming error-free. But we can select the -D option instead.

The result in the case of using gperf-2.7.2 was as follows.

OK:
        --key-positions='1-2,6,$'
        --key-positions='1-3,4-6,$'
        --key-positions='1-3,5,$'
        --key-positions='1,3,5,7,9,$'
        --key-positions='2-5,7-9,$'
NG:
        --key-positions='1-3,6,$'
        --key-positions='1-3,7-8,$'

When gperf-3.0.1 is used, no error occurs with original 
--key-positions='1-3,6,$'.
What do you think about which version of gperf should be used?

----
Hideki IWAMOTO  address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]