bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#8101: 24.0.50; `isearch-search-fun-function'


From: Drew Adams
Subject: bug#8101: 24.0.50; `isearch-search-fun-function'
Date: Mon, 4 Jul 2011 09:14:11 -0700

> How about this version, which I've now checked in:
> 
> (defvar isearch-search-fun-function nil
>   "Overrides the default `isearch-search-fun' behaviour.
> This variable's value should be a function, which will be called
> with no arguments, and should return a function that takes three
> arguments: STRING, BOUND, and NOERROR.
> 
> This returned function will be used by `isearch-search-string' to
> search for the first occurrence of STRING or its translation.")

Yes, thank you.






reply via email to

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