axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [TeXmacs] TeXmacs


From: unknown
Subject: [Axiom-developer] [TeXmacs] TeXmacs
Date: Wed, 12 Oct 2005 03:50:00 -0500

Changes http://www.axiom-developer.org/zope/mathaction/TeXmacs/diff
--
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.

Andrey

--
forwarded from http://www.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

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