Jean-Marc Lasgouttes wrote: >>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> I'm not going to apply this as-is, because I haven't tested > it. Angus> I guess that it also needs "word-find" and "word-replace" > Angus> addtions to LyXAction.C. > > Angus> Nonetheless, I hope it makes your life easier... > > + // data is of the form > + // <search> + "\n <casesensitive> <matchword> <forward>" > > Does this mean that the search function cannot be called from > minibuffer?
Perhaps. Perhaps not: I guess we could have a vi-like editing mode ;-P Emacs allows you to paste a multi-line string into the minibuffer. Would that not work here too? (Note that there is currently no such lfun anyway. The dispatcher is in ControlSearch...) -- Angus