from the cclan mailing list: On the Cliki page for ASDF, in the FAQ section, question #1, there is a cryptic comment:
"addition, some lisp implementations (SBCL and CMUCL) provide a hook for ASDF into REQUIRE." From: Marco Antoniotti <[EMAIL PROTECTED]> Date: Thu, 14 Apr 2005 00:41:45 -0400 See the variables SB-EXT:*MODULE-PROVIDER-FUNCTIONS* in SBCL and EXT:*MODULE-PROVIDER-FUNCTIONS* in CMUCL. Alas: cmucl 19a with patches 1,2,3 CL-USER> ext:*module-provider-functions* Reader error at 31 on #<String-Input Stream>: Symbol "*MODULE-PROVIDER-FUNCTIONS*" not found in the EXTENSIONS package. In the cmucl-05-03 snapshot source code, this variable appears to be setup as defined in the cmucl manual. Did it work in 18e? -- Everyman has three hearts; one to show the world, one to show friends, and one only he knows.
