I'm using GNU Common Lisp on Windows.
In interactive moed, after I type (funcn
TAB, the REPL auto-completes the function name. When I press TAB again, the debugger triggers as follows:
Break 1 [31]> (isqrt
ISQRT is the symbol ISQRT, lies in #<PACKAGE COMMON-LISP>, is accessible in 11
packages CLOS, COMMON-LISP, COMMON-LISP-USER, EXPORTING, EXT, FFI, POSIX,
READLINE, REGEXP, SCREEN, SYSTEM, names a
*** - CLHS-ROOT: variable *CLHS-ROOT-DEFAULT* has no value
The following restarts are available:
ABORT :R1 Abort debug loop
ABORT :R2 Abort main loop
It looks like I can somehow integrate the reference (CLHS) with the interactive shell so that I can have it available quickly. Where can I find such an offline copy of CLHS and how to integrate it with the REPL?