Re: Windows spell checker problems

2006-09-15 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I won't be able to do it this week end, but we should do it and > replace it by something else. What about Abdel's fix that went in 1.5? Do you, Joost and Enrico, also get those crashes in 1.5? BTW, the bug report only mentiones a patch for qt4. Has Abdel also fixed

Re: Compiling LyX 1.5 with scons

2006-09-15 Thread Bo Peng
I don't think that scons let you choose these locations independently of each other, though. Bo? It is not difficult at all to add these options, but will lyx know where to find these files? Bo

Re: Lyx doesn't run bibtex.

2006-09-15 Thread Bennett Helm
On Sep 15, 2006, at 8:02 PM, A. Gunes Koru wrote: Friends, I am running lyx 1.3.7 on a Mac Powerbook. The problem is that LyX never runs bibtex. I have to go to Export, generate latex code, and then run bibtex from the command line. Only if I do that, the viewers that I trigger from insid

Re: Compiling LyX 1.5 with scons

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 12:52:46PM -0500, Bo Peng wrote: > > Thanks, it compiles now and run for me. > > > > Is there a special scons command to install lyx and create the sysdir > > somewhere ? > > What is sysdir for? I do not have this option yet. You can do > > scons DESTDIR=/path/to/de

Re: [PATCH] Remove pspell and ispell support

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 08:34:49PM +0200, Andre Poenitz wrote: > On Fri, Sep 15, 2006 at 12:22:45AM +0200, Enrico Forestieri wrote: > > On Thu, Sep 14, 2006 at 05:10:09PM +0200, Andre Poenitz wrote: > > > On Wed, Sep 13, 2006 at 11:40:46PM +0200, Enrico Forestieri wrote: > > > > I don't like LyX w

Re: [PATCH] merge BufferView_pimpl with BufferView

2006-09-15 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Abdelrazak Younes wrote: | > The subject says it all. | > | | Hum, this was a brawn paper patch. I forgot to remove bv_ member... I didn't even notice. And since the patch was not installed it doesn't really count as a

Re: [PATCH] merge BufferView_pimpl with BufferView

2006-09-15 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | The subject says it all. | | I have announce that I will do that a number of times so I expect | (hope) that I will have no objection. I have no objections per se. But I'll look through the patch anyway. One note thou

Re: big problems with clean_dvi.py - getting rid of it

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 09:27:52PM +0200, Joost Verburg wrote: > Angus Leeming wrote: > > Doesn't this suggest that any "fix" ("kludge"?) should be wrapped inside > > a #ifdef CYGWIN/MINGW block? How does this beast behave when compiled > > with MSVC? Presumably that's what Joost would like to d

Re: [PATCH] merge BufferView_pimpl with BufferView

2006-09-15 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Abdelrazak Younes wrote: | > The subject says it all. | > | | Hum, this was a brawn paper patch. I forgot to remove bv_ member... I didn't even notice. And since the patch was not installed it doesn't really count as a brown paper bag patch. | H

Re: Windows spell checker problems

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 11:36:23PM +0200, Joost Verburg wrote: > Enrico Forestieri wrote: > > I reverted the fix to bug 2423 and the crash went away. > > Can you post the patch to remove the wrong fix? I used this one: http://www.lyx.org/trac/changeset/14808?format=diff Apply it using "patch -R

Re: [PATCH] merge BufferView_pimpl with BufferView

2006-09-15 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | The subject says it all. | | I have announce that I will do that a number of times so I expect | (hope) that I will have no objection. I have no objections per se. But I'll look through the patch anyway. One note though: The pimpl was originally a

Lyx doesn't run bibtex.

2006-09-15 Thread A. Gunes Koru
Friends, I am running lyx 1.3.7 on a Mac Powerbook. The problem is that LyX never runs bibtex. I have to go to Export, generate latex code, and then run bibtex from the command line. Only if I do that, the viewers that I trigger from inside LyX show me the correct references. The locations for

Re: LFUN: Check description of accent LFUNs

2006-09-15 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Yes, but perhaps we should add a way to insert any unicode codepoint | > and/or sequences. Both numerical and perhaps also textual. | | > unicode-insert # #0302 | > unicode-inserr non-visible-char combining-latin-acute

Re: [PATCH] Remove pspell and ispell support

