(comint-password-prompt-regexp): Match `Enter Password'.
This commit is contained in:
parent
f11e807991
commit
55a3770f70
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-12-22 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* comint.el (comint-password-prompt-regexp): Match `Enter Password'.
|
||||
|
||||
2007-12-21 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* find-dired.el (find-name-arg): New custom variable.
|
||||
|
|
@ -15,8 +19,7 @@
|
|||
|
||||
2007-12-19 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* cus-start.el (all): Use correct group name for members of
|
||||
mode-line group.
|
||||
* cus-start.el: Use correct group name for members of mode-line group.
|
||||
|
||||
2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -336,8 +336,9 @@ This variable is buffer-local."
|
|||
;; plink prints a prompt like `Passphrase for key "root@GNU.ORG": '.
|
||||
;; Ubuntu's sudo prompts like `[sudo] password for user:'
|
||||
;; Some implementations of passwd use "Password (again)" as the 2nd prompt.
|
||||
;; Something called "perforce" uses "Enter password:".
|
||||
(defcustom comint-password-prompt-regexp
|
||||
"\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\
|
||||
"\\(\\(Enter \\|[Oo]ld \\|[Nn]ew \\|'s \\|login \\|\
|
||||
Kerberos \\|CVS \\|UNIX \\| SMB \\|LDAP \\|\\[sudo] \\|^\\)\
|
||||
\[Pp]assword\\( (again)\\)?\\|\
|
||||
pass phrase\\|\\(Enter \\|Repeat \\|Bad \\)?[Pp]assphrase\\)\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue