docbrowser
docbrowser copied to clipboard
Browse Common Lisp docstrings
Is there a way to allow docbrowser to show un-exported functions?
after loading # # * (docbrowser:start-docserver) debugger invoked on a SB-INT:SIMPLE-READER-PACKAGE-ERROR in thread #: Not experience enough to debug it. I load directly from the asd file
Not really worth a pull request, I think: stop-docserver never un-sets *global-acceptor*, causing start-docserver to emit an error. Steps to reproduce: ``` CL-USER> (docbrowser:start-docserver) CL-USER> (docbrowser:stop-docserver) CL-USER> (docbrowser:start-docserver) ``` Error:...
Hi, can you add a license? I've used some of your code for a library of mine I would like to distribute: https://github.com/mmontone/cl-def-properties
this allows me to see the common-lisp page. Otherwise, I'm blocked. Best,
There isn't much of a focus to keep the SWANK API stable beyond the needs of SLIME itself. Have you considered using [Conium](http://www.cliki.net/conium) instead?
The readme still says the latest version is available from Google Code.