|
From: Daniel J S. <dan...@ie...> - 2007-06-11 16:23:18
|
Petr Mikulik wrote:
>>Command line history may be controlled with several options described
>>below.
>>Several of these options may be overridden by similar qualifiers in the
>>history command.
>> set history {<int>}
>
>
> I tried that "set history -1" makes an error.
I get:
gnuplot> set history -1
^
Unrecognized option.
Are you getting something else? Of course, that means the following also errors:
gnuplot> set history +4
^
Unrecognized option.
Should we be recognizing the sign and then issuing an error if negative?
For "set history 0", could you
> please document whether is never forgets anything?
What should "history 0" do? In the code, n=0 means print everything but that
doesn't mean we can't issue an error.
Dan
|