-
(add-to-list 'load-path "/path/to/vertico/source")
(require 'vertico)
(setq read-file-name-completion-ignore-case t)
(vertico-mode)
This happens with the development version of Emacs, commit 882c849034a. Info: Video showcase: Videocaptura.de.pantalla_20250512_105419.webm |
Beta Was this translation helpful? Give feedback.
Answered by
minad
May 12, 2025
Replies: 2 comments 1 reply
-
|
Iirc there has been an upstream regression. Did you check if the problem also exists without Vertico? Please also try Emacs 30 if the problem exists there too. If not, it is an upstream problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lmq-10
-
|
Indeed, now that I test it, this happens without vertico too. This seems to be upstream bug #78323. I should have checked before. Sorry! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Iirc there has been an upstream regression. Did you check if the problem also exists without Vertico? Please also try Emacs 30 if the problem exists there too. If not, it is an upstream problem.