Hi Waldek, while removing "axiom" from FriCAS, I've found the file
https://github.com/fricas/fricas/blob/master/src/input/axiom.input I have the impression that this file can be removed. At least I don't see where it is used. Do you know by chance without much looking? Otherwise I leave it there. 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 view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/40d74521-3256-162d-3450-120b03157a5b%40hemmecke.org.
--Copyright The Numerical Algorithms Group Limited 1994. -- This file is read on start-up by the AXIOM system. It is -- most commonly used to customize the user's environment via the -- )set system commands. -- do not enter lisp break on error )set break nobreak -- use the simple character set )set output char plain -- everyone uses this )set userlevel development -- make the highlighting characters go away )set mess high off )set message prompt frame -- read the user's synonym file for system commands, if it exists )read "mysyns.input" )ifthere )quiet
