bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6226: Please add a customizable option to NOT call tramp for every s


From: Stefan Monnier
Subject: bug#6226: Please add a customizable option to NOT call tramp for every sudo command
Date: Sun, 23 May 2010 09:22:20 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> (eval-after-load "em-unix"
>   (progn
>     (unintern "eshell/su")
>     (unintern "eshell/sudo")))

FWIW, I think `unintern' is a bit drastic.  `makfunbound' would be my
preferred choice.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]