Re: [Patch] updated fix for 2550

2006-10-25 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Ah, it's already in, r15415. Seems I neglected to post to the Martin> list. Or maybe I forgot about it. Thanks. JMarc

Re: [Patch] updated fix for 2550

2006-10-24 Thread Martin Vermeer
On Tue, Oct 24, 2006 at 04:27:57PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> On Thu, Oct 19, 2006 at 03:41:39PM +0200, Jean-Marc Lasgouttes > Martin> wrote: > >> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > >> >

Re: [Patch] updated fix for 2550

2006-10-24 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Thu, Oct 19, 2006 at 03:41:39PM +0200, Jean-Marc Lasgouttes Martin> wrote: >> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: >> Martin> Attached. Can this go in (trunk)? >> Why not. If it works, I want this in

Re: [Patch] updated fix for 2550

2006-10-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Martin Vermeer wrote: >> You put your finger just on the one remaining wart. Unfortunately >> insettext doesn't have the info needed for this. The total width we >> need is text_.maxwidth_ + button width, and we only have

Re: [Patch] updated fix for 2550

2006-10-20 Thread Juergen Spitzmueller
Martin Vermeer wrote: > You put your finger just on the one remaining wart. Unfortunately > insettext doesn't have the info needed for this. The total width we need > is text_.maxwidth_ + button width, and we only have width() which is an > upper bound for the button width. > > Do you have any idea

Re: [Patch] updated fix for 2550

2006-10-20 Thread Martin Vermeer
On Fri, 2006-10-20 at 10:39 +0200, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > Here is the 1.4 version. Works for me. > > That's much better, thanks. One minor glitch still: Could it be adjusted so > that the cursor is set behind the inset if you click to the right _outside_ > the fr

Re: [Patch] updated fix for 2550

2006-10-20 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Here is the 1.4 version. Works for me. That's much better, thanks. One minor glitch still: Could it be adjusted so that the cursor is set behind the inset if you click to the right _outside_ the frame (i.e. in the right margin)? Jürgen > - Martin

Re: [Patch] updated fix for 2550

2006-10-19 Thread Martin Vermeer
On Thu, Oct 19, 2006 at 03:41:39PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Attached. Can this go in (trunk)? > > Why not. If it works, I want this in 1.4 too. > > JMarc Here is the 1.4 version. Works for me. - Martin Index

Re: [Patch] updated fix for 2550

2006-10-19 Thread Martin Vermeer
On Thu, Oct 19, 2006 at 03:41:39PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Attached. Can this go in (trunk)? > > Why not. If it works, I want this in 1.4 too. > > JMarc OK, trunk was committed: * insettext.[Ch]

Re: [Patch] updated fix for 2550

2006-10-19 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Attached. Can this go in (trunk)? Why not. If it works, I want this in 1.4 too. JMarc

[Patch] updated fix for 2550

2006-10-19 Thread Martin Vermeer
Attached. Can this go in (trunk)? - Martin Index: insettext.C === --- insettext.C (revision 15358) +++ insettext.C (working copy) @@ -16,6 +16,7 @@ #include "buffer.h" #include "bufferparams.h" #include "BufferView.h" +#include "c