]> code.delx.au - gnu-emacs/commitdiff
(comint-password-prompt-regexp): Match `Enter Password'.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 Dec 2007 16:23:36 +0000 (16:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 Dec 2007 16:23:36 +0000 (16:23 +0000)
lisp/ChangeLog
lisp/comint.el

index 8e474a7f0b98ba0c6b1d5d134d6072b6bbb3fbac..fb6fbe1da23fe62b8307bacceb468d2620be6045 100644 (file)
@@ -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>
 
index ed1f38bf1a1887aeace1385812a2a78641f09606..047cc3b80fb09d63b67aa36b649054b70fd647f7 100644 (file)
@@ -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\\)\