sudoEl
This package contains some modified functions from SudoSave. It will allow emacs to start processes as root.
Installation
Download sudoEl
just place sudo.el in your load path.
Usage
(sudo-start-process "ls" (list "ls"))
Arguments
- name of process/buffer.
- command and arguments as list.
In this example ls will be run as root buffer will be named ls and process name will be ls.
For bug reports/fixes/help See Contact