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/[EMAIL PROTECTED]


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to