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 10:33:00 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Fri, Jan 07, 2011 at 01:41:54PM +1000, Alexander Solovets wrote:
> It is contrary - TeXmacs receives data from Fricas via standard plugin
> interface. Here is plugin launch code:
> 
> (plugin-configure fricas
>   (:require (url-exists-in-path? "axiom"))
>   ;(:initialize (fricas-initialize))
>   (:launch "cat ~/texmacs.input - | axiom -nosman")
>   (:session "Fricas"))
> 
> And I need to put some data in this session. Something like (:send
> "Fricas" "x + y"). Can I do it in this code?

Yes, you may send a start-up banner to TeXmacs,
while escaping it using the TeXmacs protocol.
Is this not enough?

--Joris



reply via email to

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