X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfind.cpp;h=c0d86409f9c3987ea81e0ed4f7822dc6522f6484;hb=531fed9543b07cb06d23ba8f7276691d8fd6b9d6;hp=a4dd810e35d95ee48d9875ea28c219a803e4cea3;hpb=769df229dc2a95c0511f3e5510c772c02376c7f3;p=features.git diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index a4dd810e35..c0d86409f9 100644 --- a/src/lyxfind.cpp +++ b/src/lyxfind.cpp @@ -1091,7 +1091,7 @@ void MatchStringAdv::FillResults(MatchResult &found_mr) static void setFindParams(OutputParams &runparams) { runparams.flavor = Flavor::XeTeX; - runparams.use_polyglossia = true; + //runparams.use_polyglossia = true; runparams.linelen = 10000; //lyxrc.plaintext_linelen; // No side effect of file copying and image conversion runparams.dryrun = true; @@ -1226,7 +1226,7 @@ static size_t identifyLeading(string const & s) || regex_replace(t, t, "^\\\\begin\\{[a-zA-Z_]*\\*?\\}", "")) ; LYXERR(Debug::FINDVERBOSE, " after removing leading $, \\[ , \\emph{, \\textbf{, etc.: '" << t << "'"); - return s.find(t); + return s.size() - t.size(); } /*