[PATCH] Qt4 view-source dialog with a little bit syntax highlighting

2006-04-14 Thread Bo Peng
Hi, Abdel, Just to play with the QSyntaxHighlighting which is not available for qt3, I installed qt4/x11 and port the view-source dialog to it. Attached is the patch. It is the same for view-source/qt3, plus syntax highlighting for %, $$ and \whatever. Please have a look. If you feel like it, comm

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 06:02:25PM +0200, Abdelrazak Younes wrote: > Enrico Forestieri a écrit : > > On Fri, Apr 14, 2006 at 05:07:47PM +0200, Abdelrazak Younes wrote: > >>> I am no m4 expert, but could see what I can do. Anyway, this is not > >>> strictly necessary as that define can be set throu

boot errors and core dump on DragonFly

2006-04-14 Thread Jeremy C. Reed
(I have emailed about core dumps on close on NetBSD many times. I am the package maintainer for NetBSD's lyx. I have provided a patch for this package so it won't core dump on close. I wish it would be included in lyx's source.) On DragonFly operating system, there is a core dump when exiting l

Re: LyX 1.4.1 is released

2006-04-14 Thread Paul A. Rubin
Georg Baum wrote: Am Freitag, 14. April 2006 18:41 schrieb Enrico Forestieri: On Fri, Apr 14, 2006 at 06:29:40PM +0200, Georg Baum wrote: It simply should never be invoked by hand. This is unsupported. But the installer suggests doing that when it fails to run configure. I know. I still thin

Re: crash

2006-04-14 Thread Edwin Leuven
Abdelrazak Younes wrote: I don't see that with two days old svn (qt2). Could you try to comment out the call to needsUpdateCounters at ../../lyx-devel/src/text2.C:1278 yeah, gets rid of the crash... regards, edwin

Re: crash

2006-04-14 Thread Abdelrazak Younes
Edwin Leuven a écrit : do others see this? recipe: ctrl-n ctrl-m a arrow right enter arrow up I don't see that with two days old svn (qt2). Could you try to comment out the call to needsUpdateCounters at ../../lyx-devel/src/text2.C:1278 A test of validity of the passed ParIterator in this fu

Re: feature request

2006-04-14 Thread Lars Gullik Bjønnes
"Leuven, E." <[EMAIL PROTECTED]> writes: | > BTW, Andre' asked you to keep the actions in alphabetical order | | didn't have the impression that they were in alpabetical order | | will have a look tonight newest lfun enum is put last. -- Lgb

Re: [patch] Add support for cygwin-tetex to native win32 LyX

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 08:56:51PM +0200, Enrico Forestieri wrote: > On Fri, Apr 14, 2006 at 09:57:21AM +0200, Georg Baum wrote: > > > Am Mittwoch, 12. April 2006 23:39 schrieb Enrico Forestieri: > > > > Is it sufficient adding a comment? Changing that would require more > > > than one line for

Re: [patch] Add support for cygwin-tetex to native win32 LyX

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 09:57:21AM +0200, Georg Baum wrote: > Am Mittwoch, 12. April 2006 23:39 schrieb Enrico Forestieri: > > Is it sufficient adding a comment? Changing that would require more > > than one line for no good... > > If you add a comment with the mount output then it would be OK w

Re: [patch] bug 2460: unbrake natbib

2006-04-14 Thread Bennett Helm
On Apr 14, 2006, at 2:31 PM, Georg Baum wrote: Am Freitag, 14. April 2006 17:28 schrieb Juergen Spitzmueller: I'm all fine with your changes. They seem to work well for all cases I'm aware of (the textcases of my fix), consider some things that I have forgotten (especially wrt child docum

Re: [patch] bug 2460: unbrake natbib

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 17:28 schrieb Juergen Spitzmueller: > I'm all fine with your changes. They seem to work well for all cases I'm aware > of (the textcases of my fix), consider some things that I have forgotten > (especially wrt child documents) and improve the code. Good to hear that i

crash

2006-04-14 Thread Edwin Leuven
do others see this? recipe: ctrl-n ctrl-m a arrow right enter arrow up backtrace: (gdb) bt #0 0x080ad735 in ParagraphParameters::appendix (this=0x7c, a=false) at ../../lyx-devel/src/ParagraphParameters.C:152 #1 0x080cd949 in (anonymous namespace)::setCounter ([EMAIL PROTECTED], [EMAIL

Re: [patch] fix bug 1473: Implement phantom in math

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 07:33:52PM +0200, Georg Baum wrote: > Am Freitag, 14. April 2006 19:27 schrieb Enrico Forestieri: > > > This is very useful. While we are at it, I think that a really glaring > > omission is the support for \bigl, \bigr and friends. > > Does src/mathed/math_biginset.[Ch]

Re: LyX 1.4.1 is released

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 18:41 schrieb Enrico Forestieri: > On Fri, Apr 14, 2006 at 06:29:40PM +0200, Georg Baum wrote: > > It simply should never be invoked by hand. This is unsupported. > > But the installer suggests doing that when it fails to run configure. I know. I still think it would be

Re: [patch] fix bug 1473: Implement phantom in math

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 19:27 schrieb Enrico Forestieri: > This is very useful. While we are at it, I think that a really glaring > omission is the support for \bigl, \bigr and friends. Does src/mathed/math_biginset.[Ch] not work? Georg

Re: [patch] Add support for cygwin-tetex to native win32 LyX

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 06:23:37PM +0100, Jose' Matos wrote: > On Friday 14 April 2006 16:00, Enrico Forestieri wrote: > > > > I think you don't love APL ;-) > > > > > > I never saw it in a real project, so I don't know whether I would love > > > it :-) > > > > I had a collegue which used and love

Re: [patch] fix bug 1473: Implement phantom in math

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 03:30:11PM +0200, Georg Baum wrote: > This patch implements \phantom, \hphantom and \vphantom in math. They can > be used already, but will be drawn in red. > The implementation follows the idea given by Jean-Marc in > http://bugzilla.lyx.org/show_bug.cgi?id=1473: draw th

Re: [patch] Add support for cygwin-tetex to native win32 LyX

2006-04-14 Thread Jose' Matos
On Friday 14 April 2006 16:00, Enrico Forestieri wrote: > > > I think you don't love APL ;-) > > > > I never saw it in a real project, so I don't know whether I would love > > it :-) > > I had a collegue which used and loved that programming language. > I was really impressed by its compactness but

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 06:02:25PM +0200, Abdelrazak Younes wrote: > Enrico Forestieri a écrit : > > Actually, it is quite simple. You should set CC, CPP, CXX, and CXXPP > > when invoking configure, like this: > > > > cd build > > ../configure CC='gcc -mno-cygwin' CPP='gcc -mno-cygwin -E' \ > >

