|
From: <pl...@pi...> - 2013-02-14 17:31:16
|
On 02/14/13 13:04, Karl-Friedrich Ratzsch wrote:
> This doesn´t reproduce for me.
>
> On gp4.6pl0 official windows build, pause -1 waits until <space> or
> <enter> is hit, all other keys pressed are completely ignored.
>
> I like this behaviour (e.g. being able to proceed by pressing
> <space>), but it is also undocumented.
>
> Karl
>
>
>
> On 14.02.2013 11:44, pl...@pi... wrote:
>> Hi,
>>
>> I have found an oddity in using pause -1
>>
>> doc says it should wait for enter key which it does. But if I hit
>> another key stroke before hitting enter, it is initially ignore but
>> when I later hit enter it executes multiple repeats.
>>
>>
>> do for [len in "1 2 3"] { load "fit-data.gnu"; pause -1;}
>>
>> the included file does a fit then plots the result. Thus I should be
>> able to loop through a series of plots using enter key.
>>
>> If , after issuing the above command , I hit space twice then enter
>> it flashes though 1 and 2 then shows three.
>>
>>
>> I get the impression the test condition is waiting until the is a
>> #13 but then processing all the previous keystrokes as being at match.
>>
>> This does not seem to be the intended behaviour.
>>
>> many thanks, Peter.
>>
>>
Thanks for the extra info. I'm running not-so-recent CVS on linux.
G N U P L O T
Version 4.7 patchlevel 0 last modified 2012-10-16
Build System: Linux i686
I just tested and space bar does not trigger in the way you indicate on
this build. It does behave as I described earlier: Space then Enter
triggers two iterations, not one. Both happen after hitting Enter.
regards, Peter.
|