# HG changeset patch # User Richard M. Stallman # Date 1008050626 0 # Node ID 59739c53881550ed1b11b09452af0c639eef0304 # Parent c7e803b60fc6c4daa53023e5f8a2a9367896f858 (comint-password-prompt-regexp): Match "UNIX Password". diff -r c7e803b60fc6 -r 59739c538815 lisp/comint.el --- a/lisp/comint.el Tue Dec 11 06:01:52 2001 +0000 +++ b/lisp/comint.el Tue Dec 11 06:03:46 2001 +0000 @@ -314,7 +314,7 @@ ;; 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 \\|^\\)\ + "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|UNIX \\|^\\)\ [Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\ \\( for [^:]+\\)?:\\s *\\'" "*Regexp matching prompts for passwords in the inferior process.