Fix for Edi's LW-DOC package to work on 5.1 beta
Hi guys,If you experience problems with Edi Weitz's LW-DOC, here is an unofficial fix:
In specials.lisp the following block needs to be added:
#+lispworks5.1
(defvar *index-pages*
'(("LW" "LWRM/html/lwref- 803.htm")
("FLI" "FLI/html/fli-187.htm")
#+:win32
("COM" "COM/html/com-150.htm")
("CAPI" "CAPRM/html/capiref-614.htm")
("ED" #+:win32 "EDUG-W/html/eduser- w-149.htm"
#+:linux "EDUG-U/html/eduser-u-150.htm"
#+:mac "EDUG-M/html/eduser-m-150.htm")
("DLV" "DV/html/deluser-264.htm"))
"An alist mapping shortcuts for LW documentation sections to
the relative location of their index page.")
Thanks,
Dimiter "malkia" Stanev