From: Richard M. Stallman Date: Tue, 11 Dec 2001 06:03:46 +0000 (+0000) Subject: (comint-password-prompt-regexp): Match "UNIX Password". X-Git-Tag: ttn-vms-21-2-B4~17810 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=502f25360d4bda182a1736cd45cfbc57fd06ca5a;p=emacs.git (comint-password-prompt-regexp): Match "UNIX Password". --- diff --git a/lisp/comint.el b/lisp/comint.el index 645e2ec1c7d..2aa265fbf42 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -314,7 +314,7 @@ 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 \\|^\\)\ + "\\(\\([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.