]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-password-prompt-regexp): Accept ", try again".
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Jun 2005 18:55:00 +0000 (18:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Jun 2005 18:55:00 +0000 (18:55 +0000)
lisp/comint.el

index 29208d6379c8b59da662e168435505fd6110a7cc..20b365e9fe10e40927714cba2facabd79e0bdbdf 100644 (file)
@@ -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