Re: hyperspec.el and clhs-v6

Edi Weitz <[email protected]> 26 Apr 2002 16:47:17 +0200
Newsgroups gmane.lisp.ilisp.general
Message-ID <[email protected]>
Chris Beggy <[email protected]> writes:

> With or without Edi Weitz's additions to hyperspec.el, I have
> trouble with hyperspec-lookup from ilisp with clhs-v6.  The clhs-v6
> is the version currently available at xanalys.
> 
> I've also explicitly named common-lisp-hyperspec-symbol-table, and
> not named it, with different, but failing results.
> 
> Has anyone else seen this?  I don't have v3 or v5 with which to
> compare Map_Sym.txt in version 6.

Could you send more information like your .emacs or .ilisp file and
what exactly happens? (Nothing? Or do you get an error message?  Maybe
you can also sent your *Messages* buffer after some attempts have
failed.)

Thanks,
Edi.

PS: I too have v6, and it works fine for me, here are my settings:

  common-lisp-hyperspec-root
  "file:/usr/local/lib/LispWorksPersonal/lib/4-2-0-0/manual/online/web/CLHS/"
  common-lisp-hyperspec-symbol-table
  "/usr/local/lib/LispWorksPersonal/lib/4-2-0-0/manual/online/web/CLHS/Data/Map_Sym.txt"
  browse-url-browser-function
  browse-url-netscape
  browse-url-netscape-program
  "/usr/X11R6/bin/mozilla"