Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case-sensitivity with ~ and // #356

Closed
quasiTriestino opened this issue Apr 15, 2023 · 1 comment
Closed

Case-sensitivity with ~ and // #356

quasiTriestino opened this issue Apr 15, 2023 · 1 comment

Comments

@quasiTriestino
Copy link

In vanilla Emacs (30.0.5), I have the following in my init.el to allow for case-insensitive searching:

(setq read-file-name-completion-ignore-case t
      read-buffer-completion-ignore-case t
      completion-ignore-case t)

When vertico is loaded, after invoking dired from my home folder, entering downloads TAB RET (with a lowercase "d") will send me to a dired buffer for ~/Downloads as expected.

However, if I invoke dired from any other folder (for example, from inside ~/.emacs.d) and enter ~/downloads TAB RET (again with a lowercase "d"), I get the following error: No such file or directory, ~/downloads/. I get similar results with find-file and when using // for root.

Performing the same steps in vanilla Emacs without vertico loaded sends me to a dired buffer for ~/Downloads.

Am I missing some customization step in order to allow vertico to handle case-insensitive searches when using ~ or //? Are is there some additional tab-completion step I should be performing?

Thanks for any help and for the great package!

@quasiTriestino
Copy link
Author

Ops, this has already been addressed here: #341

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant