On Wednesday 16 February 2005 20:44, Georg Baum wrote:
> I changed lyx2lyx to use a regex, since both lyx versions can read both
> forms. This works, but we have more places where '\begin_inset ÂTabular'
> is searched. Shall I convert these to the regex, too, or do older lyx
> versions have problems with the new form?

  Convert all those places to use the regular expression, I assume that here 
" +" is the same as "\s+", I would suggest to change to this last form as 
it is easier to read.

> If that is the case we would 
> need to convert '\begin_inset Tabular' to '\begin_inset ÂTabular'. But
> for which format?

  Please don't, your solution above is enough. :-)

> Georg

-- 
Josà AbÃlio

Reply via email to