From: Richard M. Stallman Date: Tue, 28 Jun 2005 18:55:00 +0000 (+0000) Subject: (comint-password-prompt-regexp): Accept ", try again". X-Git-Tag: emacs-pretest-22.0.90~8604 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2e0a47d249b47e291619db341f11ae8d8d1e8f6;p=emacs.git (comint-password-prompt-regexp): Accept ", try again". --- diff --git a/lisp/comint.el b/lisp/comint.el index 29208d6379c..20b365e9fe1 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -338,8 +338,8 @@ This variable is buffer-local." "\\(\\([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