Message2302

Author pjenvey
Recipients
Date 2007-09-03.05:36:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
addendum: well it's the wrong solution for pure readline, anyway

I committed r3466 to remap the tab key -- but the method used to remap keys is only available under pure Readline. EditLine can't remap keybindings, or at least Java readline provides no facility for doing so

I can't get java-readline to work with the versions of libedit I have here. Does EditLine/libedit suffer from this issue? If so we could fallback to this patch for EditLine. It would break rlcompleter, but is probably worth doing so just that tab works
History
Date User Action Args
2008-02-20 17:18:21adminlinkissue795831 messages
2008-02-20 17:18:21admincreate