Re: [Cvslog] r22625 - /lyx-devel/trunk/src/BufferView.cpp

2008-01-18 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > Juergen, can i put this into branch? p Yes. Jürgen

Re: Change tracking creates syntax errors in pdflatex

2008-01-18 Thread John Pye
Hi all, I have worked out a simple test case that illustrates this problem. The details I have posted as a new bug, http://bugzilla.lyx.org/show_bug.cgi?id=4504 Would really appreciate any suggestions on how to overcome/work around this bug, as it's causing me quite some inconvenience :-( Cheer

Re: [Cvslog] r22625 - /lyx-devel/trunk/src/BufferView.cpp

2008-01-18 Thread Pavel Sanda
> Author: sanda > Date: Fri Jan 18 23:50:19 2008 > New Revision: 22625 > > URL: http://www.lyx.org/trac/changeset/22625 Juergen, can i put this into branch? p

Re: [patch] fix bug 2492

2008-01-18 Thread Uwe Stöhr
> Could you please apply it? It's in but I left the brace-enclosed space since Georg must have his reasons for this. regards Uwe

Re: viewing the german UserGuide with pdflatex

2008-01-18 Thread Uwe Stöhr
I got it: The font package "mathptmx" interferes for an unknown reason with the textcomp-package. As you don't have the latin modern fonts installed, mthptmx is used besides other fonts to get nice looking PDFs. To do this is recommended in many internet resources like in Herbert Voss' Tips an

Re: r22619 - /lyx-devel/trunk/src/EmbeddedFiles.cpp

2008-01-18 Thread Bo Peng
> > Are you opening a valid embedded file such as > > http://www.lyx.org/~bpeng/test.lyx? > > > > Bo > > No idea whether it's valid. At least it's as valid as the files saved > by the revision before the commit. I will do more testing... and it would help if you can PM me your test file. Bo

Re: r22619 - /lyx-devel/trunk/src/EmbeddedFiles.cpp

2008-01-18 Thread Stefan Schimanski
Am 18.01.2008 um 17:45 schrieb Bo Peng: Now I get an unfulfilled assert because extract() is called, but the file is not in embedded mode: Are you opening a valid embedded file such as http://www.lyx.org/~bpeng/test.lyx? Bo No idea whether it's valid. At least it's as valid as the files sa

Re: r22619 - /lyx-devel/trunk/src/EmbeddedFiles.cpp

2008-01-18 Thread Bo Peng
> Now I get an unfulfilled assert because extract() is called, but the > file is not in embedded mode: Are you opening a valid embedded file such as http://www.lyx.org/~bpeng/test.lyx? Bo

Re: viewing the german UserGuide with pdflatex

