Re: [PATCH] bug 2237: --with-version-suffix does not attach suffix to main binaries: lyx, lyxclient, tex2lyx

2006-02-07 Thread Jean-Pierre Chrétien
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > This patch seems to work correctly in my tests. I am not sure what > happens in windows though (due to the use of $(EXE_EXT)). > > Please test. Works as expected here (Solaris Sparc). -- Jean-Pierre

Re: Compiling LyX for Windows - free MSVC available

2006-02-07 Thread Andre Poenitz
On Mon, Feb 06, 2006 at 11:40:10AM -0500, Paul A. Rubin wrote: > IIRC, MSVC also uses nonstandard scoping of loop indices. Again, my > memory is fuzzy, but I believe that > > for (int i=1; i<10; i++) ...; > ... > for (int i=1; i > should compile correctly in any standard implementation of C/C++

Re: 1.4cvs performance problem over network when adding a paragraph

2006-02-07 Thread Andre Poenitz
On Mon, Feb 06, 2006 at 09:59:42AM +0100, Jean-Marc Lasgouttes wrote: > > "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: > > Helge> I tested the userguide, no problems there. Further testing > Helge> shows that it is related to images. I have some high resolution > Helge> images - of cou

Re: Renaming macros

2006-02-07 Thread Andre Poenitz
On Mon, Feb 06, 2006 at 09:46:10AM +1030, Beck, Andrew Thomas - BECAT001 wrote: > > >I just had a thought. > > > >Why not give the template a fixed numerb of cells gain. > > > >A LaTeX macro can have at most nine 'regular' arguments, so something > >like eleven fixed cells should do... > > > >An

Re: Issues with 1.4pre4

2006-02-07 Thread Andre Poenitz
On Sun, Feb 05, 2006 at 05:33:57PM +1030, Beck, Andrew Thomas - BECAT001 wrote: > >I think it should be without backslashes. > > Confirmed. I actually figured this must have been deliberate because > it's so obvious to anybody testing any changes to math-macro's that it > couldn't have slipped pas

Re: [PATCH] bug 2237: --with-version-suffix does not attach suffix to main binaries: lyx, lyxclient, tex2lyx

2006-02-07 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> This patch seems to work correctly in my tests. I am not sure what >> happens in windows though (due to the use of $(EXE_EXT)). >> >> Please test. Georg> It works well for me, but it does not address th

Re: [PATCH] bug 2237: --with-version-suffix does not attach suffix to main binaries: lyx, lyxclient, tex2lyx

2006-02-07 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Passing the version suffix to lib/configure is indeed a different > problem. Could we postpone it to 1.4.1? Of course, since it is also present in 1.3. I only noticed it. But it might be a good idea to mention it in the release notes. This is now http://bugzilla.lyx.

Re: Bibtopic and showing bibliography in TOC

2006-02-07 Thread Juergen Spitzmueller
John C. Spray wrote: > So, which of the following statements is true: > 1. Bibtopic is always enabled, and the checkbutton shouldn't be > there > 2. When bibtopic is enabled, the checkbutton should be disabled This one. However, it does not really harm if we send setOptions("bibtotoc"), since bibt

not XHTML 1.1 valid

2006-02-07 Thread Yann Esposito
simply for information, have a nice day. LyX is a great program. YE ps: I'd like to have rss feed for news of lyx.org.

Re: Bibtopic and showing bibliography in TOC

2006-02-07 Thread John C. Spray
On Tue, 2006-02-07 at 15:27 +0100, Juergen Spitzmueller wrote: > > 2. When bibtopic is enabled, the checkbutton should be disabled > > This one. However, it does not really harm if we send > setOptions("bibtotoc"), since bibtopic disables the headings of the > bibliography completely. You are forc

Strange...

2006-02-07 Thread Charpentier Philippe
Hi, last week-end I wanted to try the last package pst-pdf. Then I install the latest version of pstricks, preview and xkeyval, and begin some tests. At a moment, I found a strange comportment of lyx (1.3.7), which can be seen with the following example: I create the followong lyx file: #LyX

Re: Strange...

2006-02-07 Thread Herbert Voss
Charpentier Philippe wrote: last week-end I wanted to try the last package pst-pdf. Then I install the latest version of pstricks, preview and xkeyval, and begin some tests. At a moment, I found a strange comportment of lyx (1.3.7), which can be seen with the following example: choose the fi

Re: [PATCH] bug 2237: --with-version-suffix does not attach suffix to main binaries: lyx, lyxclient, tex2lyx

2006-02-07 Thread Jean-Pierre Chrétien
Georg Baum <[EMAIL PROTECTED]> writes: > > Jean-Marc Lasgouttes wrote: > > > Passing the version suffix to lib/configure is indeed a different > > problem. Could we postpone it to 1.4.1? > > Of course, since it is also present in 1.3. I only noticed it. But it might > be a good idea to mention

Re: Strange...

2006-02-07 Thread Charpentier Philippe
>>Charpentier Philippe wrote: >>last week-end I wanted to try the last package pst-pdf. Then I >>install the latest version of pstricks, preview and xkeyval, and begin >>some tests. At a moment, I found a strange comportment of lyx (1.3.7), >>which can be seen with the following example: > >ch

Re: Strange...

2006-02-07 Thread Herbert Voss
Charpentier Philippe wrote: Charpentier Philippe wrote: last week-end I wanted to try the last package pst-pdf. Then I install the latest version of pstricks, preview and xkeyval, and begin some tests. At a moment, I found a strange comportment of lyx (1.3.7), which can be seen with the followi

LyX for LaTeX-package writers

2006-02-07 Thread Uwe Stöhr
Hello LyXers, I got an interesting email from Henri Adriaens, a author of powerdot. He reports me his problems with the implementation of powerdot for LyX. I mean that they are interesting enough to talk about it to make life easier for package authors to provide a LyX layout file. Here is t

Re: Strange...

2006-02-07 Thread Philippe Charpentier
OK. Then, as this can occur for many packages names, a simple solution would be that lyx compile tmp_filename.tex instead of filename.tex, because the error message of the compiler is not very explicit. LyX should give a warning if kpsewhich filename.tex has a result. This is

[Patch] More preferences (gtkmm 2.6 reqd.)

2006-02-07 Thread John Spray
Hi, Attached patch continues work on GTK preferences dialog. It uses Gtk::FileChooserButton, which means that gtkmm-2.4 version >= 2.6.0 is now a non-negotiable dependency. John ? newfile1.pdf ? newfile1.ps ? out ? frontends/gnome/.deps ? frontends/gnome/Makefile ? frontends/gnome/Makefile.in ?

Re: [Patch] More preferences (gtkmm 2.6 reqd.)

2006-02-07 Thread John Spray
Am Dienstag, den 07.02.2006, 21:58 + schrieb John Spray: > Attached patch continues work on GTK preferences dialog. Oops, that patch contained some random extraneous stuff outside of frontends/gtk, please ignore that, only gtk stuff was committed. John

Re: Compiling LyX for Windows - free MSVC available

2006-02-07 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > If I had been able to compile a dynamic Qt with MinGW, could I have > linked to it an MSVC compiled LyX? No, I don't think so. The entry point to the MinGW dll is weird, apparently. The MSVC exe won't be able to find the way in. (Sorry if I sound a

cursorHome() and cursorEnd()

2006-02-07 Thread Felix-Antoine Bourbonnais
I'm still working on a patch for the inline spellchecker and I have one question. In the LyXText class, there is some methods like cursorLeft, cursorRight, cursorUp, ... that are returning a boolean which indicates if the text needs to be updated. But I don't understand why cursorHome and cursorEn

Re: LyX for LaTeX-package writers

2006-02-07 Thread Martin Vermeer
On Tue, 2006-02-07 at 21:42 +0100, Uwe Stöhr wrote: > Hello LyXers, > > I got an interesting email from Henri Adriaens, a author of powerdot. He > reports me his problems with the implementation of powerdot for LyX. I > mean that they are interesting enough to talk about it to make life > easie