mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(comint-password-prompt-regexp): Make it less restrictive, letting
comint recognise OpenSSH2 passphrase prompts.
This commit is contained in:
parent
23e8bd8665
commit
5889cc202a
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2001-10-17 Francesco Potorti` <pot@gnu.org>
|
||||
|
||||
* comint.el (comint-password-prompt-regexp): Make it less
|
||||
restrictive, letting comint recognise OpenSSH2 passphrase prompts.
|
||||
|
||||
2001-10-15 John Wiegley <johnw@gnu.org>
|
||||
|
||||
* eshell/em-unix.el (eshell/cat): Do a quick test if something is
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue