Change in pdf viewer search order?

2005-09-08 Thread Mike Meyer
The default search list for a pdf previewer (in lib/configure.m4) goes gv ghostview xpdf, or some such - xpdf is definitely last. xpdf is a *much* nicer pdf previewer than ghostview. I'd like to suggest that it be moved in front of the two ghostview entries. Thanks, http:

Re: tex2lyx doesn't work on win95/98

2005-09-08 Thread Angus Leeming
Luis Rivera wrote: > Angus, > > Since tex2lyx is a console application, I guess I only need gcc+mingw, > plus the source code. If that's right, I may try... Great! There's a shell script on the http://wiki.lyx.org/LaTeX/LatexToLyx page, make_tex2lyx_dist.sh, that should make it trivially easy t

Win98 fixes

2005-09-08 Thread Angus Leeming
Jean-Marc, the attached patch enables LyX 1.3.x to at least fire up under Win98. Whether the resulting executable is any use is a separate issue, as mentioned here: http://wiki.lyx.org/Windows/LyX136experimental#win98 The patch does three things: 1. Ensures that various char arrays have max size

Re: tex2lyx doesn't work on win95/98

2005-09-08 Thread Luis Rivera
Angus, Since tex2lyx is a console application, I guess I only need gcc+mingw, plus the source code. If that's right, I may try... Luis __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

gmane delays

2005-09-08 Thread Luis Rivera
Hello, I posted the same report (some failure on tex2lyx) three times by mistake. The Gmane mailing archives are delayed, and I couldn't verify my posting there, but on MARC. I apologize. Luis. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has th

bug in tex2lyx windows

2005-09-08 Thread Luis Rivera
Hello, I tried to run tex2lyx on win95/98, without success. The programs crashed crying as follows: On win95 The TEX2LYX.EXE file is linked to missing export KERNEL32.DLL:GetFileAttributesExA On win98 The TEX2LYX.EXE file is linked to missing export SHELL32.DLL:SHGetFolderPathA This bug seem

Re: tex2lyx doesn't work on win95/98

2005-09-08 Thread Angus Leeming
Luis Rivera wrote: > Hello, > > I tried the tex2lyx binary posted on the wiki on my win95/98 machines > (Intel486/16Mb RAM; Pentium4/32Mb RAM, respectively), and it didn't work. > > On crash landing it produced the following errors: > > "The TEX2LYX.EXE file is linked to missing export > KERNEL

lyx2tex fails on win95/98

2005-09-08 Thread Luis Rivera
Hello, I downloaded from the wiki and tried to run tex2lyx on win95 and win98, and it didn't run. The executable crashed on win95 crying "The tex2lyx.exe file is linked to missing export kernel32.dll:GetFileAttributesExA" On win98 it groaned "The tex2lyx.exe file is linked to missing export

tex2lyx doesn't work on win95/98

2005-09-08 Thread Luis Rivera
Hello, I tried the tex2lyx binary posted on the wiki on my win95/98 machines (Intel486/16Mb RAM; Pentium4/32Mb RAM, respectively), and it didn't work. On crash landing it produced the following errors: "The TEX2LYX.EXE file is linked to missing export KERNEL32.DLL:GetFileAttributesExA" on win

Re: [patch] bug 2003

2005-09-08 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > So the test only works by chance, because a tabular cell is the only > insettext that is not subclassed, right? Let's say the test "sort of" works. I think the reason for bug 1952 is that isMainText() returns true _inside_ a tabular cell after undo. I don't know wh

Re: Qt toolbar prettiness

2005-09-08 Thread Angus Leeming
Vladimir Prus wrote: >>> Personally, I'm quite comfortable with this small extra spacer. Are >>> you? >> >> Maybe, you can just copy-paste KDE code? >> >>void KToolBar::setFullSize(bool flag ) >>{ >> setHorizontalStretchable( flag ); >> setVerticalStretchable( flag ); >>}

Re: [Patch] Hebrew counter labels

