Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Bo Peng
> Ok. Q: did you check that you are able to decompress files compressed > with the old gzstream? Yes. > If that is working I think you should just commit this. Done > btw. The changes you have for config/common.am are already in, right? Yes. After this patch, I hope I can find some time to im

Re: [Patch] Re: book that prints with 1.3.7 is screwed up with 1.4.1

2006-04-20 Thread Martin Vermeer
On Thu, Apr 20, 2006 at 10:28:51PM -0500, Garst R. Reese wrote: > Martin Vermeer wrote: ... > >>Top Middle and Middle Middle. For this file, it works to change > >>inner_pos = ["c","t","b","s"] > >>to inner_pos = ["t","c","b","s"]. This changes the title settins to > >>Middle Top, but still gi

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > OK. I will appreciate it if you can figure out the component() memeber | > function problem. If you can not, I will post to the boost | > mailinglist. | | That function template needs to be instantiated explicitly. The | problem has been corrected, update

Re: [Patch] Re: book that prints with 1.3.7 is screwed up with 1.4.1

2006-04-20 Thread Garst R. Reese
Martin Vermeer wrote: On Wed, Apr 19, 2006 at 06:02:33PM -0500, Garst R. Reese wrote: Martin Vermeer wrote: On Wed, Apr 19, 2006 at 08:57:53PM +0300, Martin Vermeer wrote: On Wed, Apr 19, 2006 at 10:20:36AM -0500, Garst R. Reese wrote: ... Try the attached.

Re: Status of LyX-1.4.1 on WindowsME

2006-04-20 Thread Enrico Forestieri
On Thu, Apr 20, 2006 at 09:58:43PM +, Angus Leeming wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > I am curious to know if the cygwin version works on WinME. I know for > > sure that 1.3.4 with X11 worked, as I built and installed it on the > > machine of a collegue of mine a couple

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Bo Peng
> OK. I will appreciate it if you can figure out the component() memeber > function problem. If you can not, I will post to the boost > mailinglist. That function template needs to be instantiated explicitly. The problem has been corrected, updated patch attached. Bo Index: src/lyxlex_pimpl.C ===

Re: Status of LyX-1.4.1 on WindowsME

2006-04-20 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > I am curious to know if the cygwin version works on WinME. I know for > sure that 1.3.4 with X11 worked, as I built and installed it on the > machine of a collegue of mine a couple of years ago. I had to enlarge > the system environment fiddling with

Re: Unable to import LaTeX Documents in LyX 1.4.1 for Windows

2006-04-20 Thread Enrico Forestieri
On Thu, Apr 20, 2006 at 11:40:08PM +0200, Enrico Forestieri wrote: > On Thu, Apr 20, 2006 at 09:04:35PM +0100, Angus Leeming wrote: > > Paul A. Rubin wrote: > > >Angus Leeming wrote: > > >>Paul A. Rubin <[EMAIL PROTECTED]> writes: > > >>>It is a bug. Try the following work-around and see if it hel

Re: Unable to import LaTeX Documents in LyX 1.4.1 for Windows

2006-04-20 Thread Enrico Forestieri
On Thu, Apr 20, 2006 at 09:04:35PM +0100, Angus Leeming wrote: > Paul A. Rubin wrote: > >Angus Leeming wrote: > >>Paul A. Rubin <[EMAIL PROTECTED]> writes: > >>>It is a bug. Try the following work-around and see if it helps: > >>>1. Replace the configure file in the LyX141\Resources directory wit

Re: Unable to import LaTeX Documents in LyX 1.4.1 for Windows

2006-04-20 Thread Paul A. Rubin
Angus Leeming wrote: Paul A. Rubin wrote: Angus Leeming wrote: Paul A. Rubin <[EMAIL PROTECTED]> writes: It is a bug. Try the following work-around and see if it helps: 1. Replace the configure file in the LyX141\Resources directory with the newer version attached. So, my suggested fix w

Re: Suggestions for new functions and improvements of LyX

