axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [TeXmacs] Axiom graphics in TeXmacs


From: billpage
Subject: [Axiom-developer] [TeXmacs] Axiom graphics in TeXmacs
Date: Wed, 25 Jan 2006 14:03:09 -0600

Changes http://wiki.axiom-developer.org/TeXmacs/diff
--

??changed:
-From unknown Wed Oct 12 03:49:57 -0500 2005
-From: unknown
>From Andrey Wed Oct 12 03:49:57 -0500 2005
From: Andrey

??changed:
-It is easy to modify tm_axiom.c to start axiom (with hypertex and graphics)
-
-Instead of starting AXIOMsys, it should start axiom -noclef
-
-Also, in void session(void), declare
-int prompts=0;
-and, a few lines later, replace the line
-else if (code==PROMPT) break;
-by the line
-else if (code==PROMPT) { if ((++prompts)==2) break; }
-
-However, it would be much better to fix this damn double-prompt problem once 
and for all. Axiom *must not* write a prompt when it is not prompting the user 
to input something.
It is easy to modify tm_axiom.c to start axiom (with hypertex
and graphics)

Instead of starting AXIOMsys, it should start 'axiom -noclef'

Also, in void session(void), declare::

  int prompts=0;

and, a few lines later, replace the line::

  else if (code==PROMPT) break;

by the line::

  else if (code==PROMPT) { if ((++prompts)==2) break; }

However, it would be much better to fix this damn double-prompt
problem once and for all. Axiom *must not* write a prompt when
it is not prompting the user to input something.

--
forwarded from http://wiki.axiom-developer.org/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]