Re: new qt2.m4

2001-09-26 Thread John Levon
On Thu, Sep 27, 2001 at 09:49:14AM +0900, R. Lahaye wrote: > AC_FIND_FILE(libqt.so.2.2.3 libqt.so.2.2 libqt.so.2 libqt2.so libqt.a libqt.sl, > ^ ^^^ ^^ > > Do you need to be that specific on the Qt2 version, tesing 2.2.3, 2.2 etc. ? > If libqt.so.x.x.x

Spell checker bug

2001-09-26 Thread Michael Schmitt
Hi, there is another bug in the spell checker code. I wanted to test whether the spell checker works with ERTs now. After a successful run, I modified some text to introduce a typographic error. However, I was not able to invoke the spell checker again! It always tells me that 0 words have been

Re: new qt2.m4

2001-09-26 Thread John Levon
On Thu, Sep 27, 2001 at 02:54:40AM +0900, R. Lahaye wrote: > Bingo! Works. Shift into CVS :). hurrah ! > File->Open causes a crash, when using "double-click file" for selecting, > instead of "single click + [OK]". The gdb session & backtrace are: This is probably the error handlers thing again

Re: qt2 configure

2001-09-26 Thread John Levon
On Wed, Sep 26, 2001 at 06:06:50PM +0900, R. Lahaye wrote: > The qt2.m4 script has an if-then-else clause for which I cannot see what > the boundaries of the then-else parts are (around line 175): > > if test "$ac_qt2_includes" = NO || test "$ac_qt2_libraries" = NO; then Ah ! Good spotting, i

Re: remove VERSION_INFO from config.h

2001-09-26 Thread Angus Leeming
On Wednesday 26 September 2001 11:06, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Can we put this VERSION_INFO data into a new header file, > Angus> please. If I reconfigure with different frontends, I don't need > Angus> to rebuild everythi

Re: lyxbugs update

2001-09-26 Thread Michael Schmitt
On Tue, 25 Sep 2001, Angus Leeming wrote: > Fixed > > - Started spellchecker but it died with the following console msg: > ispell: unrecognized formatter type 'latin1' > Restarted spellchecker: > ... Confirmed. Have you seen that LyX raises two error message dialogs? I think one of

append column bug

2001-09-26 Thread Gideon AMOS
I have found a bug with the `append column' operation for a table in lyx version 1.1.6fix3. I can reproduce the bug with the following steps i) open the lyx file, which is appended to the bottom of this message ii) right click in the top right box of the table, where it says `iterations'

Re: qt2 configure

2001-09-26 Thread Juergen Vigna
On 26-Sep-2001 R. Lahaye wrote: >> Can you confirm that after make distclean, config.cache has been removed >> before you start the configure ? > > Confirmed! No config.cache after the 'make distclean'. > (Distclean doesn't remove Makefile.in, acinclude.m4 and aclocal.m4; > I think it should tho