Lisp HUG Maillist Archive

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

Re: Fix for Edi's LW-DOC package to work on 5.1 beta

On Tue, 8 Jan 2008 16:38:10 -0800, malkia <malkia@gmail.com> wrote:

> If you experience problems with Edi Weitz's LW-DOC, here is an
> unofficial fix:

If you are using the beta and if you want to use LW-DOC or LW-ADD-ONS
with it, contact me privately.  I have versions of both which work
with the beta but haven't released them yet for obvious reasons.

Edi.


Updated at: 2020-12-10 08:44 UTC