* hiding sudo password in emacs shell
@ 2004-11-11 19:37 Manish Godara
0 siblings, 0 replies; 3+ messages in thread
From: Manish Godara @ 2004-11-11 19:37 UTC (permalink / raw)
Hi,
How can I hide the password for sudo commands executed
in the shell (in emacs)? Any help is appreciated.
thanks,
manish
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: hiding sudo password in emacs shell
[not found] <mailman.2187.1100202405.8225.help-gnu-emacs@gnu.org>
@ 2004-11-11 22:31 ` Kevin Rodgers
2004-11-24 14:01 ` Piet van Oostrum
1 sibling, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2004-11-11 22:31 UTC (permalink / raw)
Manish Godara wrote:
> How can I hide the password for sudo commands executed
> in the shell (in emacs)? Any help is appreciated.
Does this work:
(add-hook 'comint-output-filter-functions 'comint-watch-for-password-prompt)
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: hiding sudo password in emacs shell
[not found] <mailman.2187.1100202405.8225.help-gnu-emacs@gnu.org>
2004-11-11 22:31 ` Kevin Rodgers
@ 2004-11-24 14:01 ` Piet van Oostrum
1 sibling, 0 replies; 3+ messages in thread
From: Piet van Oostrum @ 2004-11-24 14:01 UTC (permalink / raw)
>>>>> Manish Godara <manish_godara@yahoo.com> (MG) wrote:
MG> Hi,
MG> How can I hide the password for sudo commands executed
MG> in the shell (in emacs)? Any help is appreciated.
(add-hook 'comint-output-filter-functions 'comint-watch-for-password-prompt)
--
Piet van Oostrum <piet@cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum@hccnet.nl
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-11-24 14:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-11 19:37 hiding sudo password in emacs shell Manish Godara
[not found] <mailman.2187.1100202405.8225.help-gnu-emacs@gnu.org>
2004-11-11 22:31 ` Kevin Rodgers
2004-11-24 14:01 ` Piet van Oostrum
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.