Re: [PATCH] bug 465: enumeration counter not reset between table cells

2005-08-01 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> The free-standing functions, but as said I am unsure aboutthis. Just tell me when you have made up your mind, then. I could not think of another way to do what I wanted. I mean, it is of course possible, but kind of ugly. JMar

Re: [PATCH] bug 465: enumeration counter not reset between table cells

2005-08-01 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> The only think I am unsure about is opening up the dociterator | Lars> interface (protected -> public.) > | Note that LCursor has push() and pop() that are just public wrapp

Re: [PATCH] bug 465: enumeration counter not reset between table cells

2005-08-01 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> The only think I am unsure about is opening up the dociterator Lars> interface (protected -> public.) Note that LCursor has push() and pop() that are just public wrappers around push_bacl() and pop_back(). It looks a bit silly

Re: [PATCH] bug 465: enumeration counter not reset between table cells

2005-08-01 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | This is a fix for | http://bugzilla.lyx.org/show_bug.cgi?id=465 > | What this does is to basically rewrite the setCounter code to use | proper ParIterator and fix nesting of enumerate and itemize when they | are in nested insets. This is demonstra

[PATCH] bug 465: enumeration counter not reset between table cells

2005-07-31 Thread Jean-Marc Lasgouttes
This is a fix for http://bugzilla.lyx.org/show_bug.cgi?id=465 What this does is to basically rewrite the setCounter code to use proper ParIterator and fix nesting of enumerate and itemize when they are in nested insets. This is demonstrated by file bug465.lyx. It also fixes a nesting bug that wa