Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: spitz | Date: Tue Feb 20 07:55:25 2007 | New Revision: 17267 | | URL: http://www.lyx.org/trac/changeset/17267 | Log: | * src/LaTeX.C | - (deplog): don't check strings longer than MAX_PATH, | preventing boost exception. | - (handleFoundFi

Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4 - bug found

2007-02-20 Thread Georg Baum
Uwe Stöhr wrote: > I think I found the bug: A missing python file. It should work when you > copy the attached file to LyX's \bin\Lib folder and then restart LyX. > > I'll release a new installer version tomorrow including this fix. IMO you should reconsider the decision to ship a stripped down

Re: r17268 - /lyx-devel/trunk/src/text.C

2007-02-20 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: schmitt | Date: Tue Feb 20 09:30:20 2007 | New Revision: 17268 | | URL: http://www.lyx.org/trac/changeset/17268 | Log: | * src/text.C: use static_cast rather than C-style cast | | Modified: | lyx-devel/trunk/src/text.C | | Modified: lyx-devel/trunk/

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Jürgen Spitzmüller
Lars Gullik Bjønnes wrote: > Missing space before '&&' fixed. thanks. > Perhaps even use a temporary for absname.toFilesystemEncoding()? but the value of absname is likely to change. Jürgen

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: | Lars Gullik Bjønnes wrote: | > Missing space before '&&' | | fixed. thanks. vg | > Perhaps even use a temporary for absname.toFilesystemEncoding()? | | but the value of absname is likely to change. I see that the whole block is duplicated just

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Jürgen Spitzmüller
Lars Gullik Bjønnes wrote: > I see that the whole block is duplicated just a few lines above, > perhaps it should be broken out into a helper function? Then the > temporary will be easy to do. The two functions are slightly different. The first one strips off parts after spaces if the string is n

Re: problem with bibtex using LyXWinInstaller for LyX 1.4.4 - bug found

2007-02-20 Thread Julio Rojas
I believe that's true. Actually, after the first Python error I had with 1.4.4, the first thing I did was to install a full version of Python. I also believe you should reconsider this decision. On 2/20/07, Georg Baum <[EMAIL PROTECTED]> wrote: Uwe Stöhr wrote: > I think I found the bug: A mis

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: | Lars Gullik Bjønnes wrote: | > I see that the whole block is duplicated just a few lines above, | > perhaps it should be broken out into a helper function? Then the | > temporary will be easy to do. | | The two functions are slightly different. The

Re: Beta 1 (preliminar)

2007-02-20 Thread José Matos
On Tuesday 20 February 2007 12:32:32 am Pavel Sanda wrote: > 2.insets dont look like buttons. just text with different background color. >   thats bug or intetion ? (button has a nice intuitive property of > appearing dialog box after clicking on it...) That was changed on purpose, to make the d

Re: Beta 1 (preliminar)

2007-02-20 Thread José Matos
On Tuesday 20 February 2007 12:37:44 am Lars Gullik Bjønnes wrote: > > You obviously did not use distcheck to build the packages. How do you > do it? make dist and then check by hand. I have followed a mix of the procedures described in http://wiki.lyx.org/devel/pmwiki.php/Devel/ReleaseProce

Re: Beta 1 (preliminar)

2007-02-20 Thread José Matos
On Tuesday 20 February 2007 3:57:47 am Bo Peng wrote: > > If all goes all I will announce this tomorrow. > > I have uploaded (official) windows installers to > http://www.lyx.org/~bpeng, please move them to proper places. If you > are going to announce the windows installers, please note to

Re: r17265 - in /lyx-devel/tags/lyx_1_5_0beta1: ./ configure.ac

2007-02-20 Thread José Matos
On Tuesday 20 February 2007 12:40:07 am Lars Gullik Bjønnes wrote: > | Tag the 1.5.0beta1 release > | > | Added: > | lyx-devel/tags/lyx_1_5_0beta1/ > | - copied from r17263, lyx-devel/trunk/ > | lyx-devel/tags/lyx_1_5_0beta1/configure.ac > | - copied unchanged from r17264, lyx-d

Re: Beta 1 (preliminar)

