rpgoldman
rpgoldman
I was planning to invoke `validate` in a script, and check to see if my plan validated using the customary check against exit status. But I was disappointed to find...
Here's an example of the problem: I have started interactively editing CL code with a repl that I call "m1-allegro" (it's running the beta of Allegro CL for Apple Silicon)....
When I try to find a definition after the first time with SLY and Allegro 11, I get errors that look like this: I wasn't able to find that error...
Spelling and grammar corrections; no content changes.
The MREPL buffer does not get updated to reflect the fact that SBCL has crashed into the ldb. The MREPL buffer isn't updated, possibly because the inferior lisp process is...
Trying to connect to a remote slynk server on a linux box from my Mac laptop I get this error from slynk: ``` Required module slynk-macrostep but no source file...
I had trouble with moving around in the sly stickers replay minibuffer. Specifically, when I go to the next sticker, my cursor gets left in the buffer for the source...
I'm finding a bunch of these in my `*Messages*` buffer: Invalid face reference: sly-inspector-label-face I can't find that substring in the code. Is it possible that variable name is somehow...
I wonder if you can help me debug a problem I am having. sly completions are not working as expected (I think). Here's what I do: 1. `M-TAB` to request...
Add the option to specify a `:thread` argument to `sly-with-popup-buffer` and pass that when creating buffers for cross-referencing, description, and inspection. Since sly finds other related buffers by thread-based indexing,...