mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
* comint.el (comint-password-prompt-regexp): Accept "Response" as
a password-like phrase. This fixes the [larsi@quimbies ~/]$ ssh root@quimby Password: Response: case.
This commit is contained in:
parent
b09c3fe025
commit
fd4983f28a
@ -1,3 +1,8 @@
|
||||
2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* comint.el (comint-password-prompt-regexp): Accept "Response" as
|
||||
a password-like phrase.
|
||||
|
||||
2011-06-30 Mastake YAMATO <yamato@redhat.com>
|
||||
|
||||
* progmodes/cc-guess.el: New file.
|
||||
|
@ -347,7 +347,7 @@ This variable is buffer-local."
|
||||
" +\\)"
|
||||
(regexp-opt
|
||||
'("password" "Password" "passphrase" "Passphrase"
|
||||
"pass phrase" "Pass phrase"))
|
||||
"pass phrase" "Pass phrase" "Response"))
|
||||
"\\(?:\\(?:, try\\)? *again\\| (empty for no passphrase)\\| (again)\\)?\
|
||||
\\(?: for [^:]+\\)?:\\s *\\'")
|
||||
"Regexp matching prompts for passwords in the inferior process.
|
||||
|
Loading…
Reference in New Issue
Block a user