diff options
| author | Francesco Potortì | 2002-04-17 08:04:38 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2002-04-17 08:04:38 +0000 |
| commit | c759aa188706ca2f442b5e6a972547d87e5e7a11 (patch) | |
| tree | 7c54965d8de0ac5a44ca48f450fedb583d053029 | |
| parent | e190a59baca4fd78b6b44db67a99599d0950a334 (diff) | |
| download | emacs-c759aa188706ca2f442b5e6a972547d87e5e7a11.tar.gz emacs-c759aa188706ca2f442b5e6a972547d87e5e7a11.zip | |
(comint-password-prompt-regexp): Match "Repeat passphrase".
| -rw-r--r-- | lisp/comint.el | 5 |
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 \\|\ |
| 318 | Kerberos \\|CVS \\|UNIX \\| SMB \\|\ | 318 | Kerberos \\|CVS \\|UNIX \\| SMB \\|^\\)\ |
| 319 | ^\\)[Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\ | 319 | [Pp]assword\\( (again)\\)?\\|\ |
| 320 | pass 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. |
| 322 | This is used by `comint-watch-for-password-prompt'." | 323 | This is used by `comint-watch-for-password-prompt'." |