[armedbear-ticket] [armedbear] #103: DOCUMENTATION doesn't seem to autoload properly
![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#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. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/103> armedbear <http://common-lisp.net/project/armedbear> armedbear
![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#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 Resolution: | Keywords: autoload ---------------------------+------------------------------------------------ Comment(by mseddon): 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 :) -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/103#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear
![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#103: DOCUMENTATION doesn't seem to autoload properly ---------------------------+------------------------------------------------ Reporter: vvoutilainen | Owner: nobody Type: defect | Status: closed Priority: minor | Milestone: 0.22 Component: libraries | Version: 0.21 Resolution: fixed | Keywords: autoload ---------------------------+------------------------------------------------ Changes (by vvoutilainen): * status: new => closed * resolution: => fixed Comment: Corrected by r12827. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/103#comment:2> armedbear <http://common-lisp.net/project/armedbear> armedbear
participants (1)
-
armedbear