Re: hyperspec.el and clhs-v6
Chris Beggy <[email protected]> Sun, 05 May 2002 01:58:57 -0400 (EDT)
| Newsgroups | gmane.lisp.ilisp.general |
|---|---|
| Message-ID | <[email protected]> |
On 04 May 2002 22:32:02 +0200, Edi Weitz <[email protected]> wrote: > Hmm, I'm a bit too late here, sorry, but the problem is that you're > loading the library _before_ you set the value of > COMMON-LISP-HYPERSPEC-SYMBOL-TABLE. It should be the other way around > because COMMON-LISP-HYPERSPEC-SYMBOLS is filled only once, namely at > load time. If COMMON-LISP-HYPERSPEC-SYMBOL-TABLE is NIL at this time > (the default value), you get the hard-wired symbol table from CLHS v4 > - that's why you got mac_defun.html instead of m_defun.htm. Aha, now I see. That's great to know. Thanks for following up. Chris