2005-09-08 Thread Martin Vermeer
On Thu, Sep 08, 2005 at 03:26:18PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> I just updated the patch in bugzilla to reflect Georg's > Martin> correction. > > Please commit it. > > JMarc Done. Thanks! - Martin pgpWGH2vKCYXo.

Re: LyX 140 configure problem with awk

2005-09-08 Thread Angus Leeming
Bennett Helm wrote: > Now that I've finally got cvs set up again, I notice that there's a > problem with configure on machines without gawk (like Mac OS X). > Although the code starting at line 1904 correctly finds that I don't > have gawk, mawk, or nawk but do have awk, and although ac_cv_prog_AW

LyX 140 configure problem with awk

2005-09-08 Thread Bennett Helm
Now that I've finally got cvs set up again, I notice that there's a problem with configure on machines without gawk (like Mac OS X). Although the code starting at line 1904 correctly finds that I don't have gawk, mawk, or nawk but do have awk, and although ac_cv_prog_AWK is properly set to

Re: Compiling lyx-13x on Mac OSX 10.4 with gcc-3.3

2005-09-08 Thread Bennett Helm
On Sep 8, 2005, at 8:26 AM, Jean-Marc Lasgouttes wrote: "Jean-Marc" == Jean-Marc Lasgouttes [EMAIL PROTECTED]> writes: Bennett> This patch enables lyx to compile, but the result crashes on Bennett> launch. Here's the gdb output: Jean-Marc> Let's see if we can get this one going. Jean-Marc>

Re: Tabular fixed-/non-fixed-width switch (bugs 1296, 1840)

2005-09-08 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > You can apply this to 1.3.7, and the equivalent one to 1.4.0. Done. Jürgen

Re: large executable

2005-09-08 Thread Pol
Pol wrote: > However the stripped down executable is very large, about 11 megabytes. > What is wrong? I forgot to add that i am compiling lyx 1.4 The compiled lyx 1.4 executable from cvs, last april, was 4.2 megabytes; but in that case compilation had been accoplished on ordinary intel desktop

Re: Qt toolbar prettiness

2005-09-08 Thread Vladimir Prus
Vladimir Prus wrote: >> Personally, I'm quite comfortable with this small extra spacer. Are >> you? > > Maybe, you can just copy-paste KDE code? > >void KToolBar::setFullSize(bool flag ) >{ > setHorizontalStretchable( flag ); > setVerticalStretchable( flag ); >} Oops, r

Re: large executable

2005-09-08 Thread Paolo Pumilia
Pol wrote: > However the stripped down executable is very large, about 11 megabytes. > What is wrong? I forgot to add that i am compiling lyx 1.4 The compiled lyx 1.4 executable from cvs, last april, was 4.2 megabytes; but in that case compilation had been accoplished on ordinary intel desktop

Re: Broken \lyxline{} in 1.4cvs, and a suggested fix

2005-09-08 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> Thanks for the hint, that was easy. The attached patch fixes > Georg> the problem for lyxline insets (which is BTW now bug 2014: > Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2014). >

Re: Qt toolbar prettiness

2005-09-08 Thread Vladimir Prus
Angus Leeming wrote: > Jean-Marc Lasgouttes wrote: >> Angus> Here's the (much simpler) patch for 1.4 too. > >> What happens when two toolbars are put on the same line? How does >> the filler behave? > > It appears to create a small, but non-zero spacer. Try the attached, > changing the "#if 0" t

Re: Qt toolbar prettiness

2005-09-08 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Here's the (much simpler) patch for 1.4 too. > What happens when two toolbars are put on the same line? How does > the filler behave? It appears to create a small, but non-zero spacer. Try the attached, changing the "#if 0" to "#if 1" to see the difference.

Re: [patch] bug 2003

2005-09-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> Concerning this >> >> +       // there's obviously no better way to omit indendation >> in tabular cells :-( +       && (par.ownerCode() != >> InsetBase::TEXT_CODE || isMainText())

Re: [patch] bug 2003

2005-09-08 Thread Juergen Spitzmueller
Angus Leeming wrote: > > Read: I did not find any other way. > > Your original statement reads as: Obviously, you complete idiot, this > is the best possible way to omit indentation in tabular cells. > > Jean-Marc's suggestion reads as: There may be a better way to do this, > but I couldn't find it

