lisp-system-browser
lisp-system-browser copied to clipboard
Smalltalk-like system browser for Common Lisp.
First off, thanks for making this. This is such a cool project that I think will add a lot to the CL development experience. I'm wondering if anyone has managed...
When a browser window is selected, say the package window, `*esb-packages*`, if we type C-h m we see that the major mode is **fundamental** and there is no keybinding configured...
Apparently, an error in the reader on swank messages when browsing (clicking on a function name). Otherwise, congrats, it looks really nice, I can't wait to be able to use...
- select a function: the file is visited - C-x C-k : kill the visited file buffer - select the same function again: ``` Debugger entered--Lisp error: (error "Selecting deleted...
Long package names are either truncated on the right, or if toggle-truncate-line is used, wrapped around, which is not nice. What would be nice, is to have an option (customization-variable)...