# HG changeset patch # User Francesco Potort # Date 1019030678 0 # Node ID 075cd9bb6051a10450196d54ff25578a04f70400 # Parent b0f7bd506cdccc70bf5964a423938771cb77f8f1 (comint-password-prompt-regexp): Match "Repeat passphrase". diff -r b0f7bd506cdc -r 075cd9bb6051 lisp/comint.el --- a/lisp/comint.el Wed Apr 17 08:04:17 2002 +0000 +++ b/lisp/comint.el Wed Apr 17 08:04:38 2002 +0000 @@ -315,8 +315,9 @@ ;; 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'."