On Sun, Sep 01, 2002 at 10:18:36PM +0100, José Abílio Oliveira Matos wrote:
> 
>   Nothing prevents me from writing </lyxtabular> or <features or any
> other token inside a paragraph. So I should be able to skip what is
> inside a paragraph.
>   Does it makes sense? I only skipped that, for the moment, since I
> don't expect that to happen that often. :-)

Apparently, it is not difficult to write a code that will also handle this
case. See attached patch.

The function get_tabular_lines() return a list of all the lines that contain
tabular tags <column..> <cell..> etc.
Note that in update_tabular() I change the increment of i to i = i+1
in order to handle nested tabulars (get_tabular_lines will not return lines
that belong to the nested tabular).

Should I apply this patch?

Attachment: patch.gz
Description: GNU Zip compressed data

Reply via email to