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> If I try to (use-package "matlisp"), it says it's not a package.  I
    rif> can choose 0 in the debugger to "Make this package", but still no
    rif> help:

    rif> * (use-package "matlisp")

It's case sensitive.  Try (use-package "MATLISP") or (in-package
"MATLISP-USER") as the message says. (Or (use-package :matlisp) or
(in-package :matlisp-user)).  Should probably change the message to
use the keywords instead of strings.

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.