Re: [patch] bug 2003

2005-09-08 Thread Angus Leeming
Juergen Spitzmueller wrote: >> // there's obviously no better way to omit indendation >> // in tabular cells :-( >> Do you mean "there is no obvious better way"? > Read: I did not find any other way. Your original statement reads as: Obviously, you complete idiot, this is the best possible way t

Re: [patch] bug 2002

2005-09-08 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Juergen> Jean-Marc Lasgouttes wrote: // This is correct and always > Juergen> safe. // (See Meyer's Effective STL, Item 28.) return > Juergen> (++rit).base(); >>> Isn't it possible to fix this instead? I agree that the code is >>> not very clear... > > Juergen> I can

Re: [patch] bug 2002

2005-09-08 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Juergen> Jean-Marc Lasgouttes wrote: // This is correct and always > Juergen> safe. // (See Meyer's Effective STL, Item 28.) return > Juergen> (++rit).base(); >>> Isn't it possible to fix this instead? I agree that the code is >>> not very clear... > > Juergen> I can

Re: [patch] bug 2002

2005-09-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: // This is correct and always Juergen> safe. // (See Meyer's Effective STL, Item 28.) return Juergen> (++rit).base(); >> Isn't it possible to fix this instead? I agree that the code is >> not

Re: [Patch] Hebrew counter labels

2005-09-08 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> I just updated the patch in bugzilla to reflect Georg's Martin> correction. Please commit it. JMarc

Re: 1.4 bug: A customized "external_templates" from 1.3 cause assertion crash

2005-09-08 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: Helge> Now there may be good reasons for not supporting an old Helge> customized file, and a popup error for this might be >> overkill. >> Helge> Still, how about adding something like this to the error

Re: [patch] bug 2002

2005-09-08 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> // This is correct and always safe. // (See Meyer's Effective > Juergen> STL, Item 28.) return (++rit).base(); > > Isn't it possible to fix this instead? I agree that the code is not > very clear... I cannot fix it, because I don't understand it (and I certai

Re: [patch] bug 2003

2005-09-08 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Concerning this > > +       // there's obviously no better way to omit indendation in > tabular cells :-( +       && (par.ownerCode() != InsetBase::TEXT_CODE > || isMainText()) > > Do you mean "there is no obvious better way"? Read: *I* did not find any other

Re: request for help with CVS access to LyX sources

2005-09-08 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> We should take the oppurtunito to move the devel www-site into Lars> the user one. So that we only have one... Do you want to keep the web sites separates from the user POV? Merging them will be a lot of work. JMarc

Re: Qt toolbar prettiness

2005-09-08 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Here's the (much simpler) patch for 1.4 too. What happens when two toolbars are put on the same line? How does the filler behave? JMarc

Re: Tabular fixed-/non-fixed-width switch (bugs 1296, 1840)

2005-09-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Lars Gullik Bjønnes wrote: >> please keep the alignment change out of this. Juergen> OK. Modified patch is attached. You can apply this to 1.3.7, and the equivalent one to 1.4.0. JMarc

Re: [Patch] Hebrew counter labels

2005-09-08 Thread Martin Vermeer
On Thu, Sep 08, 2005 at 02:33:17PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Here finally the full updated patch. You will see that I > Martin> include chunks to the he.po file... I don't want to do this, > Martin> but this patch

Re: [patch] bug 2003

2005-09-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Juergen Spitzmueller wrote: >> > But I might be in favour. >> >> I'll have a look. Juergen> Here is the patch. Works like a charme, except for Juergen> insettabular. I did not find a way to let the tabular cell's Juerge

Re: [patch] bug 2002

2005-09-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> The attached patch fixes bug 2002 (citation "find backwards" Juergen> skips one entry). I'm not really sure about the cause of the Juergen> bug, but I suppose the following line in biblio.C makes find Juergen> backward sk

Re: [Patch] Hebrew counter labels

