texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] Re: improved Reduce interface, needs GO


From: Andrey G. Grozin
Subject: [Texmacs-dev] Re: improved Reduce interface, needs GO
Date: Fri, 25 Feb 2005 12:52:30 +0600 (NOVT)

On Thu, 24 Feb 2005, Andreas Seidl wrote:
> Try to execute the following in a bash, and please tell me if it works:
> 
> ----- begin ------
> mkdir -p /tmp/tmprint
> cd /tmp/tmprint
> wget http://www.fmi.uni-passau.de/~seidl/public/bin/tmprint.b
> cd $HOME
> mv .reducerc .reducerc-`date "+%Y%M%d-%T"`
> cat > .reducerc <<EOF
> lisp <<
>     % ...
>     loaddirectories!* := nconc({"","/tmp/tmprint/"},loaddirectories!*);
>     if getenv("TEXMACS_REDUCE_PATH") then load tmprint$
>     % ...
> >>$
> end;
> %
> EOF
> ----- end -----
OK, I've done what you suggested, and the interface works with this 
tmprint.b. (I get the same warning
*** fluid `lispsystem*' cannot become global
twice after the line "Loading ...").

redfront cannot be the source of difficulties: of course, I disabled it in 
tm_reduce. My current tm_reduce is

#!/bin/sh -f
export TEXMACS_REDUCE_PATH="$TEXMACS_PATH/plugins/reduce"
export reduce=/opt/reduce
export MACHINE=linux
export lisp=psl
export gnuplot=$reduce/wutil/$MACHINE
exec $reduce/lisp/psl/$MACHINE/psl/bpsl -td 128000000 -f 
$reduce/lisp/psl/$MACHINE/red/reduce.img

By the way, your README (or tm_reduce or both) should be corrected: in the 
form contained in your reduce.tar.gz, tm_reduce will start reduce via 
redfront, with (probably) very negative effect.

Andrey Grozin





reply via email to

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