2006-09-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > You mean appending a .sh to each script and associating it with bash? | > Bleach... | | I am saying native LyX/Win works well in a cygwin environment. Unless you use symlinks. | > > You have a point wrt to the lyxpipe/client. However, RPC works also

Re: LFUN question 3: LFUNs for math-mode only?

2006-09-15 Thread Angus Leeming
[EMAIL PROTECTED] wrote: None of the attribues say if an LFUN only works in math-mode, do they? (That information might be interesting to tabulate for the users though) Which of the following LFUNs only work in math-mode? I'd be grateful if someone can tell me, or tell me how I can find out w

LFUN question 3: LFUNs for math-mode only?

2006-09-15 Thread christian . ridderstrom
On Fri, 15 Sep 2006, Jean-Marc Lasgouttes wrote: > Angus> Why don't you loop over all commands in the sequence and > Angus> establish if any actions are disabled? There are no if-blocks to > Angus> complicate the logic. > > Because action 2 may not be possible until action 1 has been done (for

Re: Qt3 Discussion

2006-09-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Sep 15, 2006 at 03:16:39PM +0200, Jean-Marc Lasgouttes Andre> wrote: Hey! When the time will come to actually do the work, you will be happily working on the qt5 frontend (because qt4 is soo old),

Re: Windows spell checker problems

2006-09-15 Thread Joost Verburg
Enrico Forestieri wrote: I reverted the fix to bug 2423 and the crash went away. Can you post the patch to remove the wrong fix? Joost

Re: Windows spell checker problems

2006-09-15 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc, can you remove the 2423 fix from 1.4.3svn? It Joost> definitely breaks more than it solves. I won't be able to do it this week end, but we should do it and replace it by something else. JMarc

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Sep 15, 2006 at 10:20:54AM +0200, Jean-Marc Lasgouttes Andre> wrote: >> > "Andre" == Andre Poenitz >> <[EMAIL PROTECTED]> writes: >> Andre> You'll get rid of Qt3 problems in exchange. >> Well, qt3 has no availability p

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Sep 15, 2006 at 03:16:39PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> Hey! When the time will come to actually do the work, you will be >> happily working on the qt5 frontend (because qt4 is soo old), Andre> FUD. OK, it

Re: LFUN: Check description of accent LFUNs

2006-09-15 Thread christian . ridderstrom
On Fri, 15 Sep 2006, Georg Baum wrote: > [EMAIL PROTECTED] wrote: > > > I think I've putten together a decent description of LFUNs like > > accent-acute etc, could someone please check the text. > > > > http://wiki.lyx.org/devel/pmwiki.php/Devel/LyxFunctionListTrunk#accent > > > > Here's the te

Re: Windows spell checker problems

