[armedbear-ticket] [armedbear] #296: SLIME fails to initialize with (SETF DOCUMENTATION) undefined

armedbear armedbear-devel at common-lisp.net
Sun Jan 27 09:16:30 UTC 2013


#296: SLIME fails to initialize with (SETF DOCUMENTATION) undefined
-------------------------+--------------------------------------------------
 Reporter:  mevenson     |       Owner:  ehuelsmann
     Type:  defect       |      Status:  new       
 Priority:  blocker      |   Milestone:  1.2.0     
Component:  interpreter  |     Version:  1.2.0-dev 
 Keywords:  autoloader   |  
-------------------------+--------------------------------------------------

Comment(by mevenson):

 As suggested by Rudi, a workaround until we implement the SETF autoloader
 would be to insert the following form in the compilation unit before the
 place where the error is raised:

 {{{
 #+abcl
 (eval-when (:load-toplevel :compile-toplevel :execute)
   (documentation 'car 'function)) ;; workaround (SETF DOCUMENTATION)
 autoloader bug
 }}}

-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/296#comment:3>
armedbear <http://common-lisp.net/project/armedbear>
armedbear


More information about the armedbear-ticket mailing list