Find file related commands hangs when deleting the "~" character #515
Unanswered
abougouffa
asked this question in
Q&A
Replies: 1 comment
-
Hi @abougouffa! Thanks for the report. Unfortunately I cannot reproduce the problem on my system. I suspect that you might have some file system/mounting issue, where accessing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
First, let me thank you for this awesome package which changed the way I use Emacs!
I noticed recently this issue (I'm using a fresh Emacs 30.0.60 build).
Then;
M-x package-install vertico
,M-x vertico-mode
Then, let's open a file under the home directory:
~/path/to/file.txt
Then,
C-x C-w
to save the file to another path:In the completion, press
C-a
to go to the first character of the path~
, move one charC-f
thenbackspace
.When deleting the
~
char, Emacs will freeze for a while (in my case, it freezes and don't release unless I pressC-g
multiple times).See the video, recorded on an
emacs -q
instance, when I pressbackspace
whenvertico-mode
is enabled, Emacs hangs for a while before actually deleting the character:Peek.2024-08-28.13-45.mp4
Beta Was this translation helpful? Give feedback.
All reactions