Re: Still can't get Matlisp working

rif <[email protected]>
Newsgroups gmane.lisp.matlisp.user
Message-ID <[email protected]>
If I try to (use-package "matlisp"), it says it's not a package.  I
can choose 0 in the debugger to "Make this package", but still no
help:

* (use-package "matlisp")

Type-error in COMMON-LISP::PACKAGE-OR-LOSE:  "matlisp" is not of type PACKAGE

Restarts:
  0: [CONTINUE] Make this package.
  1: [ABORT   ] Return to Top-Level.

Debug  (type H for help)

(COMMON-LISP::PACKAGE-OR-LOSE "matlisp")
Source: Error finding source: 
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer exists:  target:code/package.lisp.
0] 0  

T
* (help matlisp)


Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER:  the variable MATLISP is unbound


(in-package "matlisp-user") gives similar, but not identical behavior:

 (in-package "matlisp-user")

The package named "matlisp-user" doesn't exist.

Restarts:
  0: [CONTINUE] Make this package.
  1: [ABORT   ] Return to Top-Level.

Debug  (type H for help)

(KERNEL:%IN-PACKAGE "matlisp-user")
Source: Error finding source: 
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer exists:  target:code/package.lisp.
0] 0

#<The matlisp-user package, 0/9 internal, 0/9 external>
* (help matlisp)

Warning: This variable is undefined:
  MATLISP


Warning: This function is undefined:
  HELP


Error in KERNEL:%COERCE-TO-FUNCTION:  the function HELP is undefined.

Restarts:
  0: [ABORT] Return to Top-Level.

Debug  (type H for help)

(KERNEL:%COERCE-TO-FUNCTION HELP)
Source: Error finding source: 
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer exists:  target:code/fdefinition.lisp.
0] 


I'm still lost.

rif





> >>>>> "Ryan" == Ryan M Rifkin <[email protected]> writes:
> 
>     Ryan> ---------------
>     Ryan>  ** MATLISP is loaded.  Type (HELP MATLISP)
>     Ryan>     to see a list of available symbols.
>     Ryan>     To use matlisp:
> 
>     Ryan>           (use-package "MATLISP")
> 
>     Ryan>     or
> 
>     Ryan>           (in-package "MATLISP-USER")
> 
>     Ryan>  ** The logical pathname matlisp has been
>     Ryan>     set to:
> 
>     Ryan>           /home/rif/Software/matlisp/
> 
>     Ryan> CMU Common Lisp release x86-linux 3.0.8 18c+ 31 December 2001 build 3030, running on oscar
>     Ryan> For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS.
>     Ryan> or to [email protected]
>     Ryan> type (help) for help, (quit) to exit, and (demo) to see the demos
> 
>     Ryan> Loaded subsystems:
>     Ryan>     Python 1.0, target Intel x86
>     Ryan>     CLOS based on PCL version:  September 16 92 PCL (f)
>     Ryan>     MATLISP/Pre 2.0
> 
> The fact that you get this far tells me that it very likey worked.
> 
>     Ryan> * (help matlisp)
> 
>     Ryan> Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER:  the variable MATLISP is unbound.
> 
> Did you do (use-package "MATLISP") or (in-package "MATLISP-USER") as
> suggested by the banner?  If not, try that and then try the help
> command again.
> 
> 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.