John Ciolfi

Results 15 comments of John Ciolfi

I briefly looked at the code. I think I see one could add to aw-dispatch-alist an action for RET. However, to do this one would need to track the previous...

Thanks luciferasm - this works nicely. I couldn't find any case that it didn't work for me. I modified my local version of ace-window to contain (?\r aw-previous-window) in aw-dispatch-list...

I'm using an internal language server for another language we created and am seeing the same issue. Using M-x lsp-find-references works, using M-x xref-find-references results in "lsp--position-to-point: Wrong type argument:...

If you work on a large code base containing many many thousands of files and are using a cloneable file system such as Linux btrfs, the following workflow results in...

Here's another example where the indent bad. Given: Here's another example where the indent bad on lambdas using clang-format 16. This appears to be due to the alignment of consecutive...

Shouldn't this issue have the labels "regression" and "bug"?

term.el which fzf.el uses only supports a subset of the 16-bit colors. I created a pull-request to add colors.

term.el which fzf.el uses only supports a subset of the 16-bit colors. I created a pull-request to add colors.

I added windows support - see my pull request

Yes, it's working for us. What should happen is the command window appears and fzf runs in that (Windows doesn't have a notion of a terminal in the same sense...