From: Raymond T. <to...@rt...> - 2002-09-12 17:51:57
|
>>>>> "rif" == rif <ri...@MI...> writes: rif> Ok, I have it pretty much working now. I have to (unintern 'help) rif> (the standard CMUCL help function) before I can (use-package rif> :matlisp), but I guess that's not a problem. There is no standard CMUCL help function. This is probably an artifact of the experiments you did to get it working. If you start matlisp from scratch, you shouldn't have to unintern help. And if help were a standard CMUCL function, it would probably not be a good idea to unintern it. :-) rif> Thanks for all the help! Glad it's working for you now! Ray |