Radon Rosborough

Results 593 comments of Radon Rosborough

I've been getting that `Selecting deleted buffer` issue for some time now occasionally, but I haven't yet been able to get to the bottom of what's happening :/ I think...

I don't have any objection to exploring something like this, although there would definitely be drawbacks (e.g. a _lot_ of extra CPU load from running an external program every time...

I don't think it would be too challenging, no.

No, but pull requests happily accepted. At some point I will go through the CTRLF backlog and clean up things like this, but it has not yet reached the top...

I've implemented this feature; let me know if it works for you. Thanks for the suggestion!

Some issues with this feature were brought up in https://github.com/raxod502/apheleia/issues/36, so I reverted it for now. I think the most appropriate thing to do would be to add a new...

OK, that seems reasonable. Ideally, we could make it possible to specify this configuration in the command line for a formatter (i.e., in `apheleia-formatters`). For example: ```elisp (setf (alist-get mix...

Yeah, that seems like a good idea, and easier to understand than what I proposed. I support it :)

That would be okay to support as well, but it doesn't fully address the issue as reported, since it doesn't allow you to change the actual working directory. If your...

It's a little tricky; see my comment at https://github.com/raxod502/ctrlf/issues/70#issuecomment-751502529. Not necessarily impossible, but the architecture of CTRLF is more similar to Isearch than it is to Swiper/consult-line/helm-swoop/etc. The out-of-order matching...