2007-02-20 Thread José Matos
On Tuesday 20 February 2007 11:55:02 am José Matos wrote: > > Fair enough, I will add this to the announce file. I have committed a small entry in NEWS and ANNOUNCE. If you want to you can expand this as I intend to use the svn ANNOUNCE version to make the announce. :-) > > Cheers, > > Bo

Re: r17265 - in /lyx-devel/tags/lyx_1_5_0beta1: ./ configure.ac

2007-02-20 Thread Lars Gullik Bjønnes
José Matos <[EMAIL PROTECTED]> writes: | On Tuesday 20 February 2007 12:40:07 am Lars Gullik Bjønnes wrote: | > | Tag the 1.5.0beta1 release | > | | > | Added: | > | lyx-devel/tags/lyx_1_5_0beta1/ | > | - copied from r17263, lyx-devel/trunk/ | > | lyx-devel/tags/lyx_1_5_0beta1/config

LyX 1.4.4 - Opening LaTeX Preamble freezes LyX

2007-02-20 Thread Joachim Krieg
Hello, I installed LyX 1.4.4 on Windows XP with the lyx-144-2-bundle installer today. If I try to open the LaTeX Preamble from existing files with a LaTeX Preamble over the "Document Settings" LyX will freeze. The CPU usage goes to 100%. After killing LyX I get this Error Information: lyx: Disablin

Re: Beta 1 (preliminar)

2007-02-20 Thread Joost Verburg
Bo Peng wrote: I have uploaded (official) windows installers to http://www.lyx.org/~bpeng, please move them to proper places. If you are going to announce the windows installers, please note to users that two windows installers will be merged and bug reports regarding both installers are welcome.

Re: Beta 1 (preliminar)

2007-02-20 Thread Bennett Helm
On Feb 19, 2007, at 6:45 PM, José Matos wrote: Hi all, I have already tagged beta-1. From that point I created the tar.gz and tar.bz2 source packages. The packages can be found at: http://www.lyx.org/~jamatos/ I have built them outside the tree so it works for me. I would like to ask for

drawing error with insets

2007-02-20 Thread John Levon
Insert two footnotes side by side. Open the first footnote and place a note inside it. The box for the not extends past the footnote to the edge of the document. regards john

Re: r17265 - in /lyx-devel/tags/lyx_1_5_0beta1: ./ configure.ac

2007-02-20 Thread José Matos
On Tuesday 20 February 2007 1:02:56 pm Lars Gullik Bjønnes wrote: > > svn cp --help > copy (cp): Duplicate something in working copy or repository, remembering > history. usage: copy SRC DST > > SRC and DST can each be either a working copy (WC) path or URL: > WC -> WC: copy and schedule f

Re: Beta 1 (preliminar)

2007-02-20 Thread José Matos
On Monday 19 February 2007 11:45:38 pm José Matos wrote: > > I have built them outside the tree so it works for me. I would like to > ask > for independent checks before broadcasting this to a larger audience (this > time including the users list). > > If all goes all I will announce t

Re: r17268 - /lyx-devel/trunk/src/text.C

2007-02-20 Thread Michael Gerz
Lars Gullik Bjønnes schrieb: Wasn't there one more in the same file? Or did it get deleted? You are a real watch dog! :-) Fixed in revision 17274. Michael

Re: Beta 1 (preliminar)

2007-02-20 Thread Bo Peng
It looks like Jean-Marc forgot to upload the latest dependency package, so your builds include old libraries. That will make things difficult to debug. What I am using can been seen at http://www.lyx.org/~bpeng/lyx-windows-bundle-deps/ . Note that I could not find ImageMagick-6.3.2-5-Q16-windows

Re: Features of four installers.

2007-02-20 Thread Bo Peng
I tortured a PC with four 1.5.xsvn installers, and here are some initial observations. Hi, Joost and Uwe, Christian and I are comparing two installers, with some quick results in http://wiki.lyx.org/Devel/WindowsInstaller#toc4 , please modify this page in defense of your installers because they

Re: Beta 1 (preliminar)

2007-02-20 Thread Jean-Marc Lasgouttes
> This message is directed to Lars or Jean-Marc, would it be possible for > one > of you to copy the different packages reported in this thread to a single > place? I can;t do that before thursday. Lars? JMarc

Re: Beta 1 (preliminar)

