]> git.eshelyaron.com Git - emacs.git/commit
Fix filename completion in Python shell (bug#77853)
authorLiu Hui <liuhui1610@gmail.com>
Mon, 21 Apr 2025 04:46:55 +0000 (12:46 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Apr 2025 17:36:39 +0000 (19:36 +0200)
commit73297bec3994849ced61ad6703bba5371f397a1a
treee5f47d668e87b6228cc96eebcfb0e560129f25d2
parentd17ce33d7ae93ac34a2fe138877d30fc88f52d0c
Fix filename completion in Python shell (bug#77853)

'comint-filename-completion' may complete the filename at
wrong locations.  Users who want proper filename completion
should use specialized completion backends (e.g. Jedi).
* lisp/progmodes/python.el (inferior-python-mode): Remove
'comint-filename-completion' in 'comint-dynamic-complete-functions'.

(cherry picked from commit 46776cae052b9bb106ce322d700abbc7cccc4c77)
lisp/progmodes/python.el