Tommaso Cucinotta wrote:
> Yes, r32678 fixes bug #4422 (when using the Advanced Find feature). You can
> close/fixedintrunk it, AFAICS.
>>> Next (hope easy) step should be "All open documents" scope.
>>>
>>> After that, it should be trivial to search for "All documentation",
>>>
>> that would be fine and fix #5685 too.
>>
> and r32680 almost fixes bug #5685, i.e., you still need to manually open
> all the documentation manuals you want to search within (and they are
> searched together with the currently open buffers ~~ exact behaviour to
> implement depends on how a user might expect it to work).
>> i would tweak lfun for opening help files as a hidden buffer. you get the
>> locale
>> stuff for free. then just hardcode opening for those 10 manuals we have...
>>
> smth. like:
>
> openDocument("UserGuide.lyx");
> openDocument("...");
> ...
we have to care what locale is set, i.e. when german ui is set we should search
in
german manuals - lfun help-open.
pavel