Re: [Patch] allow delete para break after insert in CT

2006-03-16 Thread Juergen Spitzmueller
Georg Baum wrote: > Having edited a lot of footnotes recently I agree with Bennet that it is > ugly. I understand the reason for doing it, mut it might be worth it to > rethink about that when the most urgent bugs are fixed. I agree. This gets very irritating especially when several collapsables a

Re: [Patch] CT related fixes (Re: [Patch] allow delete para break after insert in CT)

2006-03-16 Thread Georg Baum
Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> > writes: > > | > "Lars" == Lars Gullik Bjønnes > | > <[EMAIL PROTECTED]> writes: > | > | Lars> Martin Vermeer <[EMAIL PROTECTED]> > | writes: | (BTW tip: alias Lars> svndiff='svn diff --diff-cmd > | /usr/bin/diff -x -

Re: [Patch] CT related fixes (Re: [Patch] allow delete para break after insert in CT)

2006-03-16 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Martin Vermeer <[EMAIL PROTECTED]> writes: | (BTW tip: alias | Lars> svndiff='svn diff --diff-cmd /usr/bin/diff -x -up' | in .bashrc) | | Lars> Or set it in .subversion/co

Re: [Patch] CT related fixes (Re: [Patch] allow delete para break after insert in CT)

2006-03-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Martin Vermeer <[EMAIL PROTECTED]> writes: | (BTW tip: alias Lars> svndiff='svn diff --diff-cmd /usr/bin/diff -x -up' | in .bashrc) Lars> Or set it in .subversion/config How exactly? JMarc

Re: [Patch] allow delete para break after insert in CT

2006-03-16 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: >> PS: is it normal that in head, a footnote along in its paragraph >> takes the whole width of the window when edited? Is that what you >> discussed with bennett? Martin> Yes, that was a design choice. Without it, selective redraw Mart

Re: [Patch] allow delete para break after insert in CT

2006-03-16 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: >> You are accumulating changes for 1.4.x too, right? Martin> What do you mean? Martin> 1. Yes, I try to remember updating status.14x whenever Martin> committimg I know that. Martin> 2. Yes, I'll make a list of all change tracking -

Re: [Patch] CT related fixes (Re: [Patch] allow delete para break after insert in CT)

2006-03-15 Thread Martin Vermeer
On Wed, 2006-03-15 at 23:16 +0200, Martin Vermeer wrote: ... > OK, here is a patch fixing several small interrelated CT issues (one an > assert, i.e., not so small) and documentation improvements. This goes in > soon unless someone spots a problem. Committed to trunk. - Martin signature.asc

Re: [Patch] CT related fixes (Re: [Patch] allow delete para break after insert in CT)

2006-03-15 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | (BTW tip: alias svndiff='svn diff --diff-cmd /usr/bin/diff -x -up' | in .bashrc) Or set it in .subversion/config -- Lgb

Re: [Patch] allow delete para break after insert in CT

2006-03-15 Thread Georg Baum
Am Mittwoch, 15. März 2006 22:18 schrieb Martin Vermeer: > Looking forward to your experiences playing with this code ;-) I prefer to do only the easy changes myself and otherwise do armchair criticism ;-) Georg

Re: [Patch] allow delete para break after insert in CT

2006-03-15 Thread Martin Vermeer
On Wed, Mar 15, 2006 at 09:34:24PM +0100, Georg Baum wrote: > Am Mittwoch, 15. März 2006 19:24 schrieb Martin Vermeer: > > On Wed, Mar 15, 2006 at 04:52:59PM +0100, Jean-Marc Lasgouttes wrote: > > > > PS: is it normal that in head, a footnote along in its paragraph takes > > > the whole width of t

[Patch] CT related fixes (Re: [Patch] allow delete para break after insert in CT)

2006-03-15 Thread Martin Vermeer
On Wed, Mar 15, 2006 at 04:52:59PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> This is the patch posted on bugzilla (880) to allow > Martin> backspacing over a paragraph break inserted under change > Martin> tracking. > > Martin> I

Re: [Patch] allow delete para break after insert in CT

2006-03-15 Thread Georg Baum
Am Mittwoch, 15. März 2006 19:24 schrieb Martin Vermeer: > On Wed, Mar 15, 2006 at 04:52:59PM +0100, Jean-Marc Lasgouttes wrote: > > PS: is it normal that in head, a footnote along in its paragraph takes > > the whole width of the window when edited? Is that what you discussed > > with bennett? >

Re: [Patch] allow delete para break after insert in CT

2006-03-15 Thread Martin Vermeer
On Wed, Mar 15, 2006 at 04:52:59PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> This is the patch posted on bugzilla (880) to allow > Martin> backspacing over a paragraph break inserted under change > Martin> tracking. > > Martin> I

Re: [Patch] allow delete para break after insert in CT

2006-03-15 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> This is the patch posted on bugzilla (880) to allow Martin> backspacing over a paragraph break inserted under change Martin> tracking. Martin> It works, but Jürgen reported a cursor positioning issue, for Martin> which I didn't

[Patch] allow delete para break after insert in CT

2006-03-14 Thread Martin Vermeer
This is the patch posted on bugzilla (880) to allow backspacing over a paragraph break inserted under change tracking. It works, but Jürgen reported a cursor positioning issue, for which I didn't see any obvious reason or fix. Can this go into 1.5? - Martin Index: text.C