Re: [PATCH] bug 3537: lyx-1.5.0beta2 dumps core on freebsd-6.2 when it tries to handle strings of filenames etc.

2007-06-26 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> Is it correct that this line remains untouched? Peter> #if SIZEOF_WCHAR_T != 4 && defined(__GNUC__) && Peter> defined(__GNUC_MINOR__) && __GNUC__ == 3 && __GNUC_MINOR__ < 4 No, and I do not know how I missed it. I think it should b

Re: [patch] Re: RTL justification bug

2007-06-26 Thread Stefan Schimanski
Am 26.06.2007 um 21:25 schrieb Dov Feldstern: Stefan Schimanski wrote: +// If the last logical character is a separator, skip it, unless +// it's in the last row of a paragraph +if (end > 0 && end < par.size() && par.isSeparator(end - 1)) +skipped_sep_vpos = bidi.log2vis(

Re: Any last minute request?

2007-06-26 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> José Matos wrote: >> Yes. Jürgen> Thanks. I'm done with my patches now (I wait witth the one for Jürgen> bug 3915 unless Jean-Marc and I have come to a conclusion). I think the latest patch is better than what we had previo

Re: [patch] Re: RTL justification bug

2007-06-26 Thread Dov Feldstern
Stefan Schimanski wrote: Ok, after rereading your previous mail I got it. Would be good to put a better documentation there like: // Spaces at line breaks in bidi text can appear visually in the middle // of a row and must be skipped during painting: // * logically "abc_[HEBREW_\nHEBREW]" //

Re: [PATCH] Reworking of Paragraph Settings Dialog

2007-06-26 Thread Richard Heck
Edwin Leuven wrote: Asger Ottar Alstrup wrote: instead? If you don't like the word Built-in, then please make it Default Alignment for Current Paragraph (Justified) to make it *extra* clear what default we are talking about. There is room enough, according to the screen shot. or even mor

[PATCH-updated] Reworking of Paragraph Settings Dialog

2007-06-26 Thread Richard Heck
An update to the previous patch, incorporating a check for a multi-paragraph selection. I'll commit after rc2, if there is no objection. I go away Thursday morning on vacation, though, so if rc2 is not out by then, someone else will have to do it for me Richard The attached patch

[PATCH-updated] Reworking of Paragraph Settings Dialog

2007-06-26 Thread Richard Heck
An update to the previous patch, incorporating a check for a multi-paragraph selection. I'll commit after rc2, if there is no objection. I go away Thursday morning on vacation, though, so if rc2 is not out by then, someone else will have to do it for me Richard The attached patch deal

Re: [PATCH] bug 3537: lyx-1.5.0beta2 dumps core on freebsd-6.2 when it tries to handle strings of filenames etc.

2007-06-26 Thread Enrico Forestieri
On Tue, Jun 26, 2007 at 02:19:47PM -0500, Bo Peng wrote: > On 6/26/07, Bo Peng <[EMAIL PROTECTED]> wrote: > > > > Are you sure about the name here? Not __NETBSD__? > > > > > > > > When I google, I see a lot of > > > > defined (__FreeBSD__) || defined (__OpenBSD__) || defined(__OpenBSD__) > > Of c

Re: problems to show figures in LyX

2007-06-26 Thread Enrico Forestieri
On Tue, Jun 26, 2007 at 09:38:44PM +0200, Michael Gerz wrote: > Enrico Forestieri schrieb: > > On Wed, Jun 20, 2007 at 09:44:12AM +0100, José Matos wrote: > > > >> On Wednesday 20 June 2007 00:00:06 Enrico Forestieri wrote: > >> > >>> The attached patch fixes it. José, OK to commit? > >>>

Re: Enhancement

2007-06-26 Thread Darren Freeman
On Tue, 2007-06-26 at 17:01 +0200, Mael Hilléreau wrote: > I have a feature request: Would it be possible to perform output > generation in a different thread so that LyX wouldn't freeze while > compiling? This would be particularly appreciated with big documents > which take a long time to c

Blank line not cleaned up?

2007-06-26 Thread Darren Freeman
Hi all, I just imported a Word document and am now cleaning it up. I found a curiosity for you: after a subsection heading, there was a blank line before the next paragraph. I only noticed it because of the wrong indenting of the next paragraph. I can't create such a blank line so it's obviously

Add BibTeX database confusing

2007-06-26 Thread Darren Freeman
Hi all, I just added a fresh BibTeX database to a document and found the file selection dialogue to be utterly baffling. Is it meant to be like that?? Have fun, Darren

Re: [PATCH] Reworking of Paragraph Settings Dialog

2007-06-26 Thread Jürgen Spitzmüller
Richard Heck wrote: > > "Use this paragraph's default alignment (Justified)" > > That's fine with me, though I'd suggest "the" instead of "this", as that > is OK for the multi-paragraph case, too. Oh no, please don't. Use tooltips for verbose hints (you can't imagine how long this label will be i

User guide inaccuracy

2007-06-26 Thread Darren Freeman
User guide section 5.7.2 Math Text Mode. Footnote reads: "Moreover, math text mode outputs its contents inside a \textrm{}, whereas and \mbox (or AMS-LaTeX's \text) might have been a better choice" This is wrong because LyX now uses \mbox{}. Have fun, Darren

Re: Mathed sub/superscripts highlighting

2007-06-26 Thread Darren Freeman
On Mon, 2007-05-21 at 17:21 +0200, Jean-Marc Lasgouttes wrote: > > "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: > > Darren> On Mon, 2007-05-21 at 16:16 +0200, Herbert Voss wrote: > >> {Ge}^3 is different to > >> > >> Ge^3 and G^3 and e^3, which have all the same vertical height. >

[patch] bug 3931: elsart.layout fix

2007-06-26 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=3931 A simple fix, as \ack does not use a counter (it uses \section* internally) and is output in plural form in DVI. This could also go in branch. OK? Jürgen Index: lib/layouts/elsart.layout ===

[PATCH] Bug3313 unicode error when invoking lyx2lyx

2007-06-26 Thread Anders Ekberg
A small patch to handle characters with diaeresis (as ä and ö) where " is part of the ERT expression. Anders new-patch Description: Binary data

<    1   2