]> git.eshelyaron.com Git - emacs.git/commit
Disable completion when PDB is active in Python Shell buffer
authorkobarity <kobarity@gmail.com>
Sun, 16 Oct 2022 09:15:22 +0000 (11:15 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 16 Oct 2022 09:15:30 +0000 (11:15 +0200)
commit45aabe6edae8d841a8985853394baddad4a1949e
treee98145448625d42ba0263f1d06e66f5d11cffad2
parent07222447b6c9e75b713fe3b3954952fbb0e40c71
Disable completion when PDB is active in Python Shell buffer

* lisp/progmodes/python.el (python-shell-completion-at-point): Disable
completion in Python buffer when PDB is active in Python Shell buffer.
* test/lisp/progmodes/python-tests.el (python-shell-completion-pdb-1):
New test (bug#58562).
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el