Re: [patch] fix bug 3235 (and a bit more)

2007-03-16 Thread Jean-Marc Lasgouttes
> "Dov" == Dov Feldstern <[EMAIL PROTECTED]> writes: >> That (and the proposed solution below) makes a lot of sense. I >> don't have time now to investigate, maybe you can put this analysis >> into bugzilla so that it does not get forgotten? >> Dov> I already added a comment saying that ther

Re: [patch] fix bug 3235 (and a bit more)

2007-03-16 Thread Dov Feldstern
That (and the proposed solution below) makes a lot of sense. I don't have time now to investigate, maybe you can put this analysis into bugzilla so that it does not get forgotten? I already added a comment saying that there is a thread in the mailing list with such-and-such a title on such-and-

Re: [patch] fix bug 3235 (and a bit more)

2007-03-16 Thread Georg Baum
Dov Feldstern wrote: > Regarding 1820 --- I started looking at it a while ago, and I think that > the problem stems from this: in TeXOnePar, previous_language is set to > the language of the previous paragraph, or to the document language if > this is the first paragraph. Then, if the new paragrap

Re: [patch] fix bug 3235 (and a bit more)

2007-03-15 Thread Dov Feldstern
Yes, but I did not try to fix that. This patch addresses only the encoding issues, bug 1820 is a language problem. After looking at LyXFont::latexWriteStartChanges I was not surprised that this bug exists. It is most probably a consequence of using a "paragraph language" as opposed to the lan

Re: [patch] fix bug 3235 (and a bit more)

2007-03-15 Thread Dov Feldstern
Hi! First of all, I'm glad to see this patch you're working on; unfortunately I haven't had a chance to look at it, maybe over the weekend I'll get to it. BTW, you are aware of bug 1820, right? Yes, but I did not try to fix that. This patch addresses only the encoding issues, bug 1820 i

Re: [patch] fix bug 3235 (and a bit more)

2007-03-15 Thread Georg Baum
Am Mittwoch, 14. März 2007 11:17 schrieb Jean-Marc Lasgouttes: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> Jean-Marc Lasgouttes wrote: > >>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > >> > Georg> Here comes the next mechanical one: Get rid of one of the 100 >

Re: [patch] fix bug 3235 (and a bit more)

2007-03-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> Georg> Here comes the next mechanical one: Get rid of one of the 100 Georg> arguments of Paragraph::Pimpl::simpleTeXSpecialChars. >> Very good. W

Re: [patch] fix bug 3235 (and a bit more)

2007-03-14 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> Here comes the next mechanical one: Get rid of one of the 100 > Georg> arguments of Paragraph::Pimpl::simpleTeXSpecialChars. > > Very good. What does the patch look like now? It follows

Re: [patch] fix bug 3235 (and a bit more)

2007-03-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Here comes the next mechanical one: Get rid of one of the 100 Georg> arguments of Paragraph::Pimpl::simpleTeXSpecialChars. Very good. What does the patch look like now? JMarc

Re: [patch] fix bug 3235 (and a bit more)

2007-03-14 Thread Abdelrazak Younes
Georg Baum wrote: Am Montag, 12. März 2007 20:36 schrieb Andre Poenitz: On Mon, Mar 12, 2007 at 07:29:11PM +0100, Georg Baum wrote: I committed some pure renaming. Here is the rest of the patch. How should we proceed? I wouldn't mind seeing it in trunk. Unfortunately I am not 100% sure of

Re: [patch] fix bug 3235 (and a bit more)

2007-03-13 Thread Georg Baum
Am Montag, 12. März 2007 20:36 schrieb Andre Poenitz: > On Mon, Mar 12, 2007 at 07:29:11PM +0100, Georg Baum wrote: > > I committed some pure renaming. Here is the rest of the patch. How should > > we proceed? > > I wouldn't mind seeing it in trunk. Unfortunately I am not 100% sure of all bits,

Re: [patch] fix bug 3235 (and a bit more)

2007-03-12 Thread Andre Poenitz
On Mon, Mar 12, 2007 at 07:29:11PM +0100, Georg Baum wrote: > I committed some pure renaming. Here is the rest of the patch. How should > we proceed? I wouldn't mind seeing it in trunk. What's the actual state of the 1.5 freeze anyway? Andre'

Re: [patch] fix bug 3235 (and a bit more)

2007-03-12 Thread Georg Baum
Am Montag, 5. März 2007 22:01 schrieb Georg Baum: > We currently do too many encoding changes for LaTeX output. This triggers > an inputenc bug: http://bugzilla.lyx.org/show_bug.cgi?id=3235. It is also > incorrect (as can be seen with the attached file, it is impossible to > export it to LaTeX).

Re: [patch] fix bug 3235 (and a bit more)

2007-03-05 Thread Abdelrazak Younes
Georg Baum wrote: We currently do too many encoding changes for LaTeX output. This triggers an inputenc bug: http://bugzilla.lyx.org/show_bug.cgi?id=3235. It is also incorrect (as can be seen with the attached file, it is impossible to export it to LaTeX). The attached patch fixes this bug an