>From mailnull Fri Jun 7 14:03:40 2013
Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.223.170 as permitted sender) client-ip=209.85.223.170; envelope-from=thebookworm101 at gmail.com; helo=mail-ie0-f170.google.com;
Date: Fri, 7 Jun 2013 17:02:20 +0300
From: jiun bookworm <thebookworm101 at gmail.com>
Content-Type: multipart/alternative; boundary="047d7bdc166629349204de90e13b"
--047d7bdc166629349204de90e13b
Content-Type: text/plain; charset="ISO-8859-1"
Leo,
ok it works, but now it seems like i can only load init-mac or init-lisp,
not both,
i if load both the lisp does not get loaded, is there such a limitation? or
my init-mac has
something thats clobbering the init-lisp,
here is my .mac
[]$ cat tmp/.maxima/maxima-init.mac
set_plot_option ([gnuplot_term,jpeg])$
set_plot_option ([gnuplot_out_file,"myplot.jpeg"])$
display2d:false$
^^^^^^^^^^^^^^^^
You are setting display2d to false, but the init-lisp file is setting
*alt-display2d*. You need to make the two choices consistent
(i.e. set display2d to false and set *alt-display1d*, or leave
display2d as true and set *alt-display2d*).
Leo