> I guess that I could investigate this myself, but is it possible to
> get ash/ile to do sensible things like Home -> begline End -> endline

Make a .ilerc from the example in "man ile" with appropriate edits?  No.

to do the Home and End keys, you might need a keymap change to loadkeys,
too- in fact, you might as well just map the Home and End keys to the
default ile begline and endline.  The easiest way is:

loadkeys<<!
keycode   102 = Control_a
keycode   107 = Control_e
!

But the real question is, what would I break if I override the default
where "Home" is 'find' is \033[1~ and "End" is 'select' is \033[4~.

The other question is, what feedback from 1.7.140, which does afterall
have critical bug fixes, I would like to know sooner than later what is
broken...

-Tom




Reply via email to