emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Fri, 12 Apr 2002 03:57:56 -0400

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.267 emacs/lisp/comint.el:1.268
*** emacs/lisp/comint.el:1.267  Mon Mar 11 16:12:49 2002
--- emacs/lisp/comint.el        Fri Apr 12 03:57:56 2002
***************
*** 314,321 ****
  ;; ssh-add prints a prompt like `Enter passphrase: '.
  ;; Some implementations of passwd use "Password (again)" as the 2nd prompt.
  (defcustom comint-password-prompt-regexp
!   "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|UNIX \\|^\\)\
! [Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\
  \\( for [^:]+\\)?:\\s *\\'"
    "*Regexp matching prompts for passwords in the inferior process.
  This is used by `comint-watch-for-password-prompt'."
--- 314,322 ----
  ;; ssh-add prints a prompt like `Enter passphrase: '.
  ;; Some implementations of passwd use "Password (again)" as the 2nd prompt.
  (defcustom comint-password-prompt-regexp
!   "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\
! Kerberos \\|CVS \\|UNIX \\| SMB \\|\
! ^\\)[Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\
  \\( for [^:]+\\)?:\\s *\\'"
    "*Regexp matching prompts for passwords in the inferior process.
  This is used by `comint-watch-for-password-prompt'."



reply via email to

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