emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 182912c: Add watch for password back to inferior py


From: Glenn Morris
Subject: [Emacs-diffs] master 182912c: Add watch for password back to inferior python comint filter
Date: Fri, 2 Jun 2017 20:06:33 -0400 (EDT)

branch: master
commit 182912c7a927c8c659662750017148e129571fc6
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Add watch for password back to inferior python comint filter
    
    It was removed along with other items for speed (bug#16875),
    but doesn't seem to have been causing an issue, and it's useful to
    have it there (bug#27154).
    * lisp/progmodes/python.el (inferior-python-mode):
    Add comint-watch-for-password-prompt to comint-output-filter-functions.
---
 lisp/progmodes/python.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 4eecfba..464b931 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2731,7 +2731,8 @@ variable.
        '(ansi-color-process-output
          python-shell-comint-watch-for-first-prompt-output-filter
          python-pdbtrack-comint-output-filter-function
-         python-comint-postoutput-scroll-to-bottom))
+         python-comint-postoutput-scroll-to-bottom
+         comint-watch-for-password-prompt))
   (set (make-local-variable 'compilation-error-regexp-alist)
        python-shell-compilation-regexp-alist)
   (add-hook 'completion-at-point-functions



reply via email to

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