This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients arigo, martin.panter
Date 2015-02-11.11:06:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423652766.54.0.910729908233.issue23441@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-02-11 11:06:06martin.pantersetrecipients: + martin.panter, arigo
2015-02-11 11:06:06martin.pantersetmessageid: <1423652766.54.0.910729908233.issue23441@psf.upfronthosting.co.za>
2015-02-11 11:06:06martin.panterlinkissue23441 messages
2015-02-11 11:06:06martin.pantercreate