2006-04-20 Thread christian . ridderstrom
On Thu, 20 Apr 2006, Andreas Karlsson wrote: > > > Is there any possibilities that any of these suggestions may be included > > > in > > > some future version, maybe in LyX 1.4.2 or LyX 1.5.0? > > > > Sure Pick your favourite from that list, check out the sources > > (www.lyx.org/devel/cvs.php

Re: Status of LyX-1.4.1 on WindowsME

2006-04-20 Thread Enrico Forestieri
On Thu, Apr 20, 2006 at 06:30:11PM +, Angus Leeming wrote: > Persio Barros <[EMAIL PROTECTED]> writes: > > > Can LyX-1.4.1 be installed on WinME? I tried the V1 setup program and after > > searching (and correctly finding) the dependecies (msys, python, etc.), it > > crashes with message: "L

[PATCHes 14x, 15x] Enable lib/configure to find tex2lyx

2006-04-20 Thread Angus Leeming
Currently lib/configure fails to find tex2lyx if the path to it contains spaces. These patches fix that. Assuming that you're happy with them, please apply to both the 14x and 15x branches. Paul Rubin notes that running configure from within LyX can actually fail to find tex2lyx unless the scr

Re: Unable to import LaTeX Documents in LyX 1.4.1 for Windows

2006-04-20 Thread Angus Leeming
Paul A. Rubin wrote: Angus Leeming wrote: Paul A. Rubin <[EMAIL PROTECTED]> writes: It is a bug. Try the following work-around and see if it helps: 1. Replace the configure file in the LyX141\Resources directory with the newer version attached. So, my suggested fix worked? Great! Um, ye

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

2006-04-20 Thread Enrico Forestieri
On Thu, Apr 20, 2006 at 06:56:57PM +0200, Georg Baum wrote: > Enrico Forestieri wrote: > > > This is perfect! I tested it and think that this should also go in 1.4. > > Jean-Marc will tell. What is missing now is support for these in the math > panel. It should not be too difficult to add, I woul

Re: Unable to import LaTeX Documents in LyX 1.4.1 for Windows

2006-04-20 Thread Paul A. Rubin
Angus Leeming wrote: Paul A. Rubin <[EMAIL PROTECTED]> writes: It is a bug. Try the following work-around and see if it helps: 1. Replace the configure file in the LyX141\Resources directory with the newer version attached. So, my suggested fix worked? Great! Um, yes and no. It finds te

More suggestions...

2006-04-20 Thread Andreas Karlsson
Yet more interesting suggestions for new features are given at http://wiki.lyx.org/LyX/FeaturePoll Are there anyone working on implementing any of these? Andreas

Re: Status of LyX-1.4.1 on WindowsME

2006-04-20 Thread Angus Leeming
Persio Barros <[EMAIL PROTECTED]> writes: > Can LyX-1.4.1 be installed on WinME? I tried the V1 setup program and after > searching (and correctly finding) the dependecies (msys, python, etc.), it > crashes with message: "Lyx-1 has caused an error in KRNL386.EXE" from > Windows. So the crash i

Re: qt4 crash on close

2006-04-20 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > It's related to X11 styles apparently, it's maybe a Qt4 bug. Have you > tried the newly released 4.1.2? It also crashes with qt 4.1.2 Jürgen

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Bo Peng
> Then I'll do the iostream copy work, and leave the committing and > final brushups of the patch to you. Ok? OK. I will appreciate it if you can figure out the component() memeber function problem. If you can not, I will post to the boost mailinglist. Cheers, Bo

Re: 1.5.0svn, Qt2 crash on typeset

2006-04-20 Thread Bennett Helm
On Apr 20, 2006, at 1:28 PM, Georg Baum wrote: Bennett Helm wrote: Sure ... but I'll need more explicit instructions on doing this. (Also: which file is isFileReadable in?) It is in src/support/filetools.C. The problem is that isFileReadable is called very often, so an unconditional break

Re: [Patch] TocBackend

2006-04-20 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > This id need only be unique for the current lyx session right? | > then paragrpah::id() should be good enough. | | The problem is that this id is not constant across moves or depth | changes (as done by the outline function). Wait... I am not sure

Re: [Patch] TocBackend

2006-04-20 Thread Abdelrazak Younes
Lars Gullik Bjønnes a écrit : Abdelrazak Younes <[EMAIL PROTECTED]> writes: | I found myself using more and more the two ways toc navigation but, | eventually I got annoyed by the slowness of it. So I fixed it :-) | | This patch implements a Toc backend (TocBackend.[Ch]) that is used in | toc.

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > If you make your patch work with --without-included-boost, then I can | > handle the rest of making --with-included-boost work. | | Attached patch works on my system, with --with-included-boost, subject | to renaming libboostxxx-gcc.so to libboostxxx.so.

