|
From: Ethan M. <merritt@u.washington.edu> - 2007-10-03 18:36:06
|
On Wednesday 03 October 2007 10:44, Hans-Bernhard Br=F6ker wrote: > CVS current as of today: >=20 > gnuplot> set term cgm > Terminal type set to 'cgm' > Options are 'landscape color rotate dashed width 432 linewidth 1=20 > "Helvetica Bold" 12' > gnuplot> set term cgm font "times" 18 > Terminal type set to 'cgm' > Options are 'landscape color rotate dashed width 432 linewidth 1=20 > "times" 12' > gnuplot> >=20 > Note how the '18' fails to be picked up. Works here in 4.2.2, so this must be a CVS-only problem. I'll look at it... Hmmph. The problem is not new/old syntax per se. There was an incomplete switch from quote_str() to try_to_get_string(), leaving an extra c_token++ at the end of the font name parsing clause. E.g. set term cgm font "Times" 19 fails set term cgm font "Times" junk 19 succeeds I've now fixed this in CVS. =2D-=20 Ethan A Merritt |