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.
This commit is contained in:
parent
b406174d81
commit
182912c7a9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue