Jimmy Yuen Ho Wong
Jimmy Yuen Ho Wong
There's also https://github.com/mickeynp/combobulate too
It's not just ivy, `company-prescient` has this problem as well. It's entirely possible to prioritize exact match within `prescient` 's sorting function rather than asking people to switch to Selectrum....
The author didn't say he can't maintain `prescient`
Do you have a rough idea what needs to be changed in prescient?
Turns out company already has a `company-sort-prefer-same-case-prefix` transformer that will do show exact match at the top lol. I just need to make sure it's always the last one in...
3) Remove all the whitelist/blacklist options. Basically, with a drastically reduced set of modern Unicode fonts, you don't need them anymore. Currently, even on my 7 year old MBP, the...
@rolandwalker Thanks for the offer. I'm currently experiment implementing this, and I'm afraid it's growing to almost a complete rewrite. Let me think about this more. There are a lot...
This might have something to do with the ```elisp (while-no-input (redisplay) ... ``` idiom. Historically there seems to be a lot of hangs at `wait_reading_process_output` reported since at least the...
I'm running a fork of `window-purpose` that has this block wrapping a [post-command-hook](https://github.com/wyuenho/emacs-purpose/blob/improve-code1/window-purpose-x.el#L198-L205). You can look at the history, before I added this block, my Emacs was slow but didn't...
Nevermind, I simultaneously ran into this problem and another freeze very similar to the StackOverflow post after the `while-no-input` block was put in place. This problem seems to have been...