#103: DOCUMENTATION doesn't seem to autoload properly --------------------------+------------------------------------------------- Reporter: vvoutilainen | Owner: nobody Type: defect | Status: new Priority: minor | Milestone: 0.22 Component: libraries | Version: 0.21 Keywords: autoload | --------------------------+------------------------------------------------- Here's a transcript from my repl session:
CL-USER(1): (documentation 'append 'function) #<THREAD "interpreter" {9260EE}>: Debugger invoked on condition of type UNDEFINED-FUNCTION The function DOCUMENTATION is undefined. Restarts: 0: CONTINUE Try again. 1: USE-VALUE Specify a function to call instead. 2: RETURN-VALUE Return one or more values from the call to DOCUMENTATION. 3: TOP-LEVEL Return to top level. [1] CL-USER(2): (documentation 'append 'function) NIL
DOCUMENTATION seems to load after the initial error, but if it's the first function invoked in the REPL, it doesn't seem to quite work.