On Wed, 31 Jan 2001, Jan Ulrich Hasecke wrote:

> Hi!
> 
> Is it possible to have a search-function similar to the emacs search?
> 
> I want to jump to the search-string simply typing "C-s search-string
> RET". With the given search-panel I have to use the mouse.
> 
> 
> Ciao!
> juh

Am I right in thinking that this could be implemented by just having an
LFUN that focusses and starts a minibuffer with the given argument,
allowing the user to finish off the command :

\bind "C-s"            "minibuffer-open word-find-forward"

{ LFUN_OPEN_MINIBUFFER, "minibuffer-open", ...} 


?

thanks
john

-- 
"Existence of programs that do the impossible is 
 not a proof that that "impossible" is now possible."
        - Tigran Aivazian 

Reply via email to