bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

[bug] `helm-projectile-find-file' empty candidate when there is "*.iso/" folder #154

Closed sunlin7 closed 3 years ago

sunlin7 commented 3 years ago

Expected behavior

helm show files in project

Actual behavior

empty candidate

Steps to reproduce the problem

$ mkdir -p tmp/b.iso/ $ cd tmp/ $ touch a b.iso/c $ git init . $ emacs -nw --eval '(helm-projectile-find-file)' After open one file in the folder, then executing helm-projectile-find-file, the issue will gone.

Backtraces if necessary (M-x toggle-debug-on-error)

Environment & version information

sunlin7 commented 3 years ago

Close it for it's an upstream issue. Please refer Emacs bug#47205 http://emacs.1067599.n8.nabble.com/bug-47205-27-1-91-bug-unexpected-input-event-interrupted-expand-file-td531725.html for details. The solution/workaround changes are avaliable in PR https://github.com/emacs-helm/helm/pull/2393