2007-02-20 Thread Jean-Marc Lasgouttes
> It looks like Jean-Marc forgot to upload the latest dependency package, > so your builds include old libraries. That will make things difficult to > debug. > > JMarc, can your please upload the latest lyx-windows-deps-msvc.zip? I thought I did put it in contrib. Unfortunately, I am not in pos

Re: Beta 1 (preliminar)

2007-02-20 Thread Jean-Pierre Chrétien
José Matos <[EMAIL PROTECTED]> writes: > > Hi all, > I have already tagged beta-1. From that point I created the tar.gz and > tar.bz2 source packages. The packages can be found at: > http://www.lyx.org/~jamatos/ Compiles and installs fine on Solaris. However I get an assertion with File-

Re: Beta 1 (preliminar)

2007-02-20 Thread Jean-Pierre Chrétien
Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes: > > I tried the spellcheker, it fails with words with diacritics (i guess > this has been seen already). Diacritics are lost as well in the Navigate menu, e.g. Rfrences instead of Références. My locale is this: LANG=C LC_CTYPE=iso_8859_1 LC_NUME

Re: [Cvslog] r17278 - in /lyx-devel/trunk/src/mathed: InsetMath.C Inse...

2007-02-20 Thread Georg Baum
Am Dienstag, 20. Februar 2007 19:19 schrieb [EMAIL PROTECTED]: > Author: schmitt > Date: Tue Feb 20 19:19:31 2007 > New Revision: 17278 > > URL: http://www.lyx.org/trac/changeset/17278 > Log: > * src/mathed/InsetMath.[Ch]: implement plaintext() in a smarter way by > outputting "[math]"

[patch] Why don't we have a grace->pdf converter?

2007-02-20 Thread Georg Baum
The subject says it all. Is there any reason? If not I am going to add one. Georg Index: lib/configure.py === --- lib/configure.py (Revision 17278) +++ lib/configure.py (Arbeitskopie) @@ -419,6 +419,7 @@ def checkConverterEntries():

Re: [Cvslog] r17278 - in /lyx-devel/trunk/src/mathed: InsetMath.C Inse...

2007-02-20 Thread Michael Gerz
Georg Baum schrieb: Am Dienstag, 20. Februar 2007 19:19 schrieb [EMAIL PROTECTED]: * src/mathed/InsetMath.[Ch]: implement plaintext() in a smarter way by outputting "[math]" rather than nothing This does not look right. All math plaintext output is done in InsetMathHull::pla

Math & plain text output

2007-02-20 Thread Michael Gerz
Georg, how about plaintext() in mathed/InsetFormulaMacro.C and mathed/InsetMathRef.C ? At least the latter one is presently broken because its signature is different from the signature of all other plaintext() methods. Should I try to fix these two methods or can I remove them completely?

Re: [Cvslog] r17278 - in /lyx-devel/trunk/src/mathed: InsetMath.C Inse...