Re: LyX 1.4.1 is released

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 06:29:40PM +0200, Georg Baum wrote: > Am Freitag, 14. April 2006 18:08 schrieb Enrico Forestieri: > > I already suggested to Paul a couple of fixes but he said they didn't > > worked. I think there is another problem here. Your fix to bug 2285 > > will not work on Windows w

Re: LyX 1.4.1 is released

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 18:08 schrieb Enrico Forestieri: > I already suggested to Paul a couple of fixes but he said they didn't > worked. I think there is another problem here. Your fix to bug 2285 > will not work on Windows when the configure script is invoked by hand > form the libdir locatio

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Fri, Apr 14, 2006 at 05:07:47PM +0200, Abdelrazak Younes wrote: I am no m4 expert, but could see what I can do. Anyway, this is not strictly necessary as that define can be set through CPPFLAGS. I would prefer something that is ready to compile out of the box so l

Re: feature request

2006-04-14 Thread Edwin Leuven
iteration 11 attached... opinions? Index: src/LyXAction.C === --- src/LyXAction.C (revision 13679) +++ src/LyXAction.C (working copy) @@ -353,6 +353,8 @@ { LFUN_MOUSE_RELEASE, "", ReadOnly }, {

Re: LyX 1.4.1 is released

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 17:26 schrieb Paul A. Rubin: > I read the bug report but might not have understood some of the comments > correctly. Shouldn't running configure with the switch > --with-version-suffix=1.4.x, as Enrico suggested, fix this? (It didn't.) Yes, it should, and it does so

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 04:47:00PM +0200, Abdelrazak Younes wrote: > Enrico Forestieri a écrit : > > On Fri, Apr 14, 2006 at 10:09:32AM +0200, Abdelrazak Younes wrote: > [...] > >> Well I certainly hope Enrico would help me as he is much more > >> knowledgeable than me. See Enrico? It was not tha

