comparison lisp/comint.el @ 91073:4bc33ffdda1a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 902-908) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-278
author Miles Bader <miles@gnu.org>
date Sat, 27 Oct 2007 09:12:07 +0000
parents a0e466c4d599 fdebfdb3729e
children 56a72e2bd635
comparison
equal deleted inserted replaced
91072:74ab3ea909f9 91073:4bc33ffdda1a
332 ;; AIX puts the name of the person being su'd to in front of the prompt. 332 ;; AIX puts the name of the person being su'd to in front of the prompt.
333 ;; kinit prints a prompt like `Password for devnull@GNU.ORG: '. 333 ;; kinit prints a prompt like `Password for devnull@GNU.ORG: '.
334 ;; ksu prints a prompt like `Kerberos password for devnull/root@GNU.ORG: '. 334 ;; ksu prints a prompt like `Kerberos password for devnull/root@GNU.ORG: '.
335 ;; ssh-add prints a prompt like `Enter passphrase: '. 335 ;; ssh-add prints a prompt like `Enter passphrase: '.
336 ;; plink prints a prompt like `Passphrase for key "root@GNU.ORG": '. 336 ;; plink prints a prompt like `Passphrase for key "root@GNU.ORG": '.
337 ;; Ubuntu's sudo prompts like `[sudo] password for user:'
337 ;; Some implementations of passwd use "Password (again)" as the 2nd prompt. 338 ;; Some implementations of passwd use "Password (again)" as the 2nd prompt.
338 (defcustom comint-password-prompt-regexp 339 (defcustom comint-password-prompt-regexp
339 "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\ 340 "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\
340 Kerberos \\|CVS \\|UNIX \\| SMB \\|LDAP \\|^\\)\ 341 Kerberos \\|CVS \\|UNIX \\| SMB \\|LDAP \\|\\[sudo] \\|^\\)\
341 \[Pp]assword\\( (again)\\)?\\|\ 342 \[Pp]assword\\( (again)\\)?\\|\
342 pass phrase\\|\\(Enter \\|Repeat \\|Bad \\)?[Pp]assphrase\\)\ 343 pass phrase\\|\\(Enter \\|Repeat \\|Bad \\)?[Pp]assphrase\\)\
343 \\(?:, try again\\)?\\(?: for [^:]+\\)?:\\s *\\'" 344 \\(?:, try again\\)?\\(?: for [^:]+\\)?:\\s *\\'"
344 "*Regexp matching prompts for passwords in the inferior process. 345 "*Regexp matching prompts for passwords in the inferior process.
345 This is used by `comint-watch-for-password-prompt'." 346 This is used by `comint-watch-for-password-prompt'."