[issue43654] IDLE: Applying settings disables tab completion

Terry J. Reedy report at bugs.python.org
Fri May 28 00:40:55 EDT 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Tal, I think you had the right solution the first time.  To me, tab is (should be) a fixed key, and the event added just once, like the other fixed keys.  I am quite surprised that it isn't.  Please revise or make a new patch to remove it from both configkeys.def and config.py.

Even if I agreed with unfixing other keys, only <<autocomplete>> would need rebinding, not an arbitrary subset of the fixed keys.  We mostly did away with treating some features differently; what remains was mostly an expedient to get a too-big patch merged.  I meant and still mean to finish the job.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43654>
_______________________________________


More information about the Python-bugs-list mailing list