Re: [PATCH] Inset dissolve cleanup

2006-09-11 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> I'll apply it. Done. JMarc

Re: [PATCH] Inset dissolve cleanup

2006-09-11 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> The &.4 patch was in my original posting, and it gives a good idea >> of how the feature works. Juergen> Sorry, I didn't notice that. Looks very good. Does it fix the Juergen> crash reporte

Re: [PATCH] Inset dissolve cleanup

2006-09-09 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > The &.4 patch was in my original posting, and it gives a good idea of > how the feature works. Sorry, I didn't notice that. Looks very good. Does it fix the crash reported by Michael (inset-dissolve in the main text)? Jürgen

Re: [PATCH] Inset dissolve cleanup

2006-09-09 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> Juergen, do you see something I may have missed? Juergen> I was offline this week, so I'm just scanning the list. I did Juergen> not have time for testing yet, but it looks very clean now.

Re: [PATCH] Inset dissolve cleanup

2006-09-09 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Thu, Sep 07, 2006 at 10:22:51PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> > "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: >> Michael> Just one cosmetic issue: If you want to undo inset-dissolve, Michael> you have

Re: [PATCH] Inset dissolve cleanup

2006-09-09 Thread Andre Poenitz
On Thu, Sep 07, 2006 at 10:22:51PM +0200, Jean-Marc Lasgouttes wrote: > > "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: > > Michael> Just one cosmetic issue: If you want to undo inset-dissolve, > Michael> you have to press CTRL-Z twice. This might be a bit > Michael> disturbing for som

Re: [PATCH] Inset dissolve cleanup

2006-09-09 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen, do you see something I may have missed? I was offline this week, so I'm just scanning the list. I did not have time for testing yet, but it looks very clean now. Can you also do the backport to 1.4, please? After all, there's not much left from my original

Re: [PATCH] Inset dissolve cleanup

2006-09-08 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> The following pair of patch implement inset-dissolve in Jean-Marc> what I believe to be a clean way. There is no code in Jean-Marc> insets directory (the disabling for tabular insets is done Jean-Marc> by testing "ins

Re: [PATCH] Inset dissolve cleanup

2006-09-07 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Just one cosmetic issue: If you want to undo inset-dissolve, Michael> you have to press CTRL-Z twice. This might be a bit Michael> disturbing for some users. I know that, but I have not been able to avoid it. It is because we us

Re: [PATCH] Inset dissolve cleanup

2006-09-07 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: The following pair of patch implement inset-dissolve in what I believe to be a clean way. There is no code in insets directory (the disabling for tabular insets is done by testing "inset.nargs() == 1" instead). Please test. inset-dissolve works for 1.5.0, even wi

[PATCH] Inset dissolve cleanup

2006-09-07 Thread Jean-Marc Lasgouttes
The following pair of patch implement inset-dissolve in what I believe to be a clean way. There is no code in insets directory (the disabling for tabular insets is done by testing "inset.nargs() == 1" instead). Please test. JMarc Index: src/insets/insettabular.C