mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
From Markus Rost <markus.rost@mathematik.uni-regensburg.de>:
(comint-password-prompt-regexp): Support CVS.
This commit is contained in:
parent
4481aa9880
commit
95fa4fd795
@ -1,3 +1,7 @@
|
||||
2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
||||
|
||||
* comint.el (comint-password-prompt-regexp): Support CVS.
|
||||
|
||||
2000-12-22 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* simple.el (delete-key-deletes-forward-mode): Simplify. Also
|
||||
|
@ -312,7 +312,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 \\|^\\)\
|
||||
"\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|^\\)\
|
||||
[Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\
|
||||
\\( for [^@ \t\n]+@[^@ \t\n]+\\)?:\\s *\\'"
|
||||
"*Regexp matching prompts for passwords in the inferior process.
|
||||
|
Loading…
Reference in New Issue
Block a user