Re: Still can't get Matlisp working

Raymond Toy <[email protected]>
Newsgroups gmane.lisp.matlisp.user
Message-ID <[email protected]>
>>>>> "rif" == rif  <[email protected]> writes:

    rif> In my CMUCL, it seems that at least (quit) (I don't know if there's
    rif> anything else) is part of the common-lisp-user package --- if I
    rif> (in-package :matlisp) I can't (quit) without changing back.  This was
    rif> what made me not want to do it, although it's not a big deal (of
    rif> course, uninterning the CMUCL help is not a big deal either).

That's because quit is actually in the ext package so if you're in the
matlisp-user package you need to type (ext:quit).  Use (describe
'quit) to find out where the symbol really lives.

Matlisp should probably import the ext package, or at least ext:quit.

Ray
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.