Ralf wrote: > I've compiled and started. It was a bit confusing at first that when I enter > %_, I just see "% " and only after I have finished %_fricas, it shows the > underscore.
I think I know what the problem is and I will try to have it fixed by the time the code is ready to test. > I don't find that too important at the moment. I don't remember where they > key words are in the axiom book. Perhaps here... > http://axiom-wiki.newsynthesis.org/uploads/chapter-5.xhtml#chap-5 > > The best I could find is > http://www.aldor.org/docs/HTML/chap4.html > But that is not 100% valid for SPAD. > > But if you can point me to the right place in the code, I can probably send > you a patch with all the names that are relevant. MathPiperIDE is built on top of jEdit (http://jedit.org), and jEdit includes support for creating custom "edit modes" which do syntax highlighting. If you are interested in creating a SPAD edit mode, the easiest way to do this is to download the latest version of jEdit, open the Help menu, and navigate to the "jEdit 4.3 Users Guide -> Writing Edit Modes" node. An edit mode is specified using an XML file and all of the edit modes are located in the "src/jedit_core/modes" directory. >> Anyway, I need to clean my code up a bit before it will be ready for >> you to test, but this should be done by Sunday. > > Ah... then maybe this is the reason, why I get the following error when I > try to evaluate inside a %_fricas environment. <snip> The error is caused by the path to the FriCAS executable not being set. By the time the code is ready to test, it will allow the user to specify the path either by typing it into a text field or by browsing to it with a GUI file browser. Ted -- 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.
