/[emacs]/emacs/man/misc.texi
ViewVC logotype

Diff of /emacs/man/misc.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by rms, Sat Oct 15 13:41:24 2005 UTC revision 1.72 by eliz, Fri Nov 4 15:25:12 2005 UTC
# Line 645  Send @var{text} as input to the shell, a Line 645  Send @var{text} as input to the shell, a
645  echoing.  This is useful when a shell command runs a program that asks  echoing.  This is useful when a shell command runs a program that asks
646  for a password.  for a password.
647    
648  Alternatively, you can arrange for Emacs to notice password prompts  Please note that Emacs will not echo passwords by default.  If you
649  and turn off echoing for them, as follows:  really want them to be echoed, evaluate the following Lisp
650    expression:
651    
652  @example  @example
653  (add-hook 'comint-output-filter-functions  (remove-hook 'comint-output-filter-functions
654            'comint-watch-for-password-prompt)               'comint-watch-for-password-prompt)
655  @end example  @end example
656    
657  @item M-x comint-continue-subjob  @item M-x comint-continue-subjob

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26