Re: LyX 1.4.1 is released

2006-04-14 Thread Paul A. Rubin
Georg Baum wrote: Am Donnerstag, 13. April 2006 21:34 schrieb Paul A. Rubin: Well, the good news is that it no longer trips over a space. The bad news is that I get the following output: checking for a LaTeX -> LyX converter... +checking for "tex2lyx"... no +checking for "tex2lyx"... no I h

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 05:07:47PM +0200, Abdelrazak Younes wrote: > Enrico Forestieri a écrit : > > On Fri, Apr 14, 2006 at 10:38:08AM +0200, Abdelrazak Younes wrote: > > > >> Georg Baum a écrit : > >>> Am Freitag, 14. April 2006 10:09 schrieb Abdelrazak Younes: > Lars Gullik Bjønnes a écri

Re: [patch] bug 2460: unbrake natbib

2006-04-14 Thread Juergen Spitzmueller
Georg Baum wrote: > The right approach in general, but I think it needs some tweaking. I'm all fine with your changes. They seem to work well for all cases I'm aware of (the textcases of my fix), consider some things that I have forgotten (especially wrt child documents) and improve the code. I

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Fri, Apr 14, 2006 at 10:38:08AM +0200, Abdelrazak Younes wrote: Georg Baum a écrit : Am Freitag, 14. April 2006 10:09 schrieb Abdelrazak Younes: Lars Gullik Bjønnes a écrit : Why isn't the two first lines deleted? Because I know sxxt about M4 :-) I suppose I c

Re: [patch] Add support for cygwin-tetex to native win32 LyX

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 09:57:21AM +0200, Georg Baum wrote: > Am Mittwoch, 12. April 2006 23:39 schrieb Enrico Forestieri: > > The output of the command is like this: > > > > $ mount --show-cygdrive-prefix > > Prefix Type Flags > > /cygdrive system binmode > >

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 10:38:08AM +0200, Abdelrazak Younes wrote: > Georg Baum a écrit : > > Am Freitag, 14. April 2006 10:09 schrieb Abdelrazak Younes: > >> Lars Gullik Bjønnes a écrit : > >>> Why isn't the two first lines deleted? > >> Because I know sxxt about M4 :-) > >> I suppose I can delet

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Fri, Apr 14, 2006 at 10:09:32AM +0200, Abdelrazak Younes wrote: [...] Well I certainly hope Enrico would help me as he is much more knowledgeable than me. See Enrico? It was not that hard to push this change ;-) When I ask something to a particular secretary of

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 10:09:32AM +0200, Abdelrazak Younes wrote: > Lars Gullik Bjønnes a écrit : > > Why isn't the two first lines deleted? > > Because I know sxxt about M4 :-) > I suppose I can delete that but then what's the use of cygwin.m4? Could > we just delete the file and let it rest i

[patch] fix bug 1473: Implement phantom in math