2007-02-20 Thread Georg Baum
Am Dienstag, 20. Februar 2007 20:13 schrieb Michael Gerz: > Georg Baum schrieb: > > This does not look right. All math plaintext output is done in > > InsetMathHull::plaintext(), the other plaintext methods are empty on > > purpose (they are not used because of the shortcut in > > InsetMathHull:

Re: [Cvslog] r17278 - in /lyx-devel/trunk/src/mathed: InsetMath.C Inse...

2007-02-20 Thread Michael Gerz
Georg Baum schrieb: If I am right then we should probably add a BOOST_ASSERT(false); in InsetMath::plaintext and explain why we do that. OK this looks better than simply returning 0. Michael

Re: Math & plain text output

2007-02-20 Thread Georg Baum
Am Dienstag, 20. Februar 2007 20:21 schrieb Michael Gerz: > Georg, > > how about plaintext() in mathed/InsetFormulaMacro.C and > mathed/InsetMathRef.C ? InsetFormulaMacro is not used at all. RefInset is used, but the plaintext method is not used if I am right (see my other mail). > At least th

Re: [PATCH] Fix encoding in "src/lyxtextclasslist.C"

2007-02-20 Thread Georg Baum
Am Dienstag, 20. Februar 2007 04:46 schrieb John McCabe-Dansted: > On 19 Feb 2007 12:24:11 +0100, Lars Gullik Bjønnes <[EMAIL PROTECTED]> wrote: > > | Does the following change make sense? > > | > > | - FileName const layout_file(path + '/' + textclass + ".layout"); > > | + FileName c

Re: Size of minibuffer up/down buttons

2007-02-20 Thread Georg Baum
Am Montag, 19. Februar 2007 20:28 schrieb Andre Poenitz: > On Mon, Feb 19, 2007 at 08:03:34PM +0100, Georg Baum wrote: > > Am Montag, 19. Februar 2007 18:45 schrieb Andre Poenitz: > > > > > Have we settled on a list of wanted sizes? > > > > Not yet. > > > > > 18, 24, 32 perhaps? > > > > Accord

Re: Has table cell copy/paste been disabled?

2007-02-20 Thread Georg Baum
Am Montag, 19. Februar 2007 16:22 schrieb Bo Peng: > The problem is not there. When I select the all table cells of table > 3.1.2.3 in user guide, I get > > SP 0 EP 0 SPS 7 EPS 7 BG 0 END 4 > > when I select from left top to right bottom, and > > SP 0 EP 0 SPS 0 EPS 0 BG 0 END 4 > > when I sel

Re: [patch] Why don't we have a grace->pdf converter?

2007-02-20 Thread José Matos
On Tuesday 20 February 2007 7:08:03 pm Georg Baum wrote: > The subject says it all. Is there any reason? If not I am going to add one. I maintain the grace package in Fedora, it does not export pdf because the pdf library used in this extension is not free software (or even open-source FWIW).

Re: Beta 1 (preliminar)

2007-02-20 Thread Georg Baum
José, compilation and running works fine here, but it first rebuilds all po files. Why? It should not do that, since normal users might not have all required tools installed. Am Dienstag, 20. Februar 2007 19:33 schrieb Jean-Pierre Chrétien: > Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes: >

Re: Features of four installers.

2007-02-20 Thread christian . ridderstrom
On Wed, 21 Feb 2007, Bo Peng wrote: I tortured a PC with four 1.5.xsvn installers, and here are some initial observations. Hi, Joost and Uwe, Christian and I are comparing two installers, with some quick results in http://wiki.lyx.org/Devel/WindowsInstaller#toc4 , please modify this page in

Re: [patch] Why don't we have a grace->pdf converter?

2007-02-20 Thread Georg Baum
Am Dienstag, 20. Februar 2007 20:54 schrieb José Matos: > On Tuesday 20 February 2007 7:08:03 pm Georg Baum wrote: > > The subject says it all. Is there any reason? If not I am going to add one. > > I maintain the grace package in Fedora, it does not export pdf because the > pdf library used

Re: page scrolling unusable on slow display

2007-02-20 Thread Georg Baum
Am Montag, 19. Februar 2007 09:24 schrieb Lars Gullik Bjønnes: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | | r16046 | younes | 2006-11-25 23:35:09 +0100 (Sat, 25 Nov 2006) | 2 lines > | | > | | Remove key event pruning code. This has always been disabled without > | | anyone complaini

Re: Has table cell copy/paste been disabled?

2007-02-20 Thread Bo Peng
Then I am not going to put this patch in but leave the debugging work to you, since I have too many other open projects currently. I was relying on you for a quick fix. At some stage, Abdel and you claimed that you guys understand the copy/paste code (almost) completely. :-) I will take care o

Re: 1.5.0svn assert after inset-insert ert

2007-02-20 Thread Georg Baum
Am Samstag, 17. Februar 2007 22:41 schrieb Bernhard Roider: > Bernhard Roider wrote: > The reason for the crash is that the ERT is constructed with an illegal value for CollapseStatus. > This comes from the lines > > int s; > lex >> s; > if (lex) > status = static

Re: [patch] Why don't we have a grace->pdf converter?

2007-02-20 Thread José Matos
On Tuesday 20 February 2007 8:22:32 pm Georg Baum wrote: > I added an explanation why we don't have this converter instead, since I > don't want to spend time with writing a test. Not having it is not a big > problem, because we can go via eps to pdf instead. Notice that I don't remember the ori

Re: Beta 1 (preliminar)

2007-02-20 Thread José Matos
On Tuesday 20 February 2007 8:12:26 pm Georg Baum wrote: > José, > > compilation and running works fine here, but it first rebuilds all po > files. Why? It should not do that, since normal users might not have all > required tools installed. That is weird, I have committed all po updates before

Re: Has table cell copy/paste been disabled?

