Re: current trunk does not compile here

2007-03-18 Thread Edwin Leuven
Bernhard Roider wrote: Hello, Changeset 17470 (http://www.lyx.org/trac/changeset/17470) removed the default constructor from class OutputParams but it is needed by the local variable runparams in the method InsetMathMBox::write(..) i did the attached to make it compile. haven't seen any regr

Re: [Cvslog] r17468 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-03-18 Thread Bo Peng
Updating po files does not sound very difficult, I will have a look. I had a look at po/Makefile. po/lyx.po is generated by a bunch of awk/sed commands (ui_l10n.pot etc). This basically means that the po files can only be updated under *nux, and it is meaningless to port this Makefile to scons,

current trunk does not compile here

2007-03-18 Thread Bernhard Roider
Hello, Changeset 17470 (http://www.lyx.org/trac/changeset/17470) removed the default constructor from class OutputParams but it is needed by the local variable runparams in the method InsetMathMBox::write(..) Bernhard

Re: lyxlex problem

2007-03-18 Thread Bernhard Roider
Edwin Leuven wrote: Edwin Leuven wrote: José Matos wrote: On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote: The patch sent by Bernhard some days ago is supposed to fix this. It would be nice if you could give it a try. fixes the bug perhaps it is time to commit the patch? Is there any

Re: lyxlex problem

2007-03-18 Thread Edwin Leuven
Edwin Leuven wrote: José Matos wrote: On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote: The patch sent by Bernhard some days ago is supposed to fix this. It would be nice if you could give it a try. fixes the bug perhaps it is time to commit the patch? Is there any objection to this pa

Re: [patch] Fix bug 3348

2007-03-18 Thread Georg Baum
Am Sonntag, 18. März 2007 18:58 schrieb Jürgen Spitzmüller: > Georg Baum wrote: > > It turns out that the boost::filesystem::native path check is unusable, > > because it disallows absolute paths on unix and spaces on windows. > > How did you find this out? By testing? I searched the boost docs, a

Re: [Cvslog] r17468 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-03-18 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: bpeng Date: Sun Mar 18 07:03:28 2007 New Revision: 17468 URL: http://www.lyx.org/trac/changeset/17468 Log: SCons: build TOC.lyx during installation Bo, if you want to make scons a true first-class LyX citizen, you should also add the functionality to upda

Re: lyxlex problem

2007-03-18 Thread Edwin Leuven
José Matos wrote: On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote: The patch sent by Bernhard some days ago is supposed to fix this. It would be nice if you could give it a try. fixes the bug perhaps it is time to commit the patch? Is there any objection to this patch? As far as I rem

Re: Bookmarks: 1.4 vs. 1.5

2007-03-18 Thread Michael Gerz
Bennett Helm schrieb: Are there others who prefer 1.5's style of bookmarks? (If so, how do you use bookmarks that makes this advantageous?) I am not happy with it, neither. However, I don't use bookmarks often, so I don't care to some degree :-) We had some discussion on "labelled" bookmarks.

Re: [patch] Fix bug 3348

2007-03-18 Thread Jürgen Spitzmüller
Georg Baum wrote: > It turns out that the boost::filesystem::native path check is unusable, > because it disallows absolute paths on unix and spaces on windows. How did you find this out? By testing? I searched the boost docs, and found next to nothing about fs::native. > Therefore we have to go

Re: [patch] Fix bug 3348

2007-03-18 Thread José Matos
On Sunday 18 March 2007 5:50:22 pm Georg Baum wrote: > This goes in tomorrow unless I get objections. OK. > Georg -- José Abílio

Re: lyxlex problem

2007-03-18 Thread José Matos
On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote: > > > > The patch sent by Bernhard some days ago is supposed to fix this. It > > would be nice if you could give it a try. > > fixes the bug > > perhaps it is time to commit the patch? Is there any objection to this patch? As far as I remembe

[patch] Fix bug 3348

2007-03-18 Thread Georg Baum
See http://bugzilla.lyx.org/show_bug.cgi?id=3348. It turns out that the boost::filesystem::native path check is unusable, because it disallows absolute paths on unix and spaces on windows. Therefore we have to go back to the exception solution (but a slightly better one). This goes in tomorrow un

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-18 Thread Andre Poenitz
On Sun, Mar 18, 2007 at 06:26:27PM +0100, Michael Gerz wrote: > The difficulties are partly caused by the many helper methods that > result in a high degree of indirection. It is very difficult to get to > the core. Less (similar) methods would be better. I am open for concrete proposals. Andre

Re: [patch] bug 3226: labels in caption insets don't have a prefix

2007-03-18 Thread Michael Gerz
Abdelrazak Younes schrieb: Andre Poenitz wrote: On Thu, Mar 15, 2007 at 06:36:15PM +0100, Abdelrazak Younes wrote: My point is that is not equivalent. A tree-like approach will inevitably lead to cleaner and shorter code, I am 100% sure of that. Besides, I still have difficulty to grasp the cu

Re: Freeze on "Accept All" (1.4.4svn)

2007-03-18 Thread Michael Gerz
John McCabe-Dansted schrieb: Hi, I have a crash with data loss with the latest 1.4.x SVN. Open http://www.csse.uwa.edu.au/~john/lyx/modal_MF2.lyx in lyx. Do an "accept all". LyX will lock up, it will not write an ".emergency" file, unless you go to the console and press Cntl-C. Even then, LyX w

Re: lyxlex problem

2007-03-18 Thread Edwin Leuven
Georg Baum wrote: Am Sonntag, 18. März 2007 13:55 schrieb Edwin Leuven: i am looking at http://bugzilla.lyx.org/show_bug.cgi?id=3293 and found that commenting out the 'if' on line 260 in insetvspace.C: - if (lex.isOK()) + //if (lex.isOK()) vspace = VSpace(vsp); so

Re: [patch] fix bug 3345

2007-03-18 Thread Uwe Stöhr
I got no objections and I think its obvious, so I put it in. Uwe

Re: Math fonts -- Win vs Mac

2007-03-18 Thread Andre Poenitz
On Sun, Mar 18, 2007 at 04:41:53PM +0100, Enrico Forestieri wrote: > Committed. When I find some more time I will address a remaining issue. > Currently, the character widths used in mathed are the same as those > used in normal text, i.e., they are logical and not actual widths as > explained here

Re: [patch] disable LyX View tab in external material dialog on demand

2007-03-18 Thread Uwe Stöhr
> Therefore I'd like to see a true boolean flag instead, e.g. > ViewInLyX true > And of course documentation. OK, I'll do this when I'm back. regards Uwe

Re: lyxlex problem

2007-03-18 Thread Georg Baum
Am Sonntag, 18. März 2007 13:55 schrieb Edwin Leuven: > i am looking at > > http://bugzilla.lyx.org/show_bug.cgi?id=3293 > > and found that commenting out the 'if' on line 260 in insetvspace.C: > > - if (lex.isOK()) > + //if (lex.isOK()) > vspace = VSpace(vsp); > > solves

Re: [Cvslog] r17469 - in /lyx-devel/trunk/lib/doc: Makefile.depend dep...

2007-03-18 Thread Georg Baum
Am Sonntag, 18. März 2007 15:35 schrieb Andre Poenitz: > Can't we use a pattern here? > > > %/TOC.lyx: $(srcdir)/EmbeddedObjects.lyx $(srcdir)/%/Customization.lyx $(srcdir)/%/Extended.lyx $(srcdir)/%/FAQ.lyx $(srcdir)/%/Intro.lyx $(srcdir)/%/Tutorial.lyx $(srcdir)/%/UserGuide.lyx > PYTH

Re: Math fonts -- Win vs Mac

2007-03-18 Thread Enrico Forestieri
On Sun, Mar 18, 2007 at 04:41:53PM +0100, Enrico Forestieri wrote: > The second one would be caching > the right bearings (in the Qt meaning, not the one documented in > src/frontends/FontMetrics.h) such that when the right bearing is > negative, its absolute value gets added to the width reported

Re: Math fonts -- Win vs Mac

2007-03-18 Thread Enrico Forestieri
On Sun, Mar 18, 2007 at 07:55:36AM +0100, Andre Poenitz wrote: > On Sun, Mar 18, 2007 at 06:42:34AM +0100, Enrico Forestieri wrote: > > On Sat, Mar 17, 2007 at 01:28:21AM +0100, Uwe Stöhr wrote: > > > > > > With the attached patch LyX is also closer to TeX, at least for > > > > super/subscript

Re: [GSoC] LyX not accepted as mentoring org?

2007-03-18 Thread christian . ridderstrom
On Sun, 18 Mar 2007, Martin Vermeer wrote: I'm not sure what you'd like help with, please expand and I'll help. If you'd like to delete a page, just replace the text of the page with the single word delete and the page will be deleted[*]. OK, I did this (and in addition [[!Uncateg

Re: [Cvslog] r17469 - in /lyx-devel/trunk/lib/doc: Makefile.depend dep...

2007-03-18 Thread Andre Poenitz
On Sun, Mar 18, 2007 at 10:44:28AM -, [EMAIL PROTECTED] wrote: > URL: > http://www.lyx.org/trac/file/lyx-devel/trunk/lib/doc/Makefile.depend?rev=17469 > == > --- lyx-devel/trunk/lib/doc/Makefile.depend (original) > +++

lyxlex problem

2007-03-18 Thread Edwin Leuven
i am looking at http://bugzilla.lyx.org/show_bug.cgi?id=3293 and found that commenting out the 'if' on line 260 in insetvspace.C: - if (lex.isOK()) + //if (lex.isOK()) vspace = VSpace(vsp); solves the bug since lex.isOK() seems to return false even when things are

[patch] fix bug 2932

2007-03-18 Thread Georg Baum
See http://bugzilla.lyx.org/show_bug.cgi?id=2932. This goes in tomorrow unless I get objections. Georg Index: src/mathed/InsetMathGrid.C === --- src/mathed/InsetMathGrid.C (Revision 17470) +++ src/mathed/InsetMathGrid.C (Arbeitskopi

Re: [patch] disable LyX View tab in external material dialog on demand

2007-03-18 Thread Georg Baum
Am Sonntag, 18. März 2007 04:55 schrieb Uwe Stöhr: > When you have chosen the template "Date" in the external material dialog, you can access the "LyX > View" tab and set there to view the date in LyX although it won't be shown. > As the Date is not designed to be shown in LyX as such, the tab s

Re: Scons now builds TOC.lyx

2007-03-18 Thread Georg Baum
Am Sonntag, 18. März 2007 07:02 schrieb Bo Peng: > Dear all, > > Scons now builds TOC.lyx and lang/TOC.lyx during installation. > depend.py and doc_toc.py have been modified to accommendate this. Great! > Because I can not test autotools, please check if these two files > still work with autotoo

Re: Getting citep etc. to work for egs.cls

2007-03-18 Thread Martin Vermeer
On Thu, Mar 01, 2007 at 01:27:17PM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > > Yes, indeed. Still, the question remains, is this sensible. > > No. Numerical needs the styles as well, so it should be supported likewise. > > Jürgen Attached an updated version of this patch, s

Re: FollowUp: Multiple bib entries selection (same author, and more...)

2007-03-18 Thread mbravi
Il giorno ven, 16/03/2007 alle 17.17 +0100, Abdelrazak Younes ha scritto: Please try my newer patch (attached) and report back. > I did. Speed ok, but multiplication of matches (was two with the first patch): as you go on typing your string you end up having a huge list of equal keys. This is clear

Re: [GSoC] LyX not accepted as mentoring org?

2007-03-18 Thread Martin Vermeer
On Sat, Mar 17, 2007 at 09:54:45PM +0100, [EMAIL PROTECTED] wrote: > On Sat, 17 Mar 2007, Martin Vermeer wrote: > > >OK, clear enough. Anyway, we should just have > >prepared this better, over a longer time and > >as a community. And it didn't help that the > >server was down with my draft mate