Re: help debugging CoordBranch

2004-11-18 Thread Lars Gullik Bjønnes
Alfredo Braunstein <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Spring/Summer 2003... >> Not that,m that helps > | Humm... so more or less right after releasing 1.3 (say before changing the | drawing scheme)? Let's call this 1.3, not HEAD, mind you? ;-) a bit later then perhap

Re: Wiki page not linked from lyx.org and some general doc questions

2004-11-18 Thread chr
On Fri, 19 Nov 2004, [UTF-8] Uwe Stöhr wrote: > Hello, > > possibly I'm blind, but I can't find a link from www.lyx.org to > wiki.lyx.org. Hi Uwe, there is actually a link to it from http://www.lyx.org/internet/ which you find by clicking on 'Alternate LyX sites' on the sidebar. But it's not

Re: help debugging CoordBranch

2004-11-18 Thread Alfredo Braunstein
Lars Gullik BjÃnnes wrote: > Spring/Summer 2003... > Not that,m that helps Humm... so more or less right after releasing 1.3 (say before changing the drawing scheme)? Let's call this 1.3, not HEAD, mind you? ;-) Alfredo

Re: help debugging CoordBranch

2004-11-18 Thread Lars Gullik Bjønnes
Alfredo Braunstein <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Alfredo Braunstein <[EMAIL PROTECTED]> writes: >> >> | Well, this is something we should think about certainly. We do an update >> | call on every MOTION event. I have some ideas to speed this up: for >> | instance

Re: help debugging CoordBranch

2004-11-18 Thread Alfredo Braunstein
Lars Gullik BjÃnnes wrote: > Alfredo Braunstein <[EMAIL PROTECTED]> writes: > > | Well, this is something we should think about certainly. We do an update > | call on every MOTION event. I have some ideas to speed this up: for > | instance we could update only when the cursor has actually changed

Re: [PATCH] get rid of Paragraph::isWord

2004-11-18 Thread Alfredo Braunstein
Jean-Marc Lasgouttes wrote: > One remaining bug (which already existed) is that the first word is > always skipped. Actually, I feel that spellcheck should always do the > whole document instead of starting from cursor. We may want to add the > possibility to spellcheck a selection. I think you a

Re: help debugging CoordBranch

2004-11-18 Thread Lars Gullik Bjønnes
Alfredo Braunstein <[EMAIL PROTECTED]> writes: | Well, this is something we should think about certainly. We do an update | call on every MOTION event. I have some ideas to speed this up: for instance | we could update only when the cursor has actually changed position, or if | that is not enough

Re: help debugging CoordBranch

2004-11-18 Thread Alfredo Braunstein
Jean-Marc Lasgouttes wrote: > I took a quick look at CoordBranch and it seems to work well. I found > a few bugs that happen to be in HEAD too, but seems to be related to > what you are doing. > > - load Tutorial; Ctrl-End ==> crash > > Assertion triggered in Point::Point(int, int) by failing

Re: [PATCH] get rid of Paragraph::isWord

2004-11-18 Thread John Spray
On Thu, 2004-11-18 at 15:23 +0100, Jean-Marc Lasgouttes wrote: > I wonder how many people are really aware that spellchecking starts > from cursor... I think that this is a very bad default setting. We should definitely change to checking the whole document by default, in my opinion. > Helge> Als

Re: [PATCH] get rid of Paragraph::isWord

2004-11-18 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> just let me update. Too late, I committed it. JMarc

Re: [PATCH] get rid of Paragraph::isWord

2004-11-18 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> This plays into my nvi patch. (I already did those there) > | I can remove that if you know you are going to apply this thing very | soon. Otherwise, I'll just let you update

Re: help debugging CoordBranch

2004-11-18 Thread Jean-Marc Lasgouttes
I took a quick look at CoordBranch and it seems to work well. I found a few bugs that happen to be in HEAD too, but seems to be related to what you are doing. - load Tutorial; Ctrl-End ==> crash Assertion triggered in Point::Point(int, int) by failing check "y < 4000" in file ../../lyx-devel/

Re: [PATCH] get rid of Paragraph::isWord

2004-11-18 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> This plays into my nvi patch. (I already did those there) I committed a version that does not touch InsetSpace. JMarc

Re: [PATCH] get rid of Paragraph::isWord

2004-11-18 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> Well, spellchecking the whole document is fine when you just Helge> wrote it, or if there's lots of changes all over the place. Helge> "From cursor" is very useful as long as ispell occationally Helge> crashes, I can then keep goin

Re: [PATCH] get rid of Paragraph::isWord

2004-11-18 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> This plays into my nvi patch. (I already did those there) I can remove that if you know you are going to apply this thing very soon. Otherwise, I'll just let you update your patch :) JMarc

Re: [PATCH] get rid of Paragraph::isWord

2004-11-18 Thread Helge Hafting
Jean-Marc Lasgouttes wrote: One remaining bug (which already existed) is that the first word is always skipped. Actually, I feel that spellcheck should always do the whole document instead of starting from cursor. We may want to add the possibility to spellcheck a selection. Well, spellchecking

Re: [PATCH] get rid of Paragraph::isWord

2004-11-18 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars, any objection? Not from me. | Index: src/insets/ChangeLog | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/ChangeLog,v | retrieving revision 1.1076 | diff -u -p -

Re: About bug 1682

2004-11-18 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> BTW: In 1.4, we now tranlate local values ("1,2") correctly Juergen> (to "1.2"). This happens in widgetsToLength, but Juergen> unfortunately only for non-glueLengths (glue Lengths with Juergen> localized values are not va

Re: [PATCH] get rid of Paragraph::isWord

2004-11-18 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> The following patch gets rid of Paragraph::isWord and of Jean-Marc> various things that are not needed anymore due to this. Jean-Marc> Note that as a consequence numbers are considered as part Jean-Marc> of words. Thi

Re: how to get current cell in insettabular?

2004-11-18 Thread Georg Baum
Alfredo Braunstein wrote: > Seems ok to me. So if it works, I'd shove it in, as it fixes a major bug > in tabulars. Very minor nitpick: I'd eliminate "cell" altogheter and just > set active_cell_ = cur[i].idx() inside the loop. Done. Georg