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 ronaldoussoren
Recipients eric.araujo, l0nwlf, ned.deily, ronaldoussoren, slcott, zvezdan
Date 2013-07-16.07:46:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373960760.88.0.675228670873.issue9033@psf.upfronthosting.co.za>
In-reply-to
Content
I no longer particularly like my patch, although something needs to be done. The easiest way forward is likely a (private) helper function in the readline module that can translate simple readline configuration strings to something that libedit understands and use that in the stdlib where readline bindings are replaced (but of course not for reading ~/.inputrc).

Comparing the libedit <http://linux.die.net/man/5/editrc> and readline <http://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC9> configuration languages makes is clear that it is not possible to fully translate a readline configuration in a libedit one, but basic conifguration like setting up key-bindings should be easy enough.
History
Date User Action Args
2013-07-16 07:46:00ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, eric.araujo, zvezdan, l0nwlf, slcott
2013-07-16 07:46:00ronaldoussorensetmessageid: <1373960760.88.0.675228670873.issue9033@psf.upfronthosting.co.za>
2013-07-16 07:46:00ronaldoussorenlinkissue9033 messages
2013-07-16 07:46:00ronaldoussorencreate