Results 65 comments of daninus14

yeah, I think so. Ah are you worried about all the links around the web pointing to the previous URL?

I wonder if in the github actions build workflow, whenever you push to the project, you can make it push as well to the other repository as well. That way...

@Brobin please accept this PR and make a new distribution 🥺

Actually, with indent-region once I removed aggressive-indent from my `init.el` it did indent correctly. @Malabarba any ideas?

I just tried it both with `emacs -Q` and with an emacs version where I am not requiring `aggressive-indent` and there was no alternating indentation behavior. Not only that, but...

> they are not 100% ANSI compliant That's not an argument. There's no implementation which is 100% ANSI compliant (until we get SICL) since they all use MIT Loop which...

http://metamodular.com/SICL/loop.pdf The following works in SBCL 2.4.9: ```common-lisp (loop until (> i 20) for i from 0 do (print i)) ``` And according to the spec it shouldn't.

Yeah, it would be nice to have this functionality baked into sly and polished.