Re: [TeXmacs] gnuplot_preamble not working in texmacs interface
Subject: Re: [TeXmacs] gnuplot_preamble not working in texmacs interface
From: Andrey G. Grozin
Date: Tue, 5 Apr 2005 13:27:42 +0700 (NOVST)
On Mon, 4 Apr 2005, Kamaraju Kusumanchi wrote:
> Unfortunately, the documentation on maxima or texmacs does not specify
> where to send a problem with running maxima in texmacs. So I am sending
> it both the lists hoping that someone will tell me which is right place
> to post such requests in the future.
The best address for such queries is maxima@texmacs.org
> To reproduce the bug
>
> start texmacs
>
>
> Document -> Add Package -> program -> varsession
> Edit -> preferences -> keyboard -> Automatically close brackets
> Insert -> session -> maxima
> Session -> input mode -> mathematical input
>
> In the maxima input type
> plot(x, [x, -1,1], [gnuplot_preamble, "set grid"])
>
> The output will be
>
> Incorrect syntax: GRID is not an infix operator
>
> [preamble, set grid]
I cannot reproduce this bug. First, you probably mean plot2d, not plot -
there is no function plot. With plot2d, this line works exactly the same
from the command-line maxima and from TeXmacs session.
What OS do you use? Version of TeXmacs? Of maxima? On which lisp?
Andrey