|
From: Hans-Bernhard B. <br...@ph...> - 2005-07-27 21:47:29
|
Ethan Merritt wrote:
> On Wednesday 27 July 2005 02:05 am, Petr Mikulik wrote:
>
>>>Several disambiguating keywords have been added already (e.g. "font",
>>>"offset", "at") for exactly this reason. Do you know of any other cases
>>>that are violators, like ... notitle "title"?
>>
>>set label {<tag>} {"<label text>"}
>
>
> That is unambiguous, since <tag> cannot be a string, and "<label text>"
> cannot be a number.
It's still at least somewhat ambiguous, because <tag> can be a variable,
which could be either the string or a number.
>>set title {"<title-text>"}
>>set xlabel {"<label>"}
> What is ambiguous in these commands?
Well, does
set title f
change the title text, the x offset, or the font?
|