2008-01-18 Thread Jürgen Spitzmüller
Hartmut Haase wrote: > ! Package textcomp Error: Symbol \textcurrency not provided by > (textcomp)                font family ptm in TS1 encoding. > (textcomp)                Default family used instead. Why do you use the TS1 encoding? You really should use T1 instead. (Tools->Preferences->Output

Re: viewing the german UserGuide with pdflatex

2008-01-18 Thread Hartmut Haase
Hi Jürgen, here is a LaTeX-procol. The important lines seem to be the following: ! Package textcomp Error: Symbol \textcurrency not provided by (textcomp)font family ptm in TS1 encoding. (textcomp)Default family used instead. See the textcomp package documentation

Re: viewing the german UserGuide with pdflatex

2008-01-18 Thread Jürgen Spitzmüller
Hartmut Haase wrote: > lyx153 comes with the same error message. Which error message exactly? Jürgen

Re: viewing the german UserGuide with pdflatex

2008-01-18 Thread Hartmut Haase
Hi Uwe > Could you btw. compile the English UserGuide.lyx using pdflatex? lyx153 comes with the same error message. Is there no one who uses Linux and has that problem? I can't believe. -- Viele Grüße, Hartmut Hungerhilfe: http://www.thehungersite.com Kampagne gegen den Ausverkauf der Deutsche

Re: Error making svn 1_5_X

2008-01-18 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > > Presume Makefile.depend got corrupted somehow? > > could be a svn conflict. Did you check that? Apparently it was (see the thread initiated by Darren). Jürgen

Re: Build fails in 1.5 branch

2008-01-18 Thread Jürgen Spitzmüller
Darren Freeman wrote: > Indeed I do, according to "svn status". Which is surprising considering > I didn't think I applied any patches to this working copy. Also, > po/POTFILES.in is listed as modified. I think there were unapplied changes in makefile.depend (which is generated by automake) after

Re: Error making svn 1_5_X

2008-01-18 Thread Jürgen Spitzmüller
Roger Mc Murtrie wrote: > Presume Makefile.depend got corrupted somehow? could be a svn conflict. Did you check that? Jürgen

Re: LyX Variant / Fork

2008-01-18 Thread Uwe Stöhr
linuxa linux schrieb: Sorry I am at novice tier and thus need a ready-made wordprocessor without command-line processes, But this is what LyX is. I need the following english alphabets and european alphabets if you can manage: ABCDEFGHIJ_LMNOPQRSTUVWXYZ Where you see the underscore on th

Re: Build fails in 1.5 branch

2008-01-18 Thread Darren Freeman
On Thu, 2008-01-17 at 09:34 +0100, Jürgen Spitzmüller wrote: > Darren Freeman wrote: > > Making all in doc > > make[2]: Entering directory `/home/dfreeman/lyx-devel/lib/doc' > > cd ../.. && /bin/sh /home/dfreeman/lyx-devel/config/missing --run > > automake-1.9 --foreign lib/doc/Makefile > > lib/d

Re: Error making svn 1_5_X

2008-01-18 Thread Roger Mc Murtrie
Thanks, I manually deleted the Makefile files from lib/doc as make distclean also failed in lib/doc with same error message. svn update ./autogen,sh ./configure ... make then worked OK Presume Makefile.depend got corrupted somehow? Roger On 18/01/2008, at 7:23 PM, Jürgen Spitzmüller

Re: Crash on Mac OSX [was: BibTex force Lyx to crash]

2008-01-18 Thread Abdelrazak Younes
G. Massera wrote: Yes... LyX should not crash... but now, it should be very easy to add a simple check that control if paths starting with /home are readable on Mac OSX in the next version. The culprit here is an uncaught exception from boost::fs. As we don't use that anymore in trunk, I gues

Re: Crash on Mac OSX [was: BibTex force Lyx to crash]

2008-01-18 Thread G. Massera
Yes... LyX should not crash... but now, it should be very easy to add a simple check that control if paths starting with /home are readable on Mac OSX in the next version. But for now, I think that it's enough to add in the wiki a note for Leopard users to comment out the row with /home in the /

Re: r22619 - /lyx-devel/trunk/src/EmbeddedFiles.cpp

2008-01-18 Thread Stefan Schimanski
Am 18.01.2008 um 07:46 schrieb [EMAIL PROTECTED]: Author: bpeng Date: Fri Jan 18 07:46:06 2008 New Revision: 22619 URL: http://www.lyx.org/trac/changeset/22619 Log: Embedding: fix enable() logic Modified: lyx-devel/trunk/src/EmbeddedFiles.cpp Modified: lyx-devel/trunk/src/EmbeddedFiles.cp

Re: [patch] fix language switch issue

2008-01-18 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > I have tested the the latest version of your patch you posted here: > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg134546.html > and it passed all my testcases. Of course it also fixes the specific > problem the patch is for. Thanks for testing, Uwe. I'll wait a few da

Re: Error making svn 1_5_X

2008-01-18 Thread Jürgen Spitzmüller
Roger Mc Murtrie wrote: > Making all in doc >   cd ../.. && /bin/sh /Applications/lyx-devel/config/missing --run   > automake-1.10 --foreign  lib/doc/Makefile > lib/doc/Makefile.depend:21: bad characters in variable name `' I cannot see anythin suspicious in that file, but this is the second repor

crashes in branch

2008-01-18 Thread Jürgen Spitzmüller
We have now two reproducible crashes in current branch: http://bugzilla.lyx.org/show_bug.cgi?id=4452 http://bugzilla.lyx.org/show_bug.cgi?id=4502 Ideas and patches are welcome. Jürgen