plotting error in build from current source



I have just committed a new version of plot.lisp that fixes that error. 
There was an old function
translate-gnuplot-term-option that is no longer necessary since the 
gnuplot-def.lisp was created
(six years ago). In previous versions that extra function made no harm 
because it was
sending to gnuplot a command that was sent again by function 
gnuplot-print-header.

The recent changes I did to gnuplot-print-header broke down 
translate-gnuplot-term-option, but since
that function is no longer needed I have just removed it.

Cheers,
Jaime


On 23-12-2013 22:38, Robert Dodier wrote:
> I get this error:
>
>    plot2d (sin(x), [x, 0, 1]);
>
>      => gnuplot> NIL
>                  ^
>                  line 0: invalid command
>
> Dunno what's going on there.
>
> I'm working on Ubuntu 12.04.
>
> Maxima version: "5.32.0"
> Maxima build date: "2013-12-23 14:01:59"
> Host type: "i686-pc-linux-gnu"
> Lisp implementation type: "CLISP"
> Lisp implementation version: "2.49 (2010-07-07) (built 3539704948) (memory 3596824934)"
>
> best
>
> Robert Dodier
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima