bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#37808: 27.0.50; [PATCH] python-shell-completion-at-point: respect si


From: Andrii Kolomoiets
Subject: bug#37808: 27.0.50; [PATCH] python-shell-completion-at-point: respect simple-operator
Date: Fri, 18 Oct 2019 16:15:56 +0300

1. emacs -Q
2. M-x run-python
(Now in *Python* buffer)
3. foo=1<RET>
4. bar=fo<TAB>

"No match" echoed in minibuffer but completion list is expected.

Attached patch make python-shell-completion-at-point also stop on
simple-operator while parsing input.

Attachment: 0001-python-shell-completion-at-point-respect-simple-oper.patch
Description: Binary data


reply via email to

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