How do I run a sudo command in Emacs?
- by Inaimathi
I tried using shell-command, but it just does something like this:
Sudo password:
incorrect, try again.
Sudo password:
incorrect, try again.
Sudo password:
incorrect, try again.
Failed three attempts.
without actually asking for a password. I don't want to have to start up Emacs using sudo emacs, but I guess that's an option if nothing else will…