> This change:
>
> > - if (key == DEL)
> > + if (key == DEL || key == Control ('h'))
> > {
> > /* User wants to delete one level of search? */
>
> sounds wrong to me. Why should we force this binding on the users?
> Isn't it enough to let them rebind keys via .infokey?
Yes, this is just a quick hack. I suppose we should define a new keymap
for isearch at last.
_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo