aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2002-04-17 08:04:38 +0000
committerFrancesco Potortì2002-04-17 08:04:38 +0000
commitc759aa188706ca2f442b5e6a972547d87e5e7a11 (patch)
tree7c54965d8de0ac5a44ca48f450fedb583d053029
parente190a59baca4fd78b6b44db67a99599d0950a334 (diff)
downloademacs-c759aa188706ca2f442b5e6a972547d87e5e7a11.tar.gz
emacs-c759aa188706ca2f442b5e6a972547d87e5e7a11.zip
(comint-password-prompt-regexp): Match "Repeat passphrase".
-rw-r--r--lisp/comint.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index bea0c0b2f14..c47baba3651 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -315,8 +315,9 @@ This variable is buffer-local."
315;; Some implementations of passwd use "Password (again)" as the 2nd prompt. 315;; Some implementations of passwd use "Password (again)" as the 2nd prompt.
316(defcustom comint-password-prompt-regexp 316(defcustom comint-password-prompt-regexp
317 "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\ 317 "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\
318Kerberos \\|CVS \\|UNIX \\| SMB \\|\ 318Kerberos \\|CVS \\|UNIX \\| SMB \\|^\\)\
319^\\)[Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\ 319[Pp]assword\\( (again)\\)?\\|\
320pass phrase\\|\\(Enter\\|Repeat\\) passphrase\\)\
320\\( for [^:]+\\)?:\\s *\\'" 321\\( for [^:]+\\)?:\\s *\\'"
321 "*Regexp matching prompts for passwords in the inferior process. 322 "*Regexp matching prompts for passwords in the inferior process.
322This is used by `comint-watch-for-password-prompt'." 323This is used by `comint-watch-for-password-prompt'."