Bug 5811 - jline bindings incomplete
Summary: jline bindings incomplete
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 4054
  Show dependency treegraph
 
Reported: 2008-03-01 17:47 UTC by Tom Tromey
Modified: 2008-04-07 15:16 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2008-03-01 17:47:25 UTC
jline has emacs-like bindings but is missing some that I use regularly.

M-f and M-b don't work.  In fact any M- binding seems to just insert
the meta-less character (e.g., M-f inserts "f").
C-t does not work.

Those are just the ones I use often enough to notice.
I'm sure more are missing.

FWIW the gold standard here is GNU readline, which does nearly
everything right from a user's POV.
Comment 1 Mark Wielaard 2008-03-02 12:41:13 UTC
Block jline tracker bug.
Comment 2 Andrew Cagney 2008-04-07 15:16:14 UTC
A suggestion is to switch to the bindings used by eclipse (readline with libedit).