# HG changeset patch # User Richard M. Stallman # Date 1119984900 0 # Node ID e907a265ffd8576a2b4910d197d707e6a2be8b4c # Parent f4952f257c5509e5dea2447b04bb4e855b6f33e9 (comint-password-prompt-regexp): Accept ", try again". diff -r f4952f257c55 -r e907a265ffd8 lisp/comint.el --- a/lisp/comint.el Tue Jun 28 18:53:30 2005 +0000 +++ b/lisp/comint.el Tue Jun 28 18:55:00 2005 +0000 @@ -338,8 +338,8 @@ "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\ Kerberos \\|CVS \\|UNIX \\| SMB \\|^\\)\ \[Pp]assword\\( (again)\\)?\\|\ -pass phrase\\|\\(Enter\\|Repeat\\) passphrase\\)\ -\\( for [^:]+\\)?:\\s *\\'" +pass phrase\\|\\(Enter\\|Repeat\\|Bad\\) passphrase\\)\ +\\(?:, try again\\)?\\(?: for [^:]+\\)?:\\s *\\'" "*Regexp matching prompts for passwords in the inferior process. This is used by `comint-watch-for-password-prompt'." :type 'regexp