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

counsel-find-file can't open file which filename contains $ #2012

Closed
cireu opened this issue Apr 10, 2019 · 3 comments
Closed

counsel-find-file can't open file which filename contains $ #2012

cireu opened this issue Apr 10, 2019 · 3 comments

Comments

@cireu
Copy link
Contributor

cireu commented Apr 10, 2019

Reproduce recipe

  1. echo "I am here." > "$" && make plain
  2. C-x C-f

find $$ instead of $

ivy ver. 5458f93
Emacs 26.1

@abo-abo
Copy link
Owner

abo-abo commented Apr 10, 2019

Thanks, please test.

@cireu
Copy link
Contributor Author

cireu commented Apr 10, 2019

Thanks for your work

astoff pushed a commit to astoff/swiper that referenced this issue Jan 1, 2021
If a file "foobar$" is present in the directory,

    (all-completions "" #'read-file-name-internal)

returns "foobar$$". It's not clear why this is.

Fixes abo-abo#2012
astoff pushed a commit to astoff/swiper that referenced this issue Jan 1, 2021
@basil-conto
Copy link
Collaborator

See also #3060.

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

3 participants