Xref: utzoo gnu.emacs.help:1453 comp.emacs:10321 Path: utzoo!utgpu!watserv1!watmath!uunet!bu.edu!xylogics!samsung!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!unreplyable!garbage From: liberte@CS.UIUC.EDU (Daniel LaLiberte) Newsgroups: gnu.emacs.help,comp.emacs Subject: Re: isearch question Message-ID: <9103151823.AA08976@aspen.cs.uiuc.edu> Date: 15 Mar 91 18:23:18 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu Lines: 10 Has anyone considered making the incremental searcher command(s) into a minor mode? This wouldnt help the problem of rebinding the search-delete-char, for example, but it would unify the interface with the rest of emacs. The more general problem is the binding of abstract keys (e.g. delete-char) to functions rather than binding literal keys (e.g. \b) to functions as is done now. Any ideas? dan