emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/misc.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/misc.texi
Date: Fri, 04 Nov 2005 10:25:12 -0500

Index: emacs/man/misc.texi
diff -c emacs/man/misc.texi:1.71 emacs/man/misc.texi:1.72
*** emacs/man/misc.texi:1.71    Sat Oct 15 13:41:24 2005
--- emacs/man/misc.texi Fri Nov  4 15:25:12 2005
***************
*** 645,656 ****
  echoing.  This is useful when a shell command runs a program that asks
  for a password.
  
! Alternatively, you can arrange for Emacs to notice password prompts
! and turn off echoing for them, as follows:
  
  @example
! (add-hook 'comint-output-filter-functions
!           'comint-watch-for-password-prompt)
  @end example
  
  @item M-x comint-continue-subjob
--- 645,657 ----
  echoing.  This is useful when a shell command runs a program that asks
  for a password.
  
! Please note that Emacs will not echo passwords by default.  If you
! really want them to be echoed, evaluate the following Lisp
! expression:
  
  @example
! (remove-hook 'comint-output-filter-functions
!              'comint-watch-for-password-prompt)
  @end example
  
  @item M-x comint-continue-subjob




reply via email to

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