selectrum
selectrum copied to clipboard
🔔 Better solution for incremental narrowing in Emacs.
In 08b165cff372da98a0d711c71644d11a6d80301e, despite the commit message, it sets `resize-mini-windows` to `'grow-only`. This prevents any other value like `t` which would allow the minibuffer to shrink to size. Since the default...
With default completion, files ending with extensions listed in `completion-ignored-extensions` are not shown unless they are the only results. Maybe we could port this concept and also extend it by...
When `minibuffer-completion-table` is a function the candidates might be created dynamically. Currently `selectrum--normalize-collection` gets the candidates from the table only once but this fails if the candidates are computed dynamically....
As discussed in #588, Vertico has changed much recently. The comparison in the README needs to be updated. [User Minad said](https://github.com/raxod502/selectrum/pull/588#issuecomment-1057641777): > Yes, it makes sense to update the Vertico/Selectrum...
As reported by @haji-ali [here](https://github.com/raxod502/selectrum/pull/507#issuecomment-804175560): > But when I hover with the mouse, the foreground color changes depending on the foreground color of the character that the mouse was hovering...
### ISSUE I have the following org-mode configuration settings in my `init.el` (tried to put together a minimally reproducible example): ``` (custom-set-variables '(org-tag-persistent-alist '(("TARGET" . ?t))) '(org-tags-exclude-from-inheritance (quote ("TARGET"))) '(org-refile-targets...
Hi, the README states: > Selectrum focuses on the standard completion API offered by Emacs and tries to provide the best possible UI for this API. In contrast, Ivy deviates...
I personally find the mouse highlight a bit distracting\* and would like to be able to disable it. I suggest that it be made optional with a new customization --...
Using `find-file`, moving the selection up to the prompt line will cause `marginalia` annotations to disappear if the path in the prompt is in a separate directory than one you...
I guess this is more of a question than an issue. In Selectrum it's not possible to select the prompt contents, for example the `M-x ` or `Find file: `...