2005-09-08 Thread Martin Vermeer
On Thu, 2005-09-08 at 14:33 +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Here finally the full updated patch. You will see that I > Martin> include chunks to the he.po file... I don't want to do this, > Martin> but this patch moves f

Re: [PATCH] Binding for paste-primary-selection

2005-09-08 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> I have prepared a patch for 1.3 (see attachment). If you like Michael> it, please let me know. I'd rather not change bindings in 1.3.x. It is not worth it. JMarc

Re: [PATCH] Support tex4ht converter

2005-09-08 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Hello, I have added support for the great tex4ht converter Michael> (which generates HTML especially well-suited for MS Word). Michael> Enclosed please find a patch against 1.4.0. It also polishes Michael> some comments (pure

Re: 1.4 bug: A customized "external_templates" from 1.3 cause assertion crash

2005-09-08 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Helge> Now there may be good reasons for not supporting an old > Helge> customized file, and a popup error for this might be > overkill. > > Helge> Still, how about adding something like this to the error > Helge> message: "(Perhaps this file was customized for an old

Re: Broken \lyxline{} in 1.4cvs, and a suggested fix

2005-09-08 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Thanks for the hint, that was easy. The attached patch fixes Georg> the problem for lyxline insets (which is BTW now bug 2014: Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2014). Georg> OK to commit? This looks good, although what

Re: 1.4 bug: A customized "external_templates" from 1.3 cause assertion crash

2005-09-08 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> Now there may be good reasons for not supporting an old Helge> customized file, and a popup error for this might be overkill. Helge> Still, how about adding something like this to the error Helge> message: "(Perhaps this file was c

Re: [Patch] Hebrew counter labels

2005-09-08 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Here finally the full updated patch. You will see that I Martin> include chunks to the he.po file... I don't want to do this, Martin> but this patch moves functionality out to he.po that was Martin> previously (in lyx-1.2) hardwi

Re: Compiling lyx-13x on Mac OSX 10.4 with gcc-3.3

2005-09-08 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Bennett> This patch enables lyx to compile, but the result crashes on Bennett> launch. Here's the gdb output: Jean-Marc> Let's see if we can get this one going. Jean-Marc> Bennett, could you retry with the following patch (on

Re: Compiling lyx-13x on Mac OSX 10.4 with gcc-3.3

2005-09-08 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Aug 5, 2005, at 12:13 PM, Jean-Marc Lasgouttes wrote: >> Indeed. So an alternative would be to add #include to >> user.hpp, right? >> >> Bennett, in case I am right, could you try this patch instead of >> the previous one?

Re: [new PATCH] Re: [PATCH] Re: Reminder: patch for bug 1757, bug 1939

2005-09-08 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Apply it... I applied it, and further testing shows that I still have to learn about operator precedence :) I am going to apply the following patch now. JMarc Index: src/ChangeLog

large executable

2005-09-08 Thread Pol
Hi I have just (apparently) successfully compiled lyx from cvs, using % ./configure --enable-shared--with-frontend=qt --with-qt-includes=/usr/share/qt3/include --with-qt-libraries=/usr/share/qt3/lib % make install-strip where '%' il my terminal prompt on debian laptop, with gcc 4.0.2

Re: Spell checker patch

2005-09-08 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> No, but I dug it out again last night. Here's the updated patch Angus> which I'll apply shortly to the 1.4 tree. Great! I was going to do it :) JMarc

Re: Spell checker patch

2005-09-08 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Michael Schmitt wrote: >>> Hi Angus, what happened to the "spell checker" patch? > Angus> Jean-Marc has it. He's on holiday... > It is always my fault... > Angus> Ok, Ok, I'll apply it. Modulo the "history" changes that Lars > Angus> didn't want. > Did you?

Re: dvips option added by LyX

2005-09-08 Thread Angus Leeming
On Thursday 08 September 2005 08:35, you wrote: > > Maybe you could add this as a bug report to http://bugzilla.lyx.org so > > that the problem doesn't get lost. > > I can't get an account! > > I tried to do so with my mail ([EMAIL PROTECTED]) but the server > didn't send me anything. I also tried