Ronald Oussoren added the comment:

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.

----------
versions: +Python 3.3, Python 3.4 -Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9033>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to