Hexstream / clhs

This installation helper makes it even easier to install a copy of the CLHS locally. (ql:quickload "clhs").
https://www.hexstreamsoft.com/libraries/clhs/
Other
11 stars 1 forks source link

common-lisp-hyperspec-root #9

Closed noncopyable closed 9 years ago

noncopyable commented 9 years ago

i am trying to use hyperspec locally (with emacs 24.4.1 eww), remote browsing works fine but locally i get file/80 service not known. with my eww setup.

workaround: initially common-lisp-hyperspec-root starts with file:/path rather than file:///path and i am guessing eww only accepts the latter, when i use the latter it works fine.

thanks.

Hexstream commented 9 years ago

Thanks! That's a silly bug on my part.

I will do the trivial fix and cut a new release probably tomorrow.

On Wed, Mar 11, 2015 at 8:53 PM, noncopyable notifications@github.com wrote:

i am trying to use hyperspec locally (with emacs 24.4.1 eww), remote browsing works fine but i get file/80 service not known. with my eww setup.

workaround: initially common-lisp-hyperspec-root starts with file:/path rather than file:///path and i am guessing eww only accepts the latter, when i use the latter it works fine.

thanks.

— Reply to this email directly or view it on GitHub https://github.com/Hexstream/clhs/issues/9.

noncopyable commented 9 years ago

Thank you!