Package: texmacs
Version: 1:1.0.5-2
Severity: normal
Tags: patch

The interface to axiom seems to be broken again; calling AXIOMsys
produces extra prompts, which confuses texmacs.  As a workaround, you
can disable the hypertext and graphics:

----------------------------------------------------------------------
--- tm_axiom.c.orig     2005-05-19 00:33:07.000000000 -0400
+++ tm_axiom.c  2005-05-19 00:48:24.000000000 -0400
@@ -299,7 +299,7 @@
     case 0: /* Axiom */
       dup2(p1[1],1); close(p1[1]); close(p1[0]);
       dup2(p2[0],0); close(p2[0]); close(p2[1]);
-      execlp("AXIOMsys","AXIOMsys","-noclef",0);
+      execlp("AXIOMsys","AXIOMsys","-noclef","-noht","-nogr",0);
       fatal("exec AXIOMsys");
     default: /* parent */
       close(p1[1]); close(p2[0]);
----------------------------------------------------------------------

Of course, this is really a problem on Axiom's side.  There ought to
be a more robust way to get synchronized with the prompts.

Peace,
        Dylan

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11y
Locale: LANG=C, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)

Versions of packages texmacs depends on:
ii  guile-1.6-libs           1.6.7-1         Main Guile libraries
ii  libc6                    2.3.2.ds1-22    GNU C Library: Shared libraries an
ii  libfreetype6             2.1.7-2.4       FreeType 2 font engine, shared lib
ii  libgcc1                  1:3.4.3-13      GCC support library
ii  libguile-ltdl-1          1.6.7-1         Guile's patched version of libtool
hi  libltdl3                 1.5.6-6         A system independent dlopen wrappe
ii  libqthreads-12           1.6.7-1         QuickThreads library for Guile
ii  libstdc++5               1:3.3.6-5       The GNU Standard C++ Library v3
ii  libx11-6                 4.3.0.dfsg.1-13 X Window System protocol client li
ii  libxext6                 4.3.0.dfsg.1-13 X Window System miscellaneous exte
ii  tetex-base               2.0.2c-8        Basic library files of teTeX
ii  tetex-bin                2.0.2-30        The teTeX binary files
ii  tetex-extra              2.0.2c-8        Additional library files of teTeX
ii  texmacs-common           1:1.0.5-2       WYSIWYG emacs-ish mathematical tex
ii  xbase-clients            4.3.0.dfsg.1-13 miscellaneous X clients
ii  xlibs                    4.3.0.dfsg.1-13 X Keyboard Extension (XKB) configu
ii  zlib1g                   1:1.2.2-4       compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to