Status of LyX-1.4.1 on WindowsME

2006-04-20 Thread Persio Barros
Hi, Can LyX-1.4.1 be installed on WinME? I tried the V1 setup program and after searching (and correctly finding) the dependecies (msys, python, etc.), it crashes with message: "Lyx-1 has caused an error in KRNL386.EXE" from Windows. Thanks

Re: [Patch] TocBackend

2006-04-20 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | I found myself using more and more the two ways toc navigation but, | eventually I got annoyed by the slowness of it. So I fixed it :-) | | This patch implements a Toc backend (TocBackend.[Ch]) that is used in | toc.h. The speed improvement is _very

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Bo Peng
> If you make your patch work with --without-included-boost, then I can > handle the rest of making --with-included-boost work. Attached patch works on my system, with --with-included-boost, subject to renaming libboostxxx-gcc.so to libboostxxx.so. (autoconf needed) I tried to follow the original

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > gcc suffix or not depends on how the libraries were installed, so we need a | > configure check for that. It is the default in normal boost builds with | > gcc, but most distributions I know change it. | | According to the boost document, boost seems to a

[Patch] TocBackend

2006-04-20 Thread Abdelrazak Younes
I found myself using more and more the two ways toc navigation but, eventually I got annoyed by the slowness of it. So I fixed it :-) This patch implements a Toc backend (TocBackend.[Ch]) that is used in toc.h. The speed improvement is _very_ very nice on windows. I guess it should be sensible

Re: 1.5.0svn, Qt2 crash on typeset

2006-04-20 Thread Georg Baum
Bennett Helm wrote: > Sure ... but I'll need more explicit instructions on doing this. > (Also: which file is isFileReadable in?) It is in src/support/filetools.C. The problem is that isFileReadable is called very often, so an unconditional breakpoint does not work. Unfortunately conditional bre

Re: 1.5.0svn, Qt2 crash on typeset

2006-04-20 Thread Bennett Helm
On Apr 20, 2006, at 12:47 PM, Georg Baum wrote: Bennett Helm wrote: Here's a bit more detail. The crash only happens when the .bib file is not located in the latex path. When I typeset, LyX copies ~/ Desktop/test.bib to [lyx-tmp-dir]/0_Users_bennett_Desktop_test.bib. It then tries to create ar

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

2006-04-20 Thread Georg Baum
Enrico Forestieri wrote: > This is perfect! I tested it and think that this should also go in 1.4. Jean-Marc will tell. What is missing now is support for these in the math panel. It should not be too difficult to add, I would simply make a copy of the existing delimiters dialog. The images are a

Re: 1.5.0svn, Qt2 crash on typeset

2006-04-20 Thread Georg Baum
Bennett Helm wrote: > Here's a bit more detail. The crash only happens when the .bib file > is not located in the latex path. When I typeset, LyX copies ~/ > Desktop/test.bib to [lyx-tmp-dir]/0_Users_bennett_Desktop_test.bib. > It then tries to create article1.tex in the temp directory, and > some

Re: 1.5.0svn, Qt2 crash on typeset

2006-04-20 Thread Juergen Spitzmueller
Bennett Helm wrote: > Here's a bit more detail. The crash only happens when the .bib file   > is not located in the latex path. When I typeset, LyX copies ~/ > Desktop/test.bib to [lyx-tmp-dir]/0_Users_bennett_Desktop_test.bib.   > It then tries to create article1.tex in the temp directory, and   >

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Bo Peng
> gcc suffix or not depends on how the libraries were installed, so we need a > configure check for that. It is the default in normal boost builds with > gcc, but most distributions I know change it. According to the boost document, boost seems to add such suffix to all libraries installed. Anyway

Re: 1.5.0svn, Qt2 crash on typeset

2006-04-20 Thread Bennett Helm
On Apr 20, 2006, at 11:53 AM, Juergen Spitzmueller wrote: Bennett Helm wrote: isFileReadable: /Users/bennett/Desktop/t?bennettEE This one smells. Any idea what it is? Nope. Here's a bit more detail. The crash only happens when the .bib file is not located in the latex path. When

