From d01dad0c97f8337660226821b7473b8f32f0194e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Mon, 28 Oct 2002 10:26:19 +0000 Subject: [PATCH] (comint-password-prompt-regexp): Synch with main trunk. --- lisp/comint.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/comint.el b/lisp/comint.el index f28c675f089..710a0b8bdaf 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -314,9 +314,11 @@ This variable is buffer-local." ;; 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 \\|^\\)\ -[Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\ -\\( for [^@ \t\n]+@[^@ \t\n]+\\)?:\\s *\\'" + "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\ +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'." :type 'regexp -- 2.11.4.GIT