From: Lars Ingebrigtsen Date: Thu, 18 Mar 2021 05:11:06 +0000 (+0100) Subject: Recognise "Verify password" as a password prompt X-Git-Tag: emacs-28.0.90~3243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1219207a82740fc6ac21f178cacbe30e6aff9e7b;p=emacs.git Recognise "Verify password" as a password prompt * lisp/comint.el (comint-password-prompt-regexp): Also react to "Verify password" (output by "zip -e") (bug#47209). --- diff --git a/lisp/comint.el b/lisp/comint.el index 5c307febe2a..bb28db7614a 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -372,7 +372,7 @@ This variable is buffer-local." '("Enter" "enter" "Enter same" "enter same" "Enter the" "enter the" "Enter Auth" "enter auth" "Old" "old" "New" "new" "'s" "login" "Kerberos" "CVS" "UNIX" " SMB" "LDAP" "PEM" "SUDO" - "[sudo]" "doas" "Repeat" "Bad" "Retype") + "[sudo]" "doas" "Repeat" "Bad" "Retype" "Verify") t) ;; Allow for user name to precede password equivalent (Bug#31075). " +.*\\)"