Re: Is this cursor reset necessary?

2006-04-20 Thread Enrico Forestieri
On Thu, Apr 20, 2006 at 06:20:21PM +0200, Juergen Spitzmueller wrote: > Enrico Forestieri wrote: > > > Done (see attached patch) and committed. > > > This is also a candidate for 1.4.x. > > > > It does not apply cleanly. > > It was a patch against 1.5. > Try the attached patch for 1.4 Yep, I had

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Georg Baum
Bo Peng wrote: > I removed boost 1.32 installed by my RHEL4 and built boost 1.33.1. > Things went well with './configure, make, make install' but now I get > all libraries with a -gcc suffix, and lyx can not link to them. > Anybody know how to fix this? gcc suffix or not depends on how the librar

Re: Is this cursor reset necessary?

2006-04-20 Thread Juergen Spitzmueller
Enrico Forestieri wrote: > > Done (see attached patch) and committed. > > This is also a candidate for 1.4.x. > > It does not apply cleanly. It was a patch against 1.5. Try the attached patch for 1.4 Jürgen Index: src/lyxfunc.C === -

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > I removed boost 1.32 installed by my RHEL4 and > built boost 1.33.1. Things went well with './configure, > make, make install' but now I get all libraries with a] > -gcc suffix, and lyx can not link to them. > Anybody know how to fix this? I don't think that y

Re: Is this cursor reset necessary?

2006-04-20 Thread Enrico Forestieri
On Thu, Apr 20, 2006 at 04:54:07PM +0200, Juergen Spitzmueller wrote: > Lars Gullik Bjønnes wrote: > > Yes, but can you add a comment about the semantics of updateforce and > > update? > > Done (see attached patch) and committed. > This is also a candidate for 1.4.x. It does not apply cleanly. $

Re: 1.5.0svn, Qt2 crash on typeset

2006-04-20 Thread Juergen Spitzmueller
Bennett Helm wrote: > isFileReadable: /Users/bennett/Desktop/t?bennettEE This one smells. Any idea what it is? Jürgen

Re: 1.5.0svn, Qt2 crash on typeset

