Alexander Solovets wrote:
> 
> Hello, developers.
> 
> For now, until '--texmacs' or executing arbitrary code through cmd
> flag will be implemented I use .axiom.input with the following
> content:
> 
> )set output algebra off
> )set output texmacs on "implemented by myself, corresponding patch
> will be sent later"
> .....
> 
> Texmacs output appears as expected but the algebra output is still
> present. Why?
> 

Algebra output is initalized (in particular set to on (which is the
default)) _after_ executing .axiom.input.  We probably should should
do this in reverse order: initialize default output first and then
run .axiom.input.

-- 
                              Waldek Hebisch
[email protected] 

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to