nobody-famous

Results 88 comments of nobody-famous

How does sbcl get started by Emacs? What usually tells it to load that package? It sounds like the startup process under Alive isn't including something.

Ok, gotcha. That's a difference in philosophy between Emacs and Alive. Alive shows you errors as you type. The only way to get the errors is to compile the file,...

Actually, now that I think about it, where is the message getting printed? Does the side panel come up or is it being prevented from starting? The message about the...

Just tried it, apparently it does mention the temp file in the message. I thought it only printed that the package isn't found. Not sure there's a good way to...

Ah, yep. It wasn't auto updating the diagnostics. I added a fix for that. The new version should work.

Reload Window is the standard way to restart an LSP in VSCode. It makes sure the client reconnects, anything cached doesn't get out of sync, etc. I can try adding...

It should show whichever restarts are attached to the condition. What are you doing to trigger the condition?

I'll have to look into this, the SBCL REPL also prints them all. Per the spec, values only returns a single value. They can be assigned with multiple-value-bind, though, so...

I'm not sure how Macs do things, but on Linux that behavior is usually from having the path set in a .bashrc file or something that gets loaded when a...

I think the only thing that might be VSCode specific are the snippets returned with completions. I don't remember if the spec gives instructions on those or not. Other than...