Martin, > --- trunk/contrib/emacs/fricas-cpl.el (rev 0) > +++ trunk/contrib/emacs/fricas-cpl.el 2008-09-22 14:10:26 UTC (rev 375) > @@ -0,0 +1,15 @@ > +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > +;; a list of all FriCAS symbols > +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; > +(defvar fricas-symbol-list > +;; categories > +"A1AGG" "OneDimensionalArrayAggregate" ... > +;;; domains > +"ACPLOT" "PlaneAlgebraicCurvePlot" "ALGFF" ... > +;;; packages > +"AF" "AlgebraicFunction" ...
Wow... that's a long list. Will this automatically be updated if somebody adds a new domain? Do these lists have something to do with % fricas )lisp (|allOperations|) )lisp (|allConstructors|) ? If yes, you should generate fricas.el via a Makefile from the pamphlet (that has only a placeholder for such a list) and insert the actual list of names from the output of the above lisp calls. Ralf --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
