rpgoldman
rpgoldman
> 1. OK. I take it by "removing the junk", you mean you not only deleted it in the file and saved but also re-compiled the loaded the fasl, so...
> Some more notes: > > * Just noticed that `scm:section-file` is external, could be worth posting a link to any docstring/documentation you can find here. Alas, although it's exported,...
Sorry about the long delay. It appears there is something about this particular file of code that is interfering with Allegro's source finding, so an MWE is not easy to...
I have little more to report, except to say that Allegro 11 express edition should now be available at [the Franz download site](https://franz.com/support/11.0/download/). I continue to work on this as...
FWIW I followed those instructions, as well, setting all the paths in the VS Code Settings, and I *think* it worked, but even though there are values for all of...
As far as I know, this repo is abandoned. Please point your MR at sharplispers/cl-json instead and I will try to get it merged
If you get a chance, it would be nice to get PR merged.
Yes, I think that would be quite helpful. The alternative would be forcing scripts to parse output strings, which isn't very appealing.
@joaotavora Any chance of merging this? I don't think any of it's controversial, and since it's all in `sly.texi` merging should be trivial. History is probably not of general interest,...
OK, I see the *proximate* cause: the buffer-local value of `sly-buffer-connection` is still set to `sly-1`, which no longer exists. If I set that variable to `nil`, and I have...