2006-09-15 Thread Joost Verburg
Enrico Forestieri wrote: I reverted the fix to bug 2423 and the crash went away. Good. Not only, I was observing a crash when selecting the book (AMS) document class. The message "Cannot delete style `Address'" was being printed on the console and LyX was crashing afterwards (again, this was

Re: LFUN: Check description of accent LFUNs

2006-09-15 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Incidentally, that's "supercede". But superseed sounds good, at least to some french ears. JMarc

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Friday 15 September 2006 13:02, Jean-Marc Lasgouttes wrote: >> Hmm, I see in README that we say python 1.5. If it is 2.x, we >> should say so. The patches I have seen discussed are definitely OK >> anyway. José> Is configure.py use

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> 1. who is going to do that? I still got no offer. Andre> In case of 'emergency' I'll build Qt 4. for any Andre> platform for which you can point me to a VMWare or Virtual PC Andre> style virtual machine on the net. Andre> Does that co

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> Sure. My quest to find someone making sure this task is >> straight-forward is still ongoing. Andre> Have you ever tried compiling Qt 4? Where did it fail? Sure I did. It took one hour and 300M on my hard disk. But I am not the typi

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Sep 15, 2006 at 12:01:50PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> This is where the problems may begin: assume distribution Foo, that >> volunteer packager A provides a build of lyx 1.5.0 against qt4.2.0 >> found at pl

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> - coordinating the creation of spec files for .deb and .rpm Abdelrazak> This is independent of the Qt4 availability pseudo-problem Abdelrazak> as I see it. Yes, but I am describing a complete job. >> - coordinating a networ

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Charles" == Charles de Miramon <[EMAIL PROTECTED]> writes: Charles> I will try to create a klik package Charles> Try it. Very easy to use : Charles> http://klik.atekon.de/ I'll try if I find the time. Charles> I don't know if it works with Mandriva 2006 Charles> À vaincre sans périls,

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Jean-Marc Lasgouttes wrote: >> That more people will not have the right qt version available. >> Compare with the situation of qt3 where we support 3.0-3.3 (well, >> 1.4.3 will support 3.0). Edwin> nobody had xforms available, yet t

Re: Documenting LFUNs

2006-09-15 Thread christian . ridderstrom
On Fri, 15 Sep 2006, Jean-Marc Lasgouttes wrote: > > "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: > > christian> It'll probably take a while to get it documented, but > christian> should the LFUN documentation go into lfuns.h or > christian> LyXAction.C (or some other file

Re: Qt3 Discussion

2006-09-15 Thread christian . ridderstrom
On Fri, 15 Sep 2006, Edwin Leuven wrote: > Jean-Marc Lasgouttes wrote: > > That more people will not have the right qt version available. Compare > > with the situation of qt3 where we support 3.0-3.3 (well, 1.4.3 will > > support 3.0). > > nobody had xforms available, yet they managed. But it w

Re: Qt3 Discussion

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 12:01:50PM +0200, Jean-Marc Lasgouttes wrote: > This is where the problems may begin: assume distribution Foo, that > volunteer packager A provides a build of lyx 1.5.0 against qt4.2.0 > found at place X. Then later volunteer packager B provides a build of LyX > 1.5.1 agains

Re: LFUN: Check description of accent LFUNs

2006-09-15 Thread Andre Poenitz
On Thu, Sep 14, 2006 at 11:36:02PM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] writes: > > | I think I've putten together a decent description of LFUNs like > | accent-acute etc, could someone please check the text. > > I am not even sure that we should keep these accents for 1.5. It'

Re: LFUN question 1 - meaning of the 'attributes'?

2006-09-15 Thread Andre Poenitz
On Thu, Sep 14, 2006 at 09:54:34PM +0200, [EMAIL PROTECTED] wrote: > The attribute 'NoUpdate' means that invoking the LFUN usually does not > (usually??) required to be updated. Example: char-backward > > The attribute 'SingleParUpdate' means invoking the LFUN usually (?) only > requires the cu

Re: LFUN question 1 - meaning of the 'attributes'?

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 09:33:12AM +, Angus Leeming wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > For command sequences, as a heuristic, the sequence is declared > > enabled if the first action is enabled. This is not correct, but I do > > not have a better idea. > > Why don't

