Lisp HUG Maillist Archive

Re: Editor key binding questions

> >>>>> On Thu, 21 Aug 2008 15:39:19 +0800, Rommel Martinez said:
> >
> > I've read the manuals but I'm still unable to find the answers to
> > these questions:
> >
> > 1) How do I rebind the isearch "search again" keys? The default isearch
> >    keys are bound to C-r and C-s, right? And to search for the next
> >    occurence, press C-r or C-s again, right? Binding the "Incremental
> >    Search" and "Reverse Incremental Search" commands are done using
> >    editor:bind. Now, how do I rebind the "search again" keys? I've
> >    looked at searchcomms.lisp but I still seem to be lost.
>
> Sorry, there is no supported API to set the gestures used by isearch.  They
> are not stored as normal bindings, because they are not commands.  If you want
> an internal hack, then look at EDITOR::MAKE-LOGICAL-CHARACTERS-TABLE in
> echo.lisp from the editor source code.

I tried looking around but I can't seem to find what I was looking
for (with the assumption that what I'm looking for is present there) :-(

-- 
Rommel M. Martinez
ebzzry@gmail.com
http://www.bespin.org/~ebzzry


Updated at: 2020-12-10 08:42 UTC