Suppose you have readline bindings of different lengths with the
same stem, E.G.

  "\eg":  " | grep "
  "\egi": " | grep -i "

To get

  ls | grep 12

you might type "ls[esc]g12" but you'll get

  ls1 | grep 2

Is this by design ?

Thanks in advance.

-- 
André Majorel http://www.teaser.fr/~amajorel/

_______________________________________________
Bug-readline mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to