hotfuzz icon indicating copy to clipboard operation
hotfuzz copied to clipboard

🚓 Fuzzy Emacs completion style

Results 11 hotfuzz issues
Sort by recently updated
recently updated
newest added

Hi @axelf4 I just found out about this project. I'm the guy who created `flex`. As far as I can see, hotfuzz is like `flex` but presumably better in every...

Hi, I use a build from [emacsformacos](https://emacsformacos.com/builds) and the Emacs installation structure is non-standard for its build. FWIW, to compile **hotfuzz** on such non-standard setup one will need to set...

I've been playing around with the hotfuzz-module and it's so fast — just ran into one issue with [consult](https://github.com/minad/consult) which uses these 'tofu' characters in candidates which breaks with this...

Consult apparently tags strings with invalid character; see https://www.reddit.com/r/emacs/comments/n43mdo/problem_with_narrowing_minibuffer_items_with/ Minimal example: `(hotfuzz--filter-c "tet" (list (concat "test" (char-to-string #x200000))))`

I have a couple minor changes suggested in this PR: * `*u8` string literals are not available in C99 ([cpp references says since C11](https://en.cppreference.com/w/c/language/string_literal)), so bumped `C_STANDARD` * `sysinfo` /...

You mention these other completion styles but fail to say which major fuzzy completion features hotfuzz does or does not implement. For example, it would be useful to know if...

History doesn't show up at the top (ex: M-x) when using vertico and savehist-mode is enabled.

Version: 20240414.842 (melpa) Commit: 864d07cadb0ecbbf6c296db6ecfbb38358436e21 No dynamic module ```emacs-lisp (require 'hotfuzz) (setopt completion-styles '(hotfuzz) completion-category-defaults nil completion-category-overrides nil) ``` Test 1, `M-x fop TAB` (uppercase indicates matched characters): ``` FOrward-sexP...

``` Debugger entered--Lisp error: (wrong-type-argument unicode-string-p #(" (string-as-multibyte \";; Copyright 2022 Jo B..." 0 1 (consult-location ((# . 9188) . 247)) 5 6 (face (rainbow-delimiters-depth-5-face)) 27 57 (face font-lock-string-face) 57...

Hello, thank you for this great package! It has been fun to use and I love how it can read my mind. I do find myself wanting to narrow my...