From: Raymond T. <to...@rt...> - 2002-09-12 18:13:33
|
>>>>> "rif" == rif <ri...@MI...> writes: rif> What am I missing? When I start lisp up, it certainly seems like [snip] rif> rif@oscar:~$ lisp -init /dev/null rif> ; Loading #p"/dev/null". rif> CMU Common Lisp release x86-linux 3.0.8 18c+ 31 December 2001 build 3030, running on oscar rif> For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS. rif> or to pva...@de... rif> type (help) for help, (quit) to exit, and (demo) to see the demos You're not missing anything. I'm the one that's missing something! I now see you're using the Debian version of cmucl. I don't use that. rif> * (use-package :matlisp) rif> Error in function USE-PACKAGE: rif> Use'ing package MATLISP results in name conflicts for these symbols: rif> (HELP) rif> Restarts: rif> 0: [CONTINUE] Unintern the conflicting symbols in the COMMON-LISP-USER package. rif> 1: [ABORT ] Return to Top-Level. rif> 0] 1 You can answer 0 here and unintern the conflicting symbols instead of doing it manually. I think matlisp can try to do something more intelligent here. I'll have to think about it. However, I also tend to use (in-package :matlisp-user) instead of use-package. Can you try that instead? Ray |