>>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> On Sat, Feb 02, 2002 at 06:17:34PM +0100, Jean-Marc Lasgouttes Dekel> wrote: >> It may be my fault. What does "lyx -dbg init" say? Actually, it came bundled with one of herbert's patches (I don't say it was actually in the patch, but it was commited at the same time). The patch I reverted is the following: --- src/support/filetools.C 2002/02/04 10:41:30 1.94 +++ src/support/filetools.C 2002/01/31 14:20:09 1.93 @@ -186,6 +186,7 @@ string const FileOpenSearch (string cons do { tmppath = split(tmppath, path_element, ';'); } while (!tmppath.empty() && path_element.empty()); + tmppath = split(tmppath, path_element, ';'); } else { notfound = false; } I mention it in case, someone had a legitimate need of doing that. JMarc