In-buffer filename completion broken #1244
Closed
Comments
Thanks for the report. I can reproduce the issue, which is basically that |
Please test. |
Thanks very much, that seems to have fixed it. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit 55e34e8 introduced the following two behaviours:
Completion gets stuck
make plain
M-x ielm RET
(find-file "t
TAB
TAB
targets
directory(targets/):
Completion overwrites filename prefixes
This recipe assumes a typical Unix-like installation of Emacs, where
package-user-dir
is at~/.emacs.d/elpa
.make plain
M-x ielm RET
(cd "~") RET
(find-file "~/.emacs.d
TAB
(find-file "~/.emacs.d/
(find-file ".emacs.d/
elpa
TAB
(find-file "~/.emacs.d/elpa/
(find-file "elpa/
The text was updated successfully, but these errors were encountered: