Issue2243

classification
Title: jython shell do not support last word deletion using Esc-Backspace
Type: Severity: normal
Components: Core Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: freznice, zyasoft
Priority: Keywords:

Created on 2015-01-02.13:33:52 by freznice, last changed 2015-01-26.02:07:00 by zyasoft.

Messages
msg9286 (view) Author: freznice (freznice) Date: 2015-01-02.13:33:52
jython shell do not support last word deletion using Esc-Backspace.


This is seen on jython 2.7b3 on a RHEL 6.6 VM machine.

Example:
  >>> re.fdfd[12G
  where [12G is printed when trying to delete the last word (on mrxvt)
msg9378 (view) Author: Jim Baker (zyasoft) Date: 2015-01-13.15:56:12
Upgrading to JLine2 would simplify answering this, but apparently one can configure key bindings:
http://jline.sourceforge.net/
msg9418 (view) Author: Jim Baker (zyasoft) Date: 2015-01-17.18:38:18
The upgrade to JLine2 #2092 seems to have fixed this problem.

JLine2 supports .inputrc for further configuration.
History
Date User Action Args
2015-01-26 02:07:00zyasoftsetstatus: pending -> closed
2015-01-17 18:38:18zyasoftsetstatus: open -> pending
resolution: fixed
messages: + msg9418
2015-01-13 15:56:13zyasoftsetnosy: + zyasoft
messages: + msg9378
2015-01-02 13:33:53freznicecreate