Vertico prevents sudo in Tramp mode #499
Unanswered
chrishowejones
asked this question in
Q&A
Replies: 1 comment
-
Hi! I don't see such problems in my setup |
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
-
Issue
When attempting to use tramp mode to open a protected file (using find-file and then prefixing file path with "/sudo::") the file is not found and the buffer is opened to a new file with the literal path starting with "/sudo::".
E.g.
M-x find-file /sudo::/etc/bluetooth/main.conf
Results in creating a buffer for a new file: "/sudo::/etc/bluetooth/main.conf".
Attempting this with Vertico mode disabled or not required results in the expected behavior i.e. in this example the file at path "/etc/bluetooth/main.conf" is opened using Tramp mode and is writable.
Minimal config to reproduce
Emacs version: GNU Emacs 29.4 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2024-06-24
Tramp version: both 2.6.2 or 2.7.1 were tried and issue occurred in both.
Vertico version: 20240629.921
Beta Was this translation helpful? Give feedback.
All reactions