mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
* lisp/comint.el (comint-password-prompt-regexp): Join two entries.
This commit is contained in:
parent
fe9b1fa014
commit
9430638e48
1 changed files with 2 additions and 3 deletions
|
|
@ -425,9 +425,8 @@ This variable is buffer-local."
|
||||||
;; Default openssh format: "user@host's password:".
|
;; Default openssh format: "user@host's password:".
|
||||||
"\\|^[^@ \t\n]+@[^@ \t\n]+'s password: *\\'"
|
"\\|^[^@ \t\n]+@[^@ \t\n]+'s password: *\\'"
|
||||||
;; openssh-8.6p1 format: "(user@host) Password:".
|
;; openssh-8.6p1 format: "(user@host) Password:".
|
||||||
"\\|^([^)@ \t\n]+@[^)@ \t\n]+) Password: *\\'"
|
;; "(user@host) Password for user@host:" (Bug#79424)
|
||||||
;; "(user@host) Password for user@host:"
|
"\\|^([^)@ \t\n]+@[^)@ \t\n]+) Password\\(?: for [^)@ \t\n]+@[^)@ \t\n]+\\)?: *\\'")
|
||||||
"\\|^([^)@ \t\n]+@[^)@ \t\n]+) Password for [^)@ \t\n]+@[^)@ \t\n]+: *\\'")
|
|
||||||
"Regexp matching prompts for passwords in the inferior process.
|
"Regexp matching prompts for passwords in the inferior process.
|
||||||
This is used by `comint-watch-for-password-prompt'."
|
This is used by `comint-watch-for-password-prompt'."
|
||||||
:version "31.1"
|
:version "31.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue