Hello, again. As I wrote earlier I am working on Fricas interface to TeXmacs. And I am curious about whether there is some guideline about how to develop different parts of Fricas?
The first task I want to implement is cmd switch `--texmacs' that would allow to call *fricas* script directly without tm_*. Searching for a place where command-line switches are parsed I found src/sman and it seems that it is some kind of client that establishes session to Axiom kernel. Am I right? If I am, will it be right way to add a line about `--texmacs` there? Also I should send `)lisp (setf $| ioHook|) ......` to interpreter in order to make proper prompt according to TeXmacs communication standard. Is there a way to do it properly? Also I need to kill start-up banner. Neither '--quit' nor '--silent' works. Thanks. -- 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.