2007-02-20 Thread Georg Baum
Am Dienstag, 20. Februar 2007 21:37 schrieb Bo Peng: > I was relying on you for a quick fix. At some stage, Abdel and you > claimed that you guys understand the copy/paste code (almost) > completely. :-) Unfortunately that does not mean that I have enough time to do further debugging :-) If I k

Re: [Cvslog] r17285 - /lyx-devel/trunk/src/insets/insetvspace.C

2007-02-20 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: baum Date: Tue Feb 20 21:53:37 2007 New Revision: 17285 URL: http://www.lyx.org/trac/changeset/17285 Log: fix compiler warning Thank you. I overlook it. Michael

Re: Beta 1 (preliminar)

2007-02-20 Thread Pavel Sanda
> > compilation and running works fine here, but it first rebuilds all po > > files. Why? It should not do that, since normal users might not have all > > required tools installed. > > That is weird, I have committed all po updates before making the > release. :-( > > Well time to make check

Re: [patch] Why don't we have a grace->pdf converter?

2007-02-20 Thread Georg Baum
Am Dienstag, 20. Februar 2007 21:44 schrieb José Matos: > If you use debian as you have hinted before :-) and read its man page you > will see this: Which manpage? I don' see this in the one of grace, gracebat or xmgrace manpages. > [DEBIAN] Direct PDF output has been disabled since the PDF

Math & Plain text

2007-02-20 Thread Michael Gerz
Hi, it turns out that math plain text output is a bit trickier than I expected. I will continue work on it in the next couple of days... Michael

Re: 1.5.0svn assert after inset-insert ert

2007-02-20 Thread Andre Poenitz
On Tue, Feb 20, 2007 at 09:41:43PM +0100, Georg Baum wrote: > Am Samstag, 17. Februar 2007 22:41 schrieb Bernhard Roider: > > Bernhard Roider wrote: > > The reason for the crash is that the ERT is constructed with an illegal > value for CollapseStatus. > > This comes from the lines > > > > i

Re: [Cvslog] r17278 - in /lyx-devel/trunk/src/mathed: InsetMath.C Inse...

2007-02-20 Thread Andre Poenitz
On Tue, Feb 20, 2007 at 06:19:32PM -, [EMAIL PROTECTED] wrote: > +int InsetMath::plaintext(Buffer const &, odocstream & os, > + OutputParams const &) const > +{ > + docstring str = _("math"); > + os << "[" << str << "]"; > + return 2 + str.size(); > } docs

make distcheck

2007-02-20 Thread Andre Poenitz
I get hundreds (really) warnings as in ... Warning: Adding nested encoding iso8859-1. Warning: Removing nested encoding iso8859-1. PYTHONPATH=../../lib/lyx2lyx python -tt ../../../trunk/lib/doc/doc_toc.py nb Warning: Adding nested encoding iso8859-

Re: Features of four installers.

2007-02-20 Thread Uwe Stöhr
Bo Peng schrieb: Christian and I are comparing two installers, with some quick results in http://wiki.lyx.org/Devel/WindowsInstaller#toc4 , please modify this page in defense of your installers because they might not be tested fairly due to iterative installation/uninstallation. I've currently

Re: Features of four installers.

2007-02-20 Thread Uwe Stöhr
Something I forgot to test: Does the official installer come wit the latest versions of the xx_TOC.lyx files in the documentation? If yes, we can close this bug: http://bugzilla.lyx.org/show_bug.cgi?id=2947 regards Uwe

Re: Features of four installers.

2007-02-20 Thread Uwe Stöhr
Uwe Stöhr schrieb: I noticed the following open bugs with the official installer: ... I forgot to mentione the still existing "missing textclasses.lst" problem I solved by chance by running configure.py twice (as I reported several times on this list). regards Uwe

Re: Features of four installers.

2007-02-20 Thread Andre Poenitz
On Tue, Feb 20, 2007 at 11:45:08PM +0100, Uwe Stöhr wrote: > Bo Peng schrieb: > >1. Joost and Uwe: Why do you guys prefer ; instead of # for comments? > >Do you mind if I change ; to #? > > What would be the advantage, I think we both use ; so why changing this? One advantage would be that # is u

Re: Size of minibuffer up/down buttons

