From c759aa188706ca2f442b5e6a972547d87e5e7a11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Wed, 17 Apr 2002 08:04:38 +0000 Subject: [PATCH] (comint-password-prompt-regexp): Match "Repeat passphrase". --- lisp/comint.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'." -- 2.39.2