Dylan,
On Fri, May 20, 2005 at 06:14:11PM -0400, Dylan Thurston wrote:
> On Fri, May 20, 2005 at 11:03:25PM +0200, Ralf Treinen wrote:
> > can you please send me a concrete input sequence which triggers
> > the buggy begaviour of an axiom session via the texmacs inteface,
> > such that I can reproduce the bug?
>
> On my system, if I start up texmacs, start an Axiom session, and enter
> '1+1', the correct output ('2') is not returned; instead, I just get
> another prompt immediately.
>
> The version of axiom is also relevant and wasn't included: this is with
> axiom version 20050201-1.
I cannot reproduce the bug you describe. On my machine, typing
"1+1<return>" in an axiom session of texmacs works fine. It looks
like this:
-> 1+1 (1)
2 Type: PositiveInteger
->
I have the same versions of texmacs (1.0.5-2) and axiom (20050201-1)
as you.
What strikes me with your patch
- execlp("AXIOMsys","AXIOMsys","-noclef",0);
+ execlp("AXIOMsys","AXIOMsys","-noclef","-noht","-nogr",0);
is that I use a patch which replaces the call to AXIOMsys by a call
to /usr/bin/axiom. Hence, applying your patch makes compilation
of the debian package fail. Are you sure you are working with the
debian packages of texmacs and axiom?
-Ralf.
--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]