2006-04-14 Thread Georg Baum
This patch implements \phantom, \hphantom and \vphantom in math. They can be used already, but will be drawn in red. The implementation follows the idea given by Jean-Marc in http://bugzilla.lyx.org/show_bug.cgi?id=1473: draw the contents in LColor::color::special, and draw one or two arrows ove

Re: lyx140[cvs]: references

2006-04-14 Thread Georg Baum
Am Dienstag, 11. April 2006 19:15 schrieb Hartmut Haase: > Either "Formatted reference" is not implemented, then it should be deleted > from the list of possible references (Insert->Cross-reference...) or > prettyref.sty should be installed automatically. ??? prettyref is loaded automaticall

Re: [patch] require tipa

2006-04-14 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >>  > The decision format chnage yes or now is basically a tradeoff >> between >> >> > compatibility and ease of use for new users. >> >> I think you should just do it. Juergen> You mean: pu

Re: feature request

2006-04-14 Thread Jean-Marc Lasgouttes
> "Leuven," == Leuven, E <[EMAIL PROTECTED]> writes: >> BTW, Andre' asked you to keep the actions in alphabetical order Leuven,> didn't have the impression that they were in alpabetical Leuven,> order I thought more about it, and I think you are right. Can't look at the source right now. JMa

Re: [patch] require tipa

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 13:21 schrieb Juergen Spitzmueller: > If it needs to be ttf (the tipa package only ships type1 AFAIK), then the SIL > Doulos fonts are most likely our choice: ttf is needed because fontconfig enabled qt does not find type1 fonts. > http://scripts.sil.org/DoulosSILfon

Re: [patch] bug 2460: unbrake natbib

2006-04-14 Thread Georg Baum
Am Donnerstag, 13. April 2006 17:36 schrieb Juergen Spitzmueller: > What it does is: > - store the timestamp of any bibfile in the buffer > - in insetcite, store the timestamp of the files at the time when the > bibliographies were scanned for the last time > - now only scan the files again if th

RE: feature request

2006-04-14 Thread Leuven, E.
> BTW, Andre' asked you to keep the actions in alphabetical order didn't have the impression that they were in alpabetical order will have a look tonight

Re: feature request

2006-04-14 Thread Jean-Marc Lasgouttes
> "Edwin" == Leuven, E <[EMAIL PROTECTED]> writes: >>> because you just told me about LyXText::getStatus()? >> I think I did tell you yesterday... Edwin> didn't understood you were referring to an existing function i Edwin> thought you wanted me to create a new function in text3.C Edwin> it'

Re: Is this cursor reset necessary?

