Opened 14 years ago
Closed 14 years ago
#103 closed defect (fixed)
DOCUMENTATION doesn't seem to autoload properly
Reported by: | vvoutilainen | Owned by: | nobody |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | libraries | Version: | 0.21 |
Keywords: | autoload | Cc: | |
Parent Tickets: |
Description
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.
Confirmed on my laptop also (win32, jre 1.6.0_20-b02).
Note: the desktop is completely unaffected by this issue, but on the laptop, this happens every time, try on a few different machines before you say worksforme :)