Re: [PATCH] Bug 2445: Do not decrease environment depth when parent is not enumeration

2006-09-15 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> The patch seems to work. However, I follow the instructions in Enrico> bug 2445, and after BAR and ENTER, I select Standard. What now Enrico> I type seems to be still part of the proof and I have to Enrico> decrease the enviro

Re: [PATCH] Bug 2445: Do not decrease environment depth when parent is not enumeration

2006-09-14 Thread Enrico Forestieri
On Thu, Sep 14, 2006 at 05:34:33PM +0200, Jean-Marc Lasgouttes wrote: > > http://bugzilla.lyx.org/show_bug.cgi?id=2445 > > This is what I think to be the right fix for this bug. I contains > martin's fixed for 1.5, but adds another part. > > I want that in 1.4.3. Testers please (see the file in

[PATCH] Bug 2445: Do not decrease environment depth when parent is not enumeration

2006-09-14 Thread Jean-Marc Lasgouttes
http://bugzilla.lyx.org/show_bug.cgi?id=2445 This is what I think to be the right fix for this bug. I contains martin's fixed for 1.5, but adds another part. I want that in 1.4.3. Testers please (see the file indent.lyx from pol). JMarc Index: src/paragraph_funcs.C ===