2006-04-20 Thread Bennett Helm
On Apr 20, 2006, at 7:26 AM, Juergen Spitzmueller wrote: Juergen Spitzmueller wrote: Typesetting files with bibliographies crashes LyX (Qt2) on Mac. Hm, this is a consequence of my natbib slowdown fix (#2460). Obviously, boost::filesystem fails. After a closer look, I think it is very un

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Bo Peng
> If you make your patch work with --without-included-boost, then I can > handle the rest of making --with-included-boost work. I removed boost 1.32 installed by my RHEL4 and built boost 1.33.1. Things went well with './configure, make, make install' but now I get all libraries with a -gcc suffix,

Re: [patch] fix bug 2476

2006-04-20 Thread Enrico Forestieri
On Thu, Apr 20, 2006 at 10:41:36AM +0200, Georg Baum wrote: > Jean-Marc Lasgouttes wrote: > > >> "Georg" == Georg Baum > >> <[EMAIL PROTECTED]> > >> writes: > > > > Georg> We tried hard to make sure that text pasted into ERT has the > > Georg> right pseudo-language, but we forgot to r

Re: Suggestions for new functions and improvements of LyX

2006-04-20 Thread Andreas Karlsson
Angus Leeming <[EMAIL PROTECTED]> writes: > > Andreas Karlsson ...> writes: > > Is there any possibilities that any of these suggestions may be included in > > some future version, maybe in LyX 1.4.2 or LyX 1.5.0? > > Sure Pick your favourite from that list, check out the sources > (www.lyx.or

Re: Is this cursor reset necessary?

2006-04-20 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Yes, but can you add a comment about the semantics of updateforce and > update? Done (see attached patch) and committed. This is also a candidate for 1.4.x. Jürgen Index: src/lyxfunc.C === --- src/lyxfunc

Re: [gmane.editors.lyx.announce] Viruswarning while installation of Lyx

2006-04-20 Thread Angus Leeming
Lars Gullik Bjønnes wrote: Can someone have a look at this one please. Hmmm. A virus in lyx-1.4.1_win32_setup_v1.exe would imply a virus on the machine that I used to build the thing, no? As it happens, I ran Norton AntiVirus over that machine only two days ago and it came up 100% clean. I'

Re: [gmane.editors.lyx.announce] Viruswarning while installation of Lyx

2006-04-20 Thread Joost Verburg
Some vendors of anti-virus software often make the mistake to include an installer system in the virus definitions whenever a malware application uses that system, instead of targeting the malware itself. This should be reported as a false positive. Joost Lars Gullik Bjønnes wrote: Can someo

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

2006-04-20 Thread Enrico Forestieri
On Thu, Apr 20, 2006 at 11:55:38AM +0200, Georg Baum wrote: > Enrico Forestieri wrote: > > > I am not able to generate a bigger "{" by "\bigl\{" in mathed (I must > > use "\bigl\lbrace" for that) because I think that the code dealing > > with \bigl has not a chance of viewing \{, being it transfor

Re: [Cvslog] r13698 - /lyx-devel/branches/BRANCH_1_4_X/lib/lyx2lyx/lyx...

2006-04-20 Thread Martin Vermeer
On Thu, Apr 20, 2006 at 11:38:31AM +0200, Jean-Marc Lasgouttes wrote: > > "vermeer" == vermeer <[EMAIL PROTECTED]> writes: > > vermeer> * lyx_1_4.py (convert_minipage): Proper handling of > vermeer> default height and vertical position (bug report Garst Reese) > > vermeer> Modified: > v

[gmane.editors.lyx.announce] Viruswarning while installation of Lyx

2006-04-20 Thread Lars Gullik Bjønnes
Can someone have a look at this one please. --- Begin Message --- Hello yesterday I wrote, that I cannot start LYX, but I get the error-window "Error with reading the configuration file lyxrc.defaults. Please check your installation". Well, I got no answer. So I removed the Lyx141-Installation

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > Your svn setup look a bit sick... it seems that all the new files from | > boost get the property svn:executable set. That would be bad. | | I will check. | | > Are you adding all the iostreams files, or just the ones that are | > required for this to wo

Re: Suggestions for new functions and improvements of LyX

2006-04-20 Thread Bo Peng
Andreas Karlsson <[EMAIL PROTECTED]> writes: > Is there any possibilities that any of these suggestions may be included in > some future version, maybe in LyX 1.4.2 or LyX 1.5.0? They are sound suggestions. It is a good idea to report them one by one to bugzilla.lyx.org to make sure that they will

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Bo Peng
> Your svn setup look a bit sick... it seems that all the new files from > boost get the property svn:executable set. That would be bad. I will check. > Are you adding all the iostreams files, or just the ones that are > required for this to work? All of them. I think the library can be used som

Re: Suggestions for new functions and improvements of LyX

2006-04-20 Thread Angus Leeming
Andreas Karlsson <[EMAIL PROTECTED]> writes: > Is there any possibilities that any of these suggestions may be included in > some future version, maybe in LyX 1.4.2 or LyX 1.5.0? Sure ;-) Pick your favourite from that list, check out the sources (www.lyx.org/devel/cvs.php) and dive in. We're a fri

Re: [PATCH] Replace gzstream by boost::iostreams gzip_compressor

2006-04-20 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | Dear list, | | The attached patch adds boost::iostreams to our boost collection and | replace gzstream with boost::iostreams' gzip_compressor. It seems to | work all right on my system. Please test. | | Question: Should I exclude boost::iostreams when USE_

Re: Is this cursor reset necessary?

2006-04-20 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Bo Peng wrote: | > > Please try the attached patch. | > | > Sorry for the late reply. This patch works. | | Lars, OK to apply to trunk then? Yes, but can you add a comment about the semantics of updateforce and update? -- Lgb

Suggestions for new functions and improvements of LyX

2006-04-20 Thread Andreas Karlsson
Dear developers, I am new to LyX (I am using LyX 1.4.1 for Windows), and think this is a great project. However, I have a few suggestions for making LyX more user friendly: 1. In the Math Panel, under the Symbols list: Frame Decorations, I miss the \overset and \underset commands. 2. Include

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

2006-04-20 Thread Enrico Forestieri
On Thu, Apr 20, 2006 at 11:04:57AM +0200, Georg Baum wrote: > Enrico Forestieri wrote: > > > -if test -z "$COMSPEC" && test -z "$ComSpec"; then SEP=':'; else SEP=';'; > > fi +# MS-DOS and MS-Windows define $COMSPEC or $ComSpec and use `;' to > > separate > > +# directories in path lists whereas Un

Re: Unable to import LaTeX Documents in LyX 1.4.1 for Windows

2006-04-20 Thread Angus Leeming
Paul A. Rubin <[EMAIL PROTECTED]> writes: > It is a bug. Try the following work-around and see if it helps: > 1. Replace the configure file in the LyX141\Resources directory with > the newer version attached. So, my suggested fix worked? Great! Jean-Marc, this should go in both the 1.4 and 1.5

Re: 1.5.0svn, Qt2 crash on typeset

2006-04-20 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > >> Typesetting files with bibliographies crashes LyX (Qt2) on Mac. > > Hm, this is a consequence of my natbib slowdown fix (#2460). Obviously, > boost::filesystem fails. After a closer look, I think it is very unlikely that this is related to my fix (it's a totally d

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

2006-04-20 Thread Georg Baum
Enrico Forestieri wrote: > I am not able to generate a bigger "{" by "\bigl\{" in mathed (I must > use "\bigl\lbrace" for that) because I think that the code dealing > with \bigl has not a chance of viewing \{, being it transformed to {}. > This is currently beyond my capabilities (but I continue

Re: [Cvslog] r13698 - /lyx-devel/branches/BRANCH_1_4_X/lib/lyx2lyx/lyx...

2006-04-20 Thread Jean-Marc Lasgouttes
> "vermeer" == vermeer <[EMAIL PROTECTED]> writes: vermeer>* lyx_1_4.py (convert_minipage): Proper handling of vermeer> default height and vertical position (bug report Garst Reese) vermeer> Modified: vermeer> lyx-devel/branches/BRANCH_1_4_X/lib/lyx2lyx/lyx_1_4.py Don't forget statu

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

2006-04-20 Thread Georg Baum
Enrico Forestieri wrote: > -if test -z "$COMSPEC" && test -z "$ComSpec"; then SEP=':'; else SEP=';'; > fi +# MS-DOS and MS-Windows define $COMSPEC or $ComSpec and use `;' to > separate > +# directories in path lists whereas Unix uses `:'. Make an exception for > +# Cygwin, where we could have eit

Re: Is this cursor reset necessary?

2006-04-20 Thread Juergen Spitzmueller
Bo Peng wrote: > > Please try the attached patch. > > Sorry for the late reply. This patch works. Lars, OK to apply to trunk then? Jürgen

Re: [patch] fix bug 2476

2006-04-20 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> We tried hard to make sure that text pasted into ERT has the > Georg> right pseudo-language, but we forgot to reset the language of > Georg> text pasted from ERT to normal text. The attac

Re: [Patch] Re: book that prints with 1.3.7 is screwed up with 1.4.1

2006-04-20 Thread Martin Vermeer
On Thu, Apr 20, 2006 at 08:20:37AM +0100, Jose' Matos wrote: > On Thursday 20 April 2006 07:57, Martin Vermeer wrote: > > On Thu, Apr 20, 2006 at 12:01:51AM +0300, Martin Vermeer wrote: > > > On Wed, Apr 19, 2006 at 08:57:53PM +0300, Martin Vermeer wrote: > > > > ... > > > > > Try the attached. > >

Re: [Patch] Re: book that prints with 1.3.7 is screwed up with 1.4.1

2006-04-20 Thread Georg Baum
Martin Vermeer wrote: > Jose, Georg? Does this look sound to you? I have no time to test it right now, but the code looks good and your explanation makes sense. What we can learn from this is that the original minipage implementor (and also me when I wrote the conversion function) did not think e

Re: [Patch] Re: book that prints with 1.3.7 is screwed up with 1.4.1

2006-04-20 Thread Jose' Matos
On Thursday 20 April 2006 07:57, Martin Vermeer wrote: > On Thu, Apr 20, 2006 at 12:01:51AM +0300, Martin Vermeer wrote: > > On Wed, Apr 19, 2006 at 08:57:53PM +0300, Martin Vermeer wrote: > > ... > > > Try the attached. > > Jose, Georg? Does this look sound to you? The code does what you say it