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

_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to