comparison man/misc.texi @ 66708:24b48f5420b7

(Shell Mode): Describe how to activate password echoing.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 04 Nov 2005 15:25:12 +0000
parents ac281b254006
children 0c3c7b55da00
comparison
equal deleted inserted replaced
66707:8ca1d09ed4d4 66708:24b48f5420b7
643 @findex send-invisible 643 @findex send-invisible
644 Send @var{text} as input to the shell, after reading it without 644 Send @var{text} as input to the shell, after reading it without
645 echoing. This is useful when a shell command runs a program that asks 645 echoing. This is useful when a shell command runs a program that asks
646 for a password. 646 for a password.
647 647
648 Alternatively, you can arrange for Emacs to notice password prompts 648 Please note that Emacs will not echo passwords by default. If you
649 and turn off echoing for them, as follows: 649 really want them to be echoed, evaluate the following Lisp
650 expression:
650 651
651 @example 652 @example
652 (add-hook 'comint-output-filter-functions 653 (remove-hook 'comint-output-filter-functions
653 'comint-watch-for-password-prompt) 654 'comint-watch-for-password-prompt)
654 @end example 655 @end example
655 656
656 @item M-x comint-continue-subjob 657 @item M-x comint-continue-subjob
657 @findex comint-continue-subjob 658 @findex comint-continue-subjob
658 Continue the shell process. This is useful if you accidentally suspend 659 Continue the shell process. This is useful if you accidentally suspend