-
-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Description
Commit 55e34e8 introduced the following two behaviours:
Completion gets stuck
make plainM-x ielm RET(find-file "tTABTAB- Expected result: In-buffer completion of files under
targetsdirectory - Actual result: Unselectable minibuffer with prompt
(targets/):
- Expected result: In-buffer completion of files under
Completion overwrites filename prefixes
This recipe assumes a typical Unix-like installation of Emacs, where package-user-dir is at ~/.emacs.d/elpa.
make plainM-x ielm RET(cd "~") RET(find-file "~/.emacs.dTAB- Expected result:
(find-file "~/.emacs.d/ - Actual result:
(find-file ".emacs.d/
- Expected result:
elpaTAB- Expected result:
(find-file "~/.emacs.d/elpa/ - Actual result:
(find-file "elpa/
- Expected result:
Metadata
Metadata
Assignees
Labels
No labels