Message2303

Author pjenvey
Recipients
Date 2007-10-24.23:53:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In reply to Patch #1817799 (a dupe of this):

I'd be willing to commit a patch that disables completion via RL_INHIBIT_COMPLETION for *only* Editline

#1817799's patch disables it comletely for both Editline and Readline. This will prevent the rlcompleter module from working with readline-using jythons if one wants to enable it:

http://docs.python.org/lib/module-rlcompleter.html

(notice the instructions have you rebind tab back to complete, opposite of what Python and now Jython do at startup)
History
Date User Action Args
2008-02-20 17:18:21adminlinkissue795831 messages
2008-02-20 17:18:21admincreate