2006-04-14 Thread Bo Peng
> Yes. Even better: find out why this happens (no I don't have an idea) ;-) > BTW, I did not notice that so far. Really? This happens on Linux/RHEL4/qt2/lyx1.5.xsvn. I will see what I can find. There has been some other minor cursor movement problems. For example, sometimes, I just can not click

Re: [patch] require tipa

2006-04-14 Thread Juergen Spitzmueller
Georg Baum wrote: > This is straightforward. See the patch in > http://bugzilla.lyx.org/show_bug.cgi?id=2340 (which I plan to put in > soon) for hints. Thanks, this really helps. > The biggest problem is probably the installation of a > suitable ttf version of the font. If it needs to be ttf (

Re: [patch] require tipa

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 12:24 schrieb Juergen Spitzmueller: > This sounds sensible to me. I don't know when tipa has been introduced, but > I'm sure no one knew that LyX supports it until we detected it recently > rather by chance. > Now that we have a bit of information about it on the Wiki,

RE: feature request

2006-04-14 Thread Leuven, E.
>> because you just told me about LyXText::getStatus()? > I think I did tell you yesterday... didn't understood you were referring to an existing function i thought you wanted me to create a new function in text3.C it's just a bit frustrating to hear this after the 9th (or 10th) iteration of my p

Re: [patch] require tipa

2006-04-14 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: >  > The decision format chnage yes or now is basically a tradeoff between > > > compatibility and ease of use for new users. > > I think you should just do it. You mean: put it in branch and trunk? Jürgen

Re: [patch] require tipa

2006-04-14 Thread Juergen Spitzmueller
Georg Baum wrote: > I am not sure. The other possibility would be to declare current LyX buggy > and pretend that automatic loading has been supposed to happen since tipa > support was introduced. This sounds sensible to me. I don't know when tipa has been introduced, but I'm sure no one knew tha

Re: feature request

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 11:42 schrieb Leuven, E.: > > why do you disable the lfuns in lyxfunc.C and not > > in LyXText::getStatus()? > > because you just told me about LyXText::getStatus()? Sorry, I thought the getStatus() machinery was clear. Anyway, with that change I think that it can now

Re: [patch] require tipa

2006-04-14 Thread Jean-Marc Lasgouttes
> The decision format chnage yes or now is basically a tradeoff between > compatibility and ease of use for new users. I think you should just do it. JMarc I am not sure how to decide, I only wanted to make sure that the implications are known when this decision is made.

RE: feature request

2006-04-14 Thread Jean-Marc Lasgouttes
> because you just told me about LyXText::getStatus()? I think I did tell you yesterday... JMarc

Re: [patch] require tipa

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 11:41 schrieb Juergen Spitzmueller: > Georg Baum wrote: > > This is a file format change: Newly created files will not work anymore > > with LyX 1.4.1. > > Is it? Why? Because users of 1.4.1 have to load tipa manually? Yes. New files without manually loaded tipa will n

Re: Error compiling LyX 1.4.1 on Debian Unstable g++ 4.0.3 or g++ 4.1

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 10:04 schrieb Lars Gullik Bjønnes: > Charles de Miramon <[EMAIL PROTECTED]> writes: > | Do I need to install libboost-dev ? No, since the includes will go to /usr/include. It could be that they are found instead of the bundled boost. This should not happen, but who k

RE: feature request

2006-04-14 Thread Leuven, E.
> why do you disable the lfuns in lyxfunc.C and not > in LyXText::getStatus()? because you just told me about LyXText::getStatus()? sigh

Re: [patch] require tipa

2006-04-14 Thread Juergen Spitzmueller
Georg Baum wrote: > This is a file format change: Newly created files will not work anymore > with LyX 1.4.1. Is it? Why? Because users of 1.4.1 have to load tipa manually? (and if yes: does it justify a file format increment?) Jürgen

Re: feature request

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 10:23 schrieb Edwin Leuven: > latest patch attached > > hope this can go in Why do you disable the lfuns in lyxfunc.C and not in LyXText::getStatus()? All lfuns that are handled in a dispatch() method should also be enabled or disbaled in the corresponding getStatus()

Re: [patch] require tipa

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 11:25 schrieb Juergen Spitzmueller: > Jean-Marc Lasgouttes wrote: > > Juergen> at the moment tipa has to be loaded manually. OK for trunk? > > > > Seems reasonable. > > Even for branch perhaps? This is a file format change: Newly created files will not work anymore wit

Re: [patch] require tipa

2006-04-14 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> at the moment tipa has to be loaded manually. OK for trunk? > > Seems reasonable. Even for branch perhaps? Jürgen

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Abdelrazak Younes
Georg Baum a écrit : Am Freitag, 14. April 2006 10:09 schrieb Abdelrazak Younes: Lars Gullik Bjønnes a écrit : Why isn't the two first lines deleted? Because I know sxxt about M4 :-) I suppose I can delete that but then what's the use of cygwin.m4? Could we just delete the file and let it res

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 10:09 schrieb Abdelrazak Younes: > Lars Gullik Bjønnes a écrit : > > Why isn't the two first lines deleted? > > Because I know sxxt about M4 :-) > I suppose I can delete that but then what's the use of cygwin.m4? Could > we just delete the file and let it rest in peace?

Re: feature request

2006-04-14 Thread Edwin Leuven
latest patch attached hope this can go in Index: src/LyXAction.C === --- src/LyXAction.C (revision 13671) +++ src/LyXAction.C (working copy) @@ -353,6 +353,8 @@ { LFUN_MOUSE_RELEASE, "", ReadOnly },

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Abdelrazak Younes
Lars Gullik Bjønnes a écrit : Why isn't the two first lines deleted? Because I know sxxt about M4 :-) I suppose I can delete that but then what's the use of cygwin.m4? Could we just delete the file and let it rest in peace? To commit this or not is outside my knowledge, but it seems that yo

Re: Error compiling LyX 1.4.1 on Debian Unstable g++ 4.0.3 or g++ 4.1

2006-04-14 Thread Lars Gullik Bjønnes
Charles de Miramon <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | | > The errors you get look like a mismatch between the compiler used to | > compile the boost code and the compiler (and thus stdclib++) used for | > linking. | > | > | (.text+0x179): undefined reference to `std::b

Re: LyX 1.4.1 is released

2006-04-14 Thread Georg Baum
Am Donnerstag, 13. April 2006 21:34 schrieb Paul A. Rubin: > Well, the good news is that it no longer trips over a space. The bad > news is that I get the following output: > > > checking for a LaTeX -> LyX converter... > > +checking for "tex2lyx"... no > > +checking for "tex2lyx"... no > > I

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | > Index: config/cygwin.m4 | > === | > --- config/cygwin.m4(revision 13592) | > +++ config/cygwin.m4

Re: Error compiling LyX 1.4.1 on Debian Unstable g++ 4.0.3 or g++ 4.1

2006-04-14 Thread Charles de Miramon
Lars Gullik Bjønnes wrote: > The errors you get look like a mismatch between the compiler used to > compile the boost code and the compiler (and thus stdclib++) used for > linking. > > | (.text+0x179): undefined reference to `std::basic_string | std::char_traits, std::allocator >::_S_empty_rep_s

Re: [patch] Add support for cygwin-tetex to native win32 LyX

2006-04-14 Thread Georg Baum
Am Mittwoch, 12. April 2006 23:39 schrieb Enrico Forestieri: > The output of the command is like this: > > $ mount --show-cygdrive-prefix > Prefix Type Flags > /cygdrive system binmode > > so, the inner split returns "/cygdrive system binmode"

Re: Is this cursor reset necessary?

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 00:37 schrieb Bo Peng: > Since I use Alt-F,S very often (a psychological result of previous > disastrous data loss, not caused by lyx) this uncalled-for movement > has been annoying. Any body else think this justifies a bug? Yes. Even better: find out why this happens (

Re: [Patch] reduce linking time under windows (was Re: Question about C++ warning ...)

2006-04-14 Thread Abdelrazak Younes
Can I apply this patch? We (Enrico and me) have verified it improves linking time considerably and makes no harm for those platform: - cygwin/Qt3 - cygwin-X11/Qt3 - mingw-win32/Qt3 - mingw-win32/Qt4 Abdel. PS: my libiconv/libtool problem was not related to this but to my mixed cygwin/mingw se

Re: Is this cursor reset necessary?

2006-04-14 Thread Abdelrazak Younes
Bo Peng a écrit : Dear list, 1. Open a document, edit the first paragraph 2. Scroll down a few pages, using mouse or page down key 3. File->save 4. Lyx will scroll back to the beginning of the document. Since I use Alt-F,S very often (a psychological result of previous disastrous data loss, not

Re: qt or lyx or FC5 bug ?

2006-04-14 Thread Philippe Charpentier
Jean-Marc Lasgouttes a écrit : "Philippe" == Philippe Charpentier <[EMAIL PROTECTED]> writes: Philippe> No (it does not depend on fr, but on the fact that the LANG Philippe> variable is not en_EN). I would say it depends on whether the locale uses "," for numbers. It looks like