From 5889cc202a4c5050a5f93898d760e755b515c586 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Wed, 17 Oct 2001 15:38:45 +0000 Subject: [PATCH] (comint-password-prompt-regexp): Make it less restrictive, letting comint recognise OpenSSH2 passphrase prompts. --- lisp/ChangeLog | 5 +++++ lisp/comint.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c57c4d0b4c0..98f1fd8a07c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-10-17 Francesco Potorti` + + * comint.el (comint-password-prompt-regexp): Make it less + restrictive, letting comint recognise OpenSSH2 passphrase prompts. + 2001-10-15 John Wiegley * eshell/em-unix.el (eshell/cat): Do a quick test if something is diff --git a/lisp/comint.el b/lisp/comint.el index 4be70c63dfa..d3b6cd0bef0 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -316,7 +316,7 @@ This variable is buffer-local." (defcustom comint-password-prompt-regexp "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|^\\)\ [Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\ -\\( for [^@ \t\n]+@[^@ \t\n]+\\)?:\\s *\\'" +\\( for [^:]+\\)?:\\s *\\'" "*Regexp matching prompts for passwords in the inferior process. This is used by `comint-watch-for-password-prompt'." :type 'regexp -- 2.11.4.GIT