Maixma functions sstatus and status



Am Dienstag, den 20.10.2009, 16:36 -0600 schrieb Robert Dodier:
> I don't think it's worth the trouble to try to fix status and sstatus.
> I think we ought to just cut them both.
> If someone wants to work with Lisp *FEATURES* then they
> can write some Lisp code for it.

Yes, you are right, but unfortunately, both functions are used by some
packages. So we have first to change the implementation of the packages,
or support two functions status and sstatus which have the same
functionality, but do not use the Lisp *features*.

By the way: It might be good to have a standard way to register a
package in Maxima and to have a look what external packages are loaded.
This might be interesting for debugging and bug reporting too.

Dieter Kaiser