]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-password-prompt-regexp): Synch with main trunk.
authorFrancesco Potortì <pot@gnu.org>
Mon, 28 Oct 2002 10:26:19 +0000 (10:26 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 28 Oct 2002 10:26:19 +0000 (10:26 +0000)
lisp/comint.el

index f28c675f0896b7dfa052508c38be4db075a27bdc..710a0b8bdaf31408c7cf99eb45a95fe8629e924b 100644 (file)
@@ -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