bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH].infokey feature and signal handling are broken


From: Eli Zaretskii
Subject: Re: [PATCH].infokey feature and signal handling are broken
Date: Mon, 2 Dec 2002 08:10:34 +0200 (IST)

On Mon, 2 Dec 2002, AIDA Shinra wrote:

> This patch fixes these problems. It always allows '^h' in incremental
> search. Some terminals map 'backspace' to '^h' by default.

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]