From: Francesco Potortì Date: Wed, 17 Apr 2002 08:04:38 +0000 (+0000) Subject: (comint-password-prompt-regexp): Match "Repeat passphrase". X-Git-Tag: ttn-vms-21-2-B4~15567 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c759aa188706ca2f442b5e6a972547d87e5e7a11;p=emacs.git (comint-password-prompt-regexp): Match "Repeat passphrase". --- diff --git a/lisp/comint.el b/lisp/comint.el index bea0c0b2f14..c47baba3651 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -315,8 +315,9 @@ This variable is buffer-local." ;; 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\\)\ +Kerberos \\|CVS \\|UNIX \\| SMB \\|^\\)\ +[Pp]assword\\( (again)\\)?\\|\ +pass phrase\\|\\(Enter\\|Repeat\\) passphrase\\)\ \\( for [^:]+\\)?:\\s *\\'" "*Regexp matching prompts for passwords in the inferior process. This is used by `comint-watch-for-password-prompt'."