On Fri, 9 Nov 2012, Henrique Andrade wrote:
Dear Allin, I have a small error/misbehavior list that I think
would be good to address before Gretl 1.9.11:
Thanks, this is very useful.
<hansl>
open australia.gdt
series morethan15characters = PAU
series really_muchmorethan15characters = PUS
"Teste VAR" <- var 4 E morethan15characters \
really_muchmorethan15characters
fcast
</hansl>
I plan to fix problems associated with variable names of more
than 15 characters, but not necessarily before 1.9.11. After
all, the documentation still says the limit is 15: very long
names are still a "secret" experimental feature.
In fact, maybe we ought to reset the limit to 15 for the
1.9.11 release so that users who haven't read the docs and
happen to use very long names don't see horrible output or
crashes, then immediately reset it to 31 in CVS after the
release and work some more on the needed fixes.
When using "advanced" Gnuplot command I'm getting an
error and
a syntax highlighting "flaw". Please take a look at the attached .inp
file (also reproduced below)...
OK, I'll look into that.
Allin