Re: Towards LyX 1.4.3 [status update #2]

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 01:41:27PM +0200, Juergen Spitzmueller wrote: > Jean-Marc Lasgouttes wrote: > > I like the patch a lot (removes ad-hoc code). Small nits: > > > >   + if (&cur.inset() && cur.inset().forceDefaultParagraphs(cur.idx())) > > { > > > > You do not have to test for &cur.inset()

Re: Qt3 Discussion

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 10:23:25AM +0200, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > >> What is this good enough version, BTW? 4.1.0? > > Andre> 4.0.2 is the first version I'd consider usable for the kind of > Andre> stuff LyX uses. > > Very goo

Re: Qt3 Discussion

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 02:21:48PM +0200, Jean-Marc Lasgouttes wrote: > Abdelrazak> I don't care if it removed or not from SVN but I won't > Abdelrazak> touch one line of it from now on. > > This is where I disagree. We are not discussing the terms of a divorce > in front of lawyers. When I found

Re: Qt3 Discussion

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 03:16:39PM +0200, Jean-Marc Lasgouttes wrote: > Hey! When the time will come to actually do the work, you will be > happily working on the qt5 frontend (because qt4 is soo old), FUD. I can't call it otherwise. Qt 3 is lump of warts which happend to exactly that kind of w

Re: Qt3 Discussion

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 10:49:07AM +0200, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: > >>"Andre" == Andre Poenitz <[EMAIL PROTECTED]> > >>writes: > > > >>>What is this good enough version, BTW? 4.1.0? > > > >Andre> 4.0.2 is the first version I'd consider usable for the kind of

Re: Qt3 Discussion

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 09:34:41AM +0100, José Matos wrote: > On Friday 15 September 2006 09:23, Jean-Marc Lasgouttes wrote: > > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> > > > writes: > > >> > > >> What is this good enough version, BTW? 4.1.0? > > > > Andre> 4.0.2 is the first version

Re: Qt3 Discussion

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 11:56:20AM +0100, José Matos wrote: > On Friday 15 September 2006 11:48, Abdelrazak Younes wrote: > > Just a small precision: this does not mean that we don't have to be > > source incompatible with Qt4.0. This is an entirely different question > > that needs to be weighted

Re: LFUN question 1 - meaning of the 'attributes'?

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 12:03:11PM +0200, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > >> For command sequences, as a heuristic, the sequence is declared > >> enabled if the first action is en

Re: Qt3 Discussion

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 10:20:54AM +0200, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> You'll get rid of Qt3 problems in exchange. > > Well, qt3 has no availability problem. You make this sound like there was an availability problem for Qt 4

Re: Qt3 Discussion

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 11:23:03AM +0200, Jean-Marc Lasgouttes wrote: > > "José" == José Matos <[EMAIL PROTECTED]> writes: > > José> We should try to see what is that version and use it. I don't > José> think that Qt 4.0 qualifies for the role, but I could be wrong. > José> I remember André

Re: [PATCH] Remove pspell and ispell support

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 12:22:45AM +0200, Enrico Forestieri wrote: > On Thu, Sep 14, 2006 at 05:10:09PM +0200, Andre Poenitz wrote: > > On Wed, Sep 13, 2006 at 11:40:46PM +0200, Enrico Forestieri wrote: > > > I don't like LyX with Qt4/Win native because: > > > - it does not fit well in a Cygwin env

Re: Qt3 Discussion

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 02:24:37PM +0200, Abdelrazak Younes wrote: > José Matos wrote: > >On Friday 15 September 2006 12:41, Abdelrazak Younes wrote: > >>You're too diplomatic for a Friday... > > > > Politics is the art of the possible. (Otto Von Bismarck) > > Politics is especially useful in a d

Re: Question: Unicode and Filetools

2006-09-15 Thread Andre Poenitz
On Fri, Sep 15, 2006 at 12:02:05PM +0200, Abdelrazak Younes wrote: > Georg Baum wrote: > >Abdelrazak Younes wrote: > > > >>If only Lars and Georg work on this, I am afraid that it will take some > >>time before all the corner cases are worked out step by step. > > > >I don't think that I am going t

Re: big problems with clean_dvi.py - getting rid of it

2006-09-15 Thread Joost Verburg
Angus Leeming wrote: Doesn't this suggest that any "fix" ("kludge"?) should be wrapped inside a #ifdef CYGWIN/MINGW block? How does this beast behave when compiled with MSVC? Presumably that's what Joost would like to do for his Windows installer, no? Indeed. The 1.4.3 Windows release, includ

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread José Matos
On Friday 15 September 2006 13:02, Jean-Marc Lasgouttes wrote: > Hmm, I see in README that we say python 1.5. If it is 2.x, we should > say so. The patches I have seen discussed are definitely OK anyway. Is configure.py used for all users? -- José Abílio

Re: Qt3 Discussion

2006-09-15 Thread Georg Baum
Am Freitag, 15. September 2006 09:35 schrieb Charles de Miramon: > Georg Baum wrote: > > > > I tried that, and failed. Any pointer? > > > > qtconfig and use the plastic theme that is the standard for KDE. But I don't use that, and it seems I can't use the installed qt3 themes. Georg

Re: Compiling LyX 1.5 with scons

2006-09-15 Thread Bo Peng
Thanks, it compiles now and run for me. Is there a special scons command to install lyx and create the sysdir somewhere ? What is sysdir for? I do not have this option yet. You can do scons DESTDIR=/path/to/dest install to install everything to /path/to/dest. Let me know what is under

Re: Compiling LyX 1.5 with scons

2006-09-15 Thread Charles de Miramon
Bo Peng wrote: >> Maybe lyx::char_type is not wchar_t because you forgot to define >> HAVE_WCHAR_T? Or SIZEOF_WCHAR_T is not 4. Did you double check? > > Well, I was bitten by the separation of config.h... HAVE_WCHAR_T is > defined only in boost/config.h, not in other config files. A patch > that

Re: big problems with clean_dvi.py - getting rid of it

2006-09-15 Thread Angus Leeming
Enrico Forestieri wrote: However, I found that not all non-ascii chars cause problems and I can't understand why. Maybe because some are not printable in the current locale, and some are? No, there is no locale support on cygwin. Quoting the man page: "isprint returns non-zero if its argument

Re: big problems with clean_dvi.py - getting rid of it

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 05:48:20PM +0200, Georg Baum wrote: > Enrico Forestieri wrote: > > > On Fri, Sep 15, 2006 at 03:54:12PM +0200, Georg Baum wrote: > >> The full understanding statement applies to your fix as well IMO. How do > >> you know that dt2dv can cope with non-ascii chars at all? > >

Re: big problems with clean_dvi.py - getting rid of it

2006-09-15 Thread Georg Baum
Enrico Forestieri wrote: > On Fri, Sep 15, 2006 at 03:54:12PM +0200, Georg Baum wrote: >> The full understanding statement applies to your fix as well IMO. How do >> you know that dt2dv can cope with non-ascii chars at all? > > Because isprint would not fail in a locale aware environment when the

Re: Windows spell checker problems

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 04:42:37PM +0200, Jean-Marc Lasgouttes wrote: > > "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: > > Joost> Jean-Marc Lasgouttes wrote: I also noticed the problem with the > Joost> first misspelled word not being checked is back. Wasn't this > Joost> supposed to b

Re: LFUN: Check description of accent LFUNs

2006-09-15 Thread Angus Leeming
Lars Gullik Bjønnes wrote: Yes, but perhaps we should add a way to insert any unicode codepoint and/or sequences. Both numerical and perhaps also textual. unicode-insert # #0302 unicode-inserr non-visible-char combining-latin-acute Good idea. Would be nice to be able to do soill enable u

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 02:06:09PM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> according to Rainer Dorsch the attached patch let LyX compile > Enrico> again with qt3.0. Please let me know if I can apply it to > Enrico> 1.4.x. >

Re: Qt3 Discussion

2006-09-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I missed that then. Could you please repost in order to Abdelrazak> see what is really involved and what is so different WRT Abdelrazak> qt4? Here is what I wrote: I'

Re: LFUN: Check description of accent LFUNs

2006-09-15 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | While I have dead keys set up for the accents I commonly use, | there are four times as many supported in lyx and they | can be applied to any character, not just vowels. Well, | "umlaut F" probably doesn't make sense in text, and it | can be done from

Re: big problems with clean_dvi.py - getting rid of it

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 03:54:12PM +0200, Georg Baum wrote: > Enrico Forestieri wrote: > > > On Fri, Sep 15, 2006 at 11:21:39AM +0200, Georg Baum wrote: > >> Enrico Forestieri wrote: > >> > >> > The attached patch fixes the problem reported by Uwe. I am afraid but > >> > with mingw/cygwin the set

Re: Windows spell checker problems

2006-09-15 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc Lasgouttes wrote: I also noticed the problem with the Joost> first misspelled word not being checked is back. Wasn't this Joost> supposed to be fixed? >> This last bug seems to be a consequence of the fix to bug 2423. >>

Re: Windows spell checker problems

2006-09-15 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: Joost> I also noticed the problem with the first misspelled word not Joost> being checked is back. Wasn't this supposed to be fixed? This last bug seems to be a consequence of the fix to bug 2423. Try to see what happens when the spellchecker window gains and looses f

Re: [patch] Boost 1.34 name clash

2006-09-15 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> On Fri, Sep 15, 2006 at 01:55:09PM +0200, Jean-Marc Lasgouttes Enrico> wrote: >> > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: >> Enrico> Here is the patch. Please tell me if I can put it in. >> If it is ne

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I missed that then. Could you please repost in order to Abdelrazak> see what is really involved and what is so different WRT Abdelrazak> qt4? Here is what I wrote: I'll go one step further: I

Re: Qt3 Discussion

2006-09-15 Thread Charles de Miramon
Jean-Marc Lasgouttes wrote: >> "Charles" == Charles de Miramon >> <[EMAIL PROTECTED]> writes: > > Charles> Jean-Marc Lasgouttes wrote: >>> 1. who is going to do that? I still got no offer. >>> > Charles> I will try to create a klik package Try it. Very easy to use : http://klik.atekon

Re: Windows spell checker problems

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 03:14:07PM +0200, Juergen Spitzmueller wrote: > Jean-Marc Lasgouttes wrote: > > Try to > > see what happens when the spellchecker window gains and looses focus: > > it jumps to the next word :( > > Which is definitely nasty. I also get a crash on cygwin (but not on solaris

Re: [patch] Boost 1.34 name clash

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 01:55:09PM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> Here is the patch. Please tell me if I can put it in. > > If it is needed for 1.4, you can put it in there. This is related to boost filesystem 1.34

Re: Qt3 Discussion

2006-09-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Obviously, the only logical decision to take now is to Abdelrazak> declare qt3 deprecated then. Not sure. Abdelrazak> And you will never be. If it looks like qt3 can continue to serve its

Re: big problems with clean_dvi.py - getting rid of it

2006-09-15 Thread Georg Baum
Enrico Forestieri wrote: > On Fri, Sep 15, 2006 at 11:21:39AM +0200, Georg Baum wrote: >> Enrico Forestieri wrote: >> >> > The attached patch fixes the problem reported by Uwe. I am afraid but >> > with mingw/cygwin the setlocale() thing doesn't really work, so I >> > always assume iso-8859-1 (la

Re: big problems with clean_dvi.py - getting rid of it

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 03:31:22PM +0200, Enrico Forestieri wrote: > On Fri, Sep 15, 2006 at 11:21:39AM +0200, Georg Baum wrote: > > Enrico Forestieri wrote: > > > > > The attached patch fixes the problem reported by Uwe. I am afraid but > > > with mingw/cygwin the setlocale() thing doesn't really

Re: Qt3 Discussion

2006-09-15 Thread Edwin Leuven
Jean-Marc Lasgouttes wrote: That more people will not have the right qt version available. Compare with the situation of qt3 where we support 3.0-3.3 (well, 1.4.3 will support 3.0). nobody had xforms available, yet they managed. as noted before, qt4 is available in quite a few places already (

Re: big problems with clean_dvi.py - getting rid of it

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 11:21:39AM +0200, Georg Baum wrote: > Enrico Forestieri wrote: > > > The attached patch fixes the problem reported by Uwe. I am afraid but > > with mingw/cygwin the setlocale() thing doesn't really work, so I always > > assume iso-8859-1 (latin1). > > dt2dv/dv2dt should no

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Charles" == Charles de Miramon <[EMAIL PROTECTED]> writes: Charles> Jean-Marc Lasgouttes wrote: >> 1. who is going to do that? I still got no offer. >> Charles> I will try to create a klik package Does this klik thing work well? Charles> The 4.x series is binary compatible. We could pos

Re: Qt3 Discussion

2006-09-15 Thread Helge Hafting
Abdelrazak Younes wrote: José Matos wrote: On Friday 15 September 2006 12:41, Abdelrazak Younes wrote: You're too diplomatic for a Friday... Politics is the art of the possible. (Otto Von Bismarck) Politics is especially useful in a democracy. We are far far far from such environment in

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Jean-Marc Lasgouttes wrote: >> Three points: >> >> 1. who is going to do that? I still got no offer. Edwin> i don't understand where qt4 is different from qt3 or xforms or Edwin> gtk or ... That more people will not have the right

Re: big problems with clean_dvi.py - getting rid of it

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 10:25:15AM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> On Thu, Sep 14, 2006 at 09:10:08PM +0200, Joost Verburg wrote: > >> Uwe Stöhr wrote: >The problem occured in february this year when > >> MiKTeX chang

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> The 4.x series is binary compatible. We could postpone the >> introduction of 4.2.x later in the 1.5.x series and add some gui >> features (autocompletion, printing, revamped math panels) later. Abdelrazak> Yes. I even alread

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Obviously, the only logical decision to take now is to Abdelrazak> declare qt3 deprecated then. >> Not sure. Abdelrazak> And you will never be. If it looks like qt3 can continue to serve its purpose, it should conti

Re: Windows spell checker problems

2006-09-15 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Try to > see what happens when the spellchecker window gains and looses focus: > it jumps to the next word :( Which is definitely nasty. Jürgen

Re: Towards LyX 1.4.3 [status update #2]

2006-09-15 Thread Juergen Spitzmueller
Bennett Helm wrote: > > I'll look at it, but Juergen says he cannot reproduce it. > > I'm not sure what more I should do to help track this one down. Any   > pointers? Maybe it is related to the Mac? Does anyone see this problem? Jürgen

Re: Qt3 Discussion

2006-09-15 Thread Abdelrazak Younes
Charles de Miramon wrote: Jean-Marc Lasgouttes wrote: 1. who is going to do that? I still got no offer. I will try to create a klik package 2. when proposed more liberty about qt4, your first reaction is to demand 4.2 only (which will probably become 4.3 only by the time 1/5 is release

Re: Qt3 Discussion

2006-09-15 Thread Charles de Miramon
Jean-Marc Lasgouttes wrote: > > 1. who is going to do that? I still got no offer. > I will try to create a klik package > 2. when proposed more liberty about qt4, your first reaction is to >demand 4.2 only (which will probably become 4.3 only by the time >1/5 is released) > The 4.x ser

Re: Qt3 Discussion

2006-09-15 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: Obviously as it is now qt4 will be the main lyx 1.5 frontend. But as you all now, with great powers come great responsibilities. Abdelrazak> First news! The sec

Re: Towards LyX 1.4.3 [status update #2]

2006-09-15 Thread Bennett Helm
On Sep 15, 2006, at 4:32 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> Please don't overlook Bug 2818: Bennett> Bennett> For me, at least, this is a clear regression in inserting Bennett> citations

Re: Qt3 Discussion

2006-09-15 Thread Edwin Leuven
Jean-Marc Lasgouttes wrote: Three points: 1. who is going to do that? I still got no offer. i don't understand where qt4 is different from qt3 or xforms or gtk or ... ?

Re: Qt3 Discussion

2006-09-15 Thread Abdelrazak Younes
José Matos wrote: On Friday 15 September 2006 12:41, Abdelrazak Younes wrote: You're too diplomatic for a Friday... Politics is the art of the possible. (Otto Von Bismarck) Politics is especially useful in a democracy. We are far far far from such environment in this project. We are not e

Re: Windows spell checker problems

2006-09-15 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> I also noticed the problem with the first misspelled word not Joost> being checked is back. Wasn't this supposed to be fixed? This last bug seems to be a consequence of the fix to bug 2423. Try to see what happens when the spellche

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: >> Obviously as it is now qt4 will be the main lyx 1.5 frontend. But >> as you all now, with great powers come great responsibilities. Abdelrazak> First news! The second sentence or he fi

Re: [PATCH] Re-introduce layout menu

2006-09-15 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Jean-Marc Lasgouttes schrieb: >> I think I am even less willing to have 'bold' in the toolbar than >> in the menus... Sorry. >> Michael> It is because "bold" is bad and you want to make it as Michael> difficult as possible to us

Re: Feature request

2006-09-15 Thread José Matos
On Monday 11 September 2006 05:41, Al Muckart wrote: > Hi there, > > Apologies if this is the wrong place to send this, I couldn't find a better > looking address on the website. > > I've just opened up a lyx file which is under RCS revision control which I > forgot to check in last time I edited i

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> according to Rainer Dorsch the attached patch let LyX compile Enrico> again with qt3.0. Please let me know if I can apply it to Enrico> 1.4.x. The change in toqstr should be conditionned on qt version too. Using fromLatin1 de

Re: Qt3 Discussion

2006-09-15 Thread José Matos
On Friday 15 September 2006 12:41, Abdelrazak Younes wrote: > You're too diplomatic for a Friday... Politics is the art of the possible. (Otto Von Bismarck) As the release manager for 1.5.0 it my job to ensure that the strategic goals are discussed, understood an accepted, be it Friday or no

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> I am CC'ing this message to Jean-Marc the release coordinator José> of the stable version. José> With the proposed patch for configure.py lyx requires a python José> version between 2.0 and 2.2.1. José> May I apply the patch to l

Re: Qt3 Discussion

2006-09-15 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> If we have someone who can spend time to maintain the qt3 frontend >> on par (in terms of follow-abdels-latest-code-scramble :) with qt4, >> there would be indeed no reason to remove it. Ju

Re: [patch] Boost 1.34 name clash

2006-09-15 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> Here is the patch. Please tell me if I can put it in. If it is needed for 1.4, you can put it in there. JMarc

Re: Towards LyX 1.4.3 [status update #2]

2006-09-15 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: >> Can't you remove the second, third and fourth arguments of >> pasteSelectionHelper and get them from cur instead? Juergen> the second argument (text->paragraphs()) can be removed Juergen> indeed, but I don't think parlist and

  1   2   >