Unfortunately, tm_axiom is overkill for such a small thing. As for the
"--texmacs", now we have a little problem to pass command line
arguments directly to a kernel. Anyway, thanks for the reply =) We'll
think of something.

On Fri, Jan 7, 2011 at 8:40 PM, Joris van der Hoeven
<[email protected]> wrote:
> 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
>

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

Reply via email to