|
From: Ethan M. <merritt@u.washington.edu> - 2005-07-26 16:50:09
|
On Tuesday 26 July 2005 08:41 am, Juergen Wieferink wrote:
> Hi,
>
> I get a strange error message in recent CVS:
>
> ...
>
> Terminal type set to 'x11'
> gnuplot> test palette
> gnuplot> test palette
> line 835: undefined variable: character
Simpler example of breakage:
gnuplot> set title offset 1,1
undefined variable: offset
What has happened is that whenever the keyword "title"
is seen, the parser calls try_to_get_string(), which
then chokes if the next token on the line is a keyword
rather than a string or an expression.
I don't know when or how this broke - possibly at the
time of Harald Harders' addition of the generalized
"offset" keyword for all string positions.
I'm not sure yet where to fix it.
--
Ethan A Merritt merritt@u.washington.edu
Biomolecular Structure Center
Mailstop 357742
University of Washington, Seattle, WA 98195
|