# HG changeset patch # User Karl Heuer # Date 921193018 0 # Node ID cddc33d259d48fbcdeaf529688e2a6593436fa45 # Parent 63f1b701ed00ef1f85bf681aa99da1d11f23b7b7 (comint-password-prompt-regexp): Accept "login password:" diff -r 63f1b701ed00 -r cddc33d259d4 lisp/comint.el --- a/lisp/comint.el Wed Mar 10 19:58:01 1999 +0000 +++ b/lisp/comint.el Thu Mar 11 22:56:58 1999 +0000 @@ -277,9 +277,9 @@ :type 'boolean :group 'comint) -;; AIX puts the name of the person being su'd to in from of the prompt. +;; AIX puts the name of the person being su'd to in front of the prompt. (defcustom comint-password-prompt-regexp - "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'" + "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'" "*Regexp matching prompts for passwords in the inferior process. This is used by `comint-watch-for-password-prompt'." :type 'regexp