On Wed, Jan 29, 2014 at 3:07 AM, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote: > Le 29/01/14 06:01, Scott Kostyshak a écrit : > >> Makes sense. I was a little worried about performance from >> libScriptSearch but I guess it is not an issue compared to the >> overhead of running an external command anyway. >> >> What about the substitutions of the other converter variables? Should >> they also all go to SystemCall::startscript() ? > > > I do not think that you have the relevant information there. Actually, doing > all the variables at one place may not make sense: if one has to pass lots > of variables to one function, it may be as easy to just do the conversions > by hand.
Ah, right. OK then, I will make a patch for using libScriptSearch in SystemCall::startscript(). Scott