texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] TeXmacs plugin for Fricas


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] TeXmacs plugin for Fricas
Date: Fri, 7 Jan 2011 11:40:11 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Fri, Jan 07, 2011 at 07:59:08PM +1000, Alexander Solovets wrote:
> Not exactly. Fricas requires to set some options before its output
> will become valid for reading by TeXmacs. Namely, the command is ")set
> output texmacs on". So I need to pass this command to the session
> inside TeXmacs. So I expect to start session somehow like that:
> 
> (:senddata (:launch "axiom") ")set output texmacs on")
>
> or
> 
> (plugin-configure fricas
> .....
>   (:session "Fricas")
>   (:data ")set output texmacs on"))

The usual way to achieve this kind of thing is to write a wrapper
tm_axiom which does the necessary. If you have the possibility to
modify the axiom sources, then you may add an option --texmacs
which does the necessary inside axiom itself.

Best, --Joris



reply via email to

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