Package: texmacs
Version: 1:1.0.6-3
Severity: normal

Let's say I open an octave session inside texmacs by doing Insert -> Session ->
Octave

In this session if I enter pi then value of pi (3.1416) should be printed as the
output. But instead the word texmacs is printed as the output.

However the value of 2*pi is printed correctly.

I have attached the relavent .tm file for your reference.

I see that reportbug does not collect information about octave packages
installed on my machine. Hence I am including the relevant dpkg -l output as
well.

$dpkg -l octave2.9\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                                 Version                              
Description
+++-====================================-====================================-========================================================================================
ii  octave2.9                            2.9.4-12                             
GNU Octave language for numerical computations (2.9 branch)
ii  octave2.9-doc                        2.9.4-12                             
PDF documentation on the GNU Octave language (2.9 branch)
ii  octave2.9-emacsen                    2.9.4-12                             
Emacs support for the GNU Octave language (2.9 branch)
ii  octave2.9-headers                    2.9.4-12                             
header files for the GNU Octave language (2.9 branch)
ii  octave2.9-htmldoc                    2.9.4-12                             
HTML documentation on the GNU Octave language (2.9 branch)
ii  octave2.9-info                       2.9.4-12                             
GNU Info documentation on the GNU Octave language (2.9 branch)


thanks
raju


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages texmacs depends on:
ii  gs-gpl                    8.15-4.1       The GPL Ghostscript PostScript int
ii  guile-1.6-libs            1.6.7-1.1      Main Guile libraries
ii  libc6                     2.3.6-1        GNU C Library: Shared libraries an
ii  libfreetype6              2.1.7-2.3      FreeType 2 font engine, shared lib
ii  libgcc1                   1:4.0.2-9      GCC support library
ii  libguile-ltdl-1           1.6.7-1        Guile's patched version of libtool
ii  libltdl3                  1.5.22-2       A system independent dlopen wrappe
ii  libqthreads-12            1.6.7-2        QuickThreads library for Guile
ii  libstdc++6                4.0.2-9        The GNU Standard C++ Library v3
ii  libx11-6                  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6                  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  tetex-base                3.0-11         Basic library files of teTeX
ii  tetex-bin                 3.0-13         The teTeX binary files
ii  tetex-extra               3.0-11         Additional library files of teTeX
ii  texmacs-common            1:1.0.6-3      WYSIWYG emacs-ish mathematical tex
ii  xbase-clients             6.9.0.dfsg.1-4 miscellaneous X clients
ii  zlib1g                    1:1.2.3-8      compression library - runtime

Versions of packages texmacs recommends:
ii  ispell                  3.1.20.0-4       International Ispell (an interacti
ii  libjpeg-progs           6b-11            Programs for manipulating JPEG fil
ii  libtiff-tools           3.7.2-3          TIFF manipulation and conversion t
ii  netpbm                  2:10.0-10        Graphics conversion tools
ii  xfig                    1:3.2.5-alpha5-4 Facility for Interactive Generatio

-- no debconf information
<TeXmacs|1.0.6>

<style|generic>

<\body>
  <with|prog-language|octave|prog-session|default|<\session>
    <\output>
      GNU Octave, version 2.9.4 (i486-pc-linux-gnu).

      Copyright (C) 2005 John W. Eaton.

      This is free software; see the source code for copying conditions.

      There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or

      FITNESS FOR A PARTICULAR PURPOSE.

      \;

      Additional information about Octave is available at
      http://www.octave.org.

      \;

      Please contribute if you find this software useful.

      For more information, visit http://www.octave.org/help-wanted.html

      \;

      Report bugs to \<less\>[EMAIL PROTECTED]<gtr\> (but first, please read

      http://www.octave.org/bugs.html to learn how to write a helpful
      report).

      <\errput>
        warning: gset is deprecated and will be removed from a future

        warning: version of Octave.

        warning: You should use the higher-level plot functions

        warning: ("plot", "mesh", "semilogx", etc.) instead

        warning: of the low-level plotting commands.

        warning: If you absolutely must use this function, use the

        warning: internal version __gnuplot_set__ instead.
      </errput>
    </output>

    <\input|octave\<gtr\> >
      2*pi
    </input>

    <\output>
      <with|mode|math|6.283>
    </output>

    <\input|octave\<gtr\> >
      pi
    </input>

    <\output>
      texmacs
    </output>

    <\input|octave\<gtr\> >
      \;
    </input>
  </session>>
</body>

Reply via email to