> Hello Waldek,

To me it seems that the -nosman option is rather unflexible. Shouldn't
we allow that "fricas -nosman" simply starts AXIOMsys with the AXIOM
variables set correctly

  and

allow that any command line argument that comes after -nosman is passed
to AXIOMsys.

> Why not turn
> 
> if [ "$*" = "-nosman" ] ; then
>     exec "$AXIOM/bin/AXIOMsys"
>     exit 1
> fi
> 
> into
> 
> if [ "$1" = "-nosman" ] ; then
>     shift
>     exec "$AXIOM/bin/AXIOMsys" "$@"
>     exit 1
> fi

That would allow that the TeXmacs people can maintain their own script
without being explicitly listed in the fricas script.

Background is to allow all sorts of frontends for fricas that wat direct
communication with the lisp image.

Would you allow me to commit such a patch?

Ralf


-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to