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: AIDA Shinra
Subject: Re: [PATCH].infokey feature and signal handling are broken
Date: Mon, 02 Dec 2002 21:44:19 +0900
User-agent: Wanderlust/2.8.1 (Something) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigoryƍmae) APEL/10.3 MULE XEmacs/21.4 (patch 6) (Common Lisp) (i386-unknown-freebsd4.6)

> 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.




reply via email to

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