2007-02-20 Thread Andre Poenitz
On Tue, Feb 20, 2007 at 08:47:03PM +0100, Georg Baum wrote: > Am Montag, 19. Februar 2007 20:28 schrieb Andre Poenitz: > > On Mon, Feb 19, 2007 at 08:03:34PM +0100, Georg Baum wrote: > > > Am Montag, 19. Februar 2007 18:45 schrieb Andre Poenitz: > > > > > > > Have we settled on a list of wanted si

Re: Features of four installers.

2007-02-20 Thread christian . ridderstrom
On Wed, 21 Feb 2007, Andre Poenitz wrote: On Tue, Feb 20, 2007 at 11:45:08PM +0100, Uwe Stöhr wrote: Bo Peng schrieb: 1. Joost and Uwe: Why do you guys prefer ; instead of # for comments? Do you mind if I change ; to #? What would be the advantage, I think we both use ; so why changing this?

Re: Features of four installers.

2007-02-20 Thread christian . ridderstrom
On Tue, 20 Feb 2007, Uwe Stöhr wrote: MiKTeX is now very stable and thanks to Christian Schenk, the MiKTeX developer in some fields especially developed for our needs. Hmm... this gave me a thought. I'm not sure what the situation is currently, but could the (eventual) LyX installer invoke th

Re: Features of four installers.

2007-02-20 Thread José Matos
On Tuesday 20 February 2007 11:03:14 pm Andre Poenitz wrote: > One advantage would be that # is used in lots of common languages > as comment whereas ; somehow smells like assembler. ; is used to start comments in lisp and scheme, no? -- José Abílio

Anyone used Microsoft's Virtual PC 2007

2007-02-20 Thread christian . ridderstrom
It seems there's a free version now http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx Does anyone have any experience with it? I'm thinking that setting up one or more virtual machines for testing the LyX installers is going to be a good idea. Any thoughts or c

Re: Features of four installers.

2007-02-20 Thread christian . ridderstrom
On Tue, 20 Feb 2007, José Matos wrote: On Tuesday 20 February 2007 11:03:14 pm Andre Poenitz wrote: One advantage would be that # is used in lots of common languages as comment whereas ; somehow smells like assembler. ; is used to start comments in lisp and scheme, no? I wish the installers

Re: [patch] Why don't we have a grace->pdf converter?

2007-02-20 Thread Neal Becker
José Matos wrote: > On Tuesday 20 February 2007 7:08:03 pm Georg Baum wrote: >> The subject says it all. Is there any reason? If not I am going to add >> one. > > I maintain the grace package in Fedora, it does not export pdf because > the > pdf library used in this extension is not free soft

Re: [patch] Why don't we have a grace->pdf converter?

2007-02-20 Thread Neal Becker
Georg Baum wrote: > The subject says it all. Is there any reason? If not I am going to add > one. > > > Georg If I have a grace that has pdf output, can I just add this line to .lyx/preferences? \converter agrpdf"gracebat -hardcopy -printfile $$o -hdevice PDF $$i 2>/dev/null"

Re: Anyone used Microsoft's Virtual PC 2007

2007-02-20 Thread Bo Peng
Does anyone have any experience with it? No. I have linux/vmware that serves several copies of windows 2k/XP and all sorts of 32/64bit Linux systems. Its snapshot feature is what we need (but I did not use it last time). I am pretty happy with vmware so I never tried Virtual PC. Bo

Re: r17267 - /lyx-devel/trunk/src/LaTeX.C

2007-02-20 Thread Jürgen Spitzmüller
Lars Gullik Bjønnes wrote: > I am talking about this bit: I see. That was a misunderstanding then. Something like the attached? Jürgen Index: src/LaTeX.C === --- src/LaTeX.C (Revision 17270) +++ src/LaTeX.C (Arbeitskopie) @@ -723,6

Re: [Cvslog] r17286 - /lyx-devel/trunk/lib/configure.py

2007-02-20 Thread Martin Vermeer
On Tue, Feb 20, 2007 at 08:56:54PM +, [EMAIL PROTECTED] wrote: > Author: schmitt > Date: Tue Feb 20 21:56:54 2007 > New Revision: 17286 > > URL: http://www.lyx.org/trac/changeset/17286 > Log: > * lib/configure.py: fix typo in comment > > Modified: > lyx-devel/trunk/lib/configure.py