emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 80082d0: Fix Bug#24203


From: Michael Albinus
Subject: [Emacs-diffs] master 80082d0: Fix Bug#24203
Date: Wed, 17 Aug 2016 08:11:03 +0000 (UTC)

branch: master
commit 80082d00d8ab8803c792751c0019c2f88614f48e
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix Bug#24203
    
    * lisp/comint.el (comint-password-prompt-regexp): Relax regexp.  (Bug#24203)
---
 lisp/comint.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/comint.el b/lisp/comint.el
index 863374d..0319eeb 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -350,8 +350,8 @@ This variable is buffer-local."
     t)
    " +\\)"
    "\\(?:" (regexp-opt password-word-equivalents) "\\|Response\\)"
-   "\\(?:\\(?:, try\\)? *again\\| (empty for no passphrase)\\| (again)\\)?\
-\\(?: for [^::៖]+\\)?[::៖]\\s *\\'")
+   "\\(?:\\(?:, try\\)? *again\\| (empty for no passphrase)\\| (again)\\)?"
+   "\\(?: for .+\\)?[::៖]\\s *\\'")
   "Regexp matching prompts for passwords in the inferior process.
 This is used by `comint-watch-for-password-prompt'."
   :version "25.2"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]