]> git.eshelyaron.com Git - emacs.git/commit
Detect Chinese sudo password prompts (Bug#31075)
authorNoam Postavsky <npostavs@gmail.com>
Mon, 25 Jun 2018 23:11:41 +0000 (19:11 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 24 Aug 2018 02:50:15 +0000 (22:50 -0400)
commit161139a42c02cce051c51fb80c6ae00c9e6beaa6
tree26a0d05e290d25ccfcd4e6fb74b2d313fb23d5e6
parent74277b0e88197c169acfc16025e0e116230c021e
Detect Chinese sudo password prompts (Bug#31075)

* lisp/comint.el (comint-password-prompt-regexp): Allow text between
the prompt prefix and password equivalent.
* lisp/eshell/esh-mode.el (eshell-password-prompt-regexp): Accept some
unicode alternatives to ":".
* test/lisp/comint-tests.el (comint-testsuite-password-strings): Add
test case.
lisp/comint.el
lisp/eshell/esh-mode.el
test/lisp/comint-tests.el