Subject: mailing-list for TeXmacs Users
List archive
From : JC Bustamante <address@hidden>- To: address@hidden
- Subject: Tr. : Re : Re : [TeXmacs] Maxima and Texmacs
- Date: Fri, 22 Aug 2008 12:58:43 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=GoE87P1pL21FuVPsfFLZwYwSE84MHFGy0obk0N9YYS3Vx56LDpcLqJfkUIlJrHXegDj6Jz4/dzFwMr1rngag4hrJs3yJ0BH9+i8vtUOZeFNFtCAaTTjdc7DDq0EwqaKzlhfB3U2wzATBFrgRkZ/Hohg55FVw7DpuPF9WKa2+snU=;
----- Message transféré ----
De : JC Bustamante <address@hidden>
À : Andrey G. Grozin <address@hidden>
Envoyé le : vendredi 22 août 2008, 14 h 52 min 36 s
Objet : Re : Re : [TeXmacs] Maxima and Texmacs
Découvrez les styles qui font sensation sur Yahoo! Québec Avatars
De : JC Bustamante <address@hidden>
À : Andrey G. Grozin <address@hidden>
Envoyé le : vendredi 22 août 2008, 14 h 52 min 36 s
Objet : Re : Re : [TeXmacs] Maxima and Texmacs
Hi all,
Still having problems with maxima sessions. Everything was working fine until I decided to compile the programs and to wait until the latests versions become available, as Andrey suggested.
So I compiled maxima 5.16.2, and it seems to work, although I haven't worked much with it.
I compiled texmacs 1.0.6.15, and it seems to work.
I've edited my maxima_detect and tm_maxima files (I join them as attachments) but I still have the error message:
-e ed Unsupported version of maxima: 5.16.2
May be the problems come from:
~$ /root/TeXmacs-1.0.6.15-src/plugins/maxima/bin/maxima_detect
[: 39: cygwin: unexpected operator
[: 97: cygwin: unexpected operator
("5.16.2 clisp")
Thanks
JC
Still having problems with maxima sessions. Everything was working fine until I decided to compile the programs and to wait until the latests versions become available, as Andrey suggested.
So I compiled maxima 5.16.2, and it seems to work, although I haven't worked much with it.
I compiled texmacs 1.0.6.15, and it seems to work.
I've edited my maxima_detect and tm_maxima files (I join them as attachments) but I still have the error message:
-e ed Unsupported version of maxima: 5.16.2
May be the problems come from:
~$ /root/TeXmacs-1.0.6.15-src/plugins/maxima/bin/maxima_detect
[: 39: cygwin: unexpected operator
[: 97: cygwin: unexpected operator
("5.16.2 clisp")
Thanks
JC
----- Message initial ----
De : Andrey G. Grozin <address@hidden>
À : JC Bustamante <address@hidden>
Cc : address@hidden
Envoyé le : mercredi 30 juillet 2008, 23 h 26 min 00 s
Objet : Re: Re : [TeXmacs] Maxima and Texmacs
On Wed, 30 Jul 2008, JC Bustamante wrote:
>
> Sorry if the question seems stupid or if some of you think it's already answered in the
> mailing list... but:
>
> $ /usr/lib/texmacs/TeXmacs/bin/maxima_detect
> gives ("5.13.0 gcl")
> I have texmacs 1.0.6.11 on Ubuntu 8.04
> Running maxima or WXmaxima is Ok. When I try to insert a session inside TeXmacs I got
> -e ed Unsupported version of maxima: 5.13.0
TeXmacs-1.0.6.11 is too old. Please edit your maxima_detect and tm_maxima
files (usually they live in /usr/libexec/TeXmacs/bin, don't know about
Debian-based systems... use locate to find them). maxima_detect should
contain
if $MAXIMA --list-avail | grep -F "version 5.9.1
version 5.9.2
version 5.9.3
version 5.10
version 5.11
version 5.12
version 5.13
version 5.14
version 5.15" >/dev/null
then
# 5.9.1 or 5.9.2 or 5.9.3 or 5.10 or 5.11 or 5.12 or 5.13 or 5.14 or 5.15
and tm_maxima should contain
5.11.* | 5.12.* | 5.13.* | 5.14.* | 5.15.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
So, please, extend (shorter) lists of versions you have in your old
TeXmacs.
BTW, it is quite easy to compile TeXmacs and maxima from sources, and to
have up-to-date versions. No need to wait for Debian (&Ubuntu) people.
Andrey
De : Andrey G. Grozin <address@hidden>
À : JC Bustamante <address@hidden>
Cc : address@hidden
Envoyé le : mercredi 30 juillet 2008, 23 h 26 min 00 s
Objet : Re: Re : [TeXmacs] Maxima and Texmacs
On Wed, 30 Jul 2008, JC Bustamante wrote:
>
> Sorry if the question seems stupid or if some of you think it's already answered in the
> mailing list... but:
>
> $ /usr/lib/texmacs/TeXmacs/bin/maxima_detect
> gives ("5.13.0 gcl")
> I have texmacs 1.0.6.11 on Ubuntu 8.04
> Running maxima or WXmaxima is Ok. When I try to insert a session inside TeXmacs I got
> -e ed Unsupported version of maxima: 5.13.0
TeXmacs-1.0.6.11 is too old. Please edit your maxima_detect and tm_maxima
files (usually they live in /usr/libexec/TeXmacs/bin, don't know about
Debian-based systems... use locate to find them). maxima_detect should
contain
if $MAXIMA --list-avail | grep -F "version 5.9.1
version 5.9.2
version 5.9.3
version 5.10
version 5.11
version 5.12
version 5.13
version 5.14
version 5.15" >/dev/null
then
# 5.9.1 or 5.9.2 or 5.9.3 or 5.10 or 5.11 or 5.12 or 5.13 or 5.14 or 5.15
and tm_maxima should contain
5.11.* | 5.12.* | 5.13.* | 5.14.* | 5.15.*) exec maxima -u $1 -l $2 -p "$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.11.0.lisp";;
So, please, extend (shorter) lists of versions you have in your old
TeXmacs.
BTW, it is quite easy to compile TeXmacs and maxima from sources, and to
have up-to-date versions. No need to wait for Debian (&Ubuntu) people.
Andrey
Découvrez les styles qui font sensation sur Yahoo! Québec Avatars
Découvrez les styles qui font sensation sur Yahoo! Québec Avatars
Attachment:
maxima_detect
Description: Binary data
Attachment:
tm_maxima
Description: Binary data
- Tr. : Re : Re : [TeXmacs] Maxima and Texmacs, JC Bustamante, 08/22/2008
- Re: Tr. : Re : Re : [TeXmacs] Maxima and Texmacs, Andrey G. Grozin, 08/26/2008
Archive powered by MHonArc 2.6.19.