Replies: 4 comments 9 replies
-
|
Hi, I could not reproduce this problem. (Maybe it is already fixed in the newer Tramp version which I am using right now with Emacs 31). Can you please show the stack trace you've got? |
Beta Was this translation helpful? Give feedback.
-
|
Sure (lightly edited to remove some hosts from the list of remote hosts, which comes from |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
An Emacs maintainer agrees that the problem does not manifest in Emacs 31, also agrees that TRAMP needs fixing (and has provided a patch), and finally, after I found the patch gave rise to a different problem, diagnosed a bug in vertico, and provided a patch. See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=79173#25 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Start Emacs 30.1 with
C-u package-isolateusing vertico-2.4.This gives me:
Then:
M-x vertico-mode RET,C-h v tramp-syntax RET(this is to loadtramp-change-syntax);M-x tramp-change-syntax RET,simplified RET,C-x C-f /, and I get the message in the minibuf:"Vertico detected an error: Press C-h e to see the stack trace"
The problem appears to be with the fact that vertico is trying to apply text properties to an empty (zero-length) string in the list of completions, starting at position 1.
Beta Was this translation helpful? Give feedback.
All reactions