[issue23441] rlcompleter: tab on empty prefix => insert spaces

Martin Panter report at bugs.python.org
Wed Feb 11 12:06:06 CET 2015


Martin Panter added the comment:

Main bug report: Issue 22086.

Can you say if this works when the cursor is not at the start of the entry? E.g. after an existing tab (Ctrl-V Tab on GNU readline) or space, or after an embedded newline (Ctrl-V Enter).

What happens if you press backspace after pressing tab? Do you have to backspace four times? Another options is to insert a literal tab code instead of spaces.

----------
nosy: +vadmium

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23441>
_______________________________________


More information about the Python-bugs-list mailing list