Re: Question on handling Arabic-Like languages

2007-05-08 Thread Abdelrazak Younes
Mostafa Vahedi wrote: Consider the file Encoding.cpp. There is a table named arabic_table and four methods all related to the arabic language defined in this file. The table contains different shapes of each character in unicode. The methods are as follows: 1. is_arabic_special(character)

Re: CJK-testers needed

2007-05-08 Thread Koji Yokota
Uwe Stöhr wrote: Not on my system, it seems that the Japanese-package sets the Japanese babel definition file. I'll have a look. Uh, this is my fault. Although the webpage says Japanese option file for Babel, it is actually a latex package as before. Babel does not support Japanese at this

Re: [PATCH] Bug 3524

2007-05-08 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Attached a very simple patch to resolve this bug. OK to commit? Index: frontends/qt4/QParagraph.cpp === ---

Re: [PATCH] Bug 2951

2007-05-08 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Another simple little patch for this one. OK to commit? Looks good. Abdel.

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread Abdelrazak Younes
Uwe Stöhr wrote: Andre Poenitz schrieb: Why that? In Delphi I use such contructs very often. The syntax would then be if (a = 1) and (b = 1) and ( (C = bla) or (C = blub) ) then So I assumed that this is possible in C++ too. I still see an 'or'. Yes of course. I don't want to let

Re: Need help with style for layout file

2007-05-08 Thread Helge Hafting
Andreas Karlsson wrote: Hi, I am writing a layout file where I have defined a new style in which I want it to be a new line when I hit Enter instead of a new paragraph. That is, I want it to work as when hitting Ctrl+Enter in an ordinary style. Is this possible, and how should I do to get

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread Helge Hafting
Uwe Stöhr wrote: Attached is the patch that fixes the problem, that babel isn't called when you are foreign languages in CJK and Armenian-documents. I think this is now the last remaining babel bug. Is my patch correct? It works here for all my testcases but you have perhaps a better

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread christian . ridderstrom
On Tue, 8 May 2007, Abdelrazak Younes wrote: I am not sure I understand your question though... Abdel. I think the problem is that his code was valid to begin with... if ( (a == 1) (b == 1) ((C == bla) || (C == blub)) ) ... /Christian -- Christian Ridderström,

Re: [patch] bug 3565

2007-05-08 Thread Helge Hafting
Jürgen Spitzmüller wrote: The patch just adds endash and emdash to the unicodesymbol list. OK to apply? I just tested this. I can now paste endashes and emdashes into the lyx document from an unicode testpage, and have them work on screen. Well, that part worked ever since the unicode

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread Uwe Stöhr
You need to enclose the full expression between brackets. if (a == 1 b == 1 (C == bla || C == blub)) { ... } This is what I first tried, but it doesn't compile: Syntax error ( --- What about my patch? regards Uwe

Re: CJK-testers needed

2007-05-08 Thread Uwe Stöhr
Koji Yokota schrieb: Uh, this is my fault. Although the webpage says Japanese option file for Babel, it is actually a latex package as before. Babel does not support Japanese at this moment. ... 5) To use it in LyX, \usepackage{babel} \usepackage{japanese} must be

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread Abdelrazak Younes
Uwe Stöhr wrote: + else + tmp = string(); And by the way, please use tmp.clear() instead. Abdel.

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread Abdelrazak Younes
Uwe Stöhr wrote: Attached is the patch that fixes the problem, that babel isn't called when you are foreign languages in CJK and Armenian-documents. I think this is now the last remaining babel bug. Is my patch correct? It works here for all my testcases but you have perhaps a better

Re: [patch] full Armenian language support

2007-05-08 Thread José Matos
On Monday 07 May 2007 20:38:19 Uwe Stöhr wrote: I just noticed, that this is not specially the case for Armenian but also applies for the CJK-languages. So I currently see no special Armenian bug. OK. regards Uwe -- José Abílio

Re: [PATCH] Bug 3524

2007-05-08 Thread rgheck
How about this Index: qt4/QParagraph.cpp === --- qt4/QParagraph.cpp (revision 18231) +++ qt4/QParagraph.cpp (working copy) @@ -254,7 +254,14 @@ dialog_-alignmentToRadioButtons(newAlignment); //indentation -

Re: [PATCH] Bug 3524

2007-05-08 Thread Edwin Leuven
[EMAIL PROTECTED] wrote: How about this + if (controller().canIndent()) + { + dialog_-indentCB-setEnabled(true); + dialog_-indentCB-setChecked(!params.noindent()); + } else { + dialog_-indentCB-setEnabled(false); +

Re: [PATCH] Bug 3524

2007-05-08 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: How about this much better :-) Abdel.

Re: [PATCH] Bug 3524

2007-05-08 Thread Abdelrazak Younes
Edwin Leuven wrote: [EMAIL PROTECTED] wrote: How about this +if (controller().canIndent()) +{ +dialog_-indentCB-setEnabled(true); +dialog_-indentCB-setChecked(!params.noindent()); +} else { +dialog_-indentCB-setEnabled(false); +

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread christian . ridderstrom
On Tue, 8 May 2007, Uwe Stöhr wrote: You need to enclose the full expression between brackets. if (a == 1 b == 1 (C == bla || C == blub)) { ... } This is what I first tried, but it doesn't compile: Syntax error ( Then you have some other problem that's confusing you. /C --

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread christian . ridderstrom
On Tue, 8 May 2007, Abdelrazak Younes wrote: Uwe Stöhr wrote: + else + tmp = string(); And by the way, please use tmp.clear() instead. And stick to less than about 72 characters/line plese :-) /C -- Christian Ridderström, +46-8-768 39 44

Re: Minor patch: INSTALL.MacOSX

2007-05-08 Thread Bennett Helm
On Apr 27, 2007, at 9:59 AM, Jean-Marc Lasgouttes wrote: Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett On Apr 27, 2007, at 9:52 AM, Jean-Marc Lasgouttes wrote: Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett Here's a minor patch to INSTALL.MacOSX needed to enable

Re: [PATCH] Change tracking

2007-05-08 Thread Michael Gerz
Jürgen Spitzmüller schrieb: Why not the linebreak? For my taste, that line is too long. Alright, I also added the line break :-) AFAIK, \newcommand only allows one optional argument. However, this doesn't hurt IMHO because LyX will always sets all three arguments. It's possible, but

Change tracking - Question

2007-05-08 Thread Michael Gerz
Hi, now that we have the infrastructure ready to support soul/xcolor as an alternative to dvipost, what would be your preference? 1. Ditch dvipost in favour of soul/xcolor 2. Check dvipost first. If not available, check for soul/xcolor 3. Check soul/xcolor first. If not available, check for

Appuntamenti d'interesse generale e conferenza stampa

2007-05-08 Thread Trend Expo Newsletter

Re: Bug 3522, german umlaut does not work in math preview

2007-05-08 Thread José Matos
On Sunday 06 May 2007 11:28:33 Jürgen Spitzmüller wrote: - Is it correct to always use utf8 for preview? Basically, this breaks preview-latex for older distributions that do not feature utf8. Ideally, we should use the encoding of the document (if possible). I agree. BTW what is the

Re: [patch] fix bug 3569

2007-05-08 Thread Uwe Stöhr
Uwe Stöhr schrieb: Attached is a better patch. I now also implement Abdel's annotations. Can this one now go in? regards Uwe Index: BufferParams.cpp === --- BufferParams.cpp (revision 18237) +++ BufferParams.cpp (working copy)

Re: [patch] fix bug 3571

2007-05-08 Thread Uwe Stöhr
Uwe Stöhr schrieb: Attached is a patch that fixes the selectlanguage issue for languages that don't use babel (GJK, Armenian) It works correctly I think. OK? No, it didn't, so I retract my patch. The problem of the bug is in output_latex.cpp in the three i call where language_command_begin

Re: [patch] fix bug 3569

2007-05-08 Thread Abdelrazak Younes
Uwe Stöhr wrote: + // if the armscii8 or a CJK encoding is used, babel has to be called for + // foreign languages + if (lang_opts != ) + if (!lang_opts.empty()) + tmp = string(\\usepackage[) + lang_opts +

Re: [patch] fix bug 3569

2007-05-08 Thread Andre Poenitz
On Tue, May 08, 2007 at 08:46:15PM +0200, Uwe Stöhr wrote: Uwe Stöhr schrieb: Attached is a better patch. I now also implement Abdel's annotations. Can this one now go in? regards Uwe Index: BufferParams.cpp === ---

Re: Minor patch: INSTALL.MacOSX

2007-05-08 Thread Andre Poenitz
On Tue, May 08, 2007 at 01:20:24PM -0400, Bennett Helm wrote: On Apr 27, 2007, at 9:59 AM, Jean-Marc Lasgouttes wrote: Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett On Apr 27, 2007, at 9:52 AM, Jean-Marc Lasgouttes wrote: Bennett == Bennett Helm [EMAIL PROTECTED] writes:

Re: More Hebrew / Bidi / Encoding Woes (1/2)

2007-05-08 Thread Peter Kümmel
Andre Poenitz wrote: On Mon, May 07, 2007 at 08:11:11PM +0200, Peter Kümmel wrote: As said above, I only couldn't accept that someone very deep involved in the development process stops short before a release just because he dislike the current development style, when someone becomes that

[patch] bugs 3528 and 3534

2007-05-08 Thread Ozgur Ugras BARAN
Attached patch solves two TOC dialog bugs 3528 and 3534. Can smb review (Abdel?, Juergen?, John?) and commit it (Jose?) ugras Index: frontends/qt4/TocWidget.cpp === --- frontends/qt4/TocWidget.cpp (revision 18237) +++

Re: [patch] fix bug 3569

2007-05-08 Thread christian . ridderstrom
On Tue, 8 May 2007, Uwe Stöhr wrote: Uwe Stöhr schrieb: Attached is a better patch. I now also implement Abdel's annotations. Can this one now go in? Reduce the line length of the comments, i.e.: + language-babel().empty() ) { + // if the armscii8 or a CJK

Re: Windows installers - their types and enums

2007-05-08 Thread christian . ridderstrom
Ok, the response here has been appallingly lacking. I'm giving you one more try. Non NSIS's are are free to chime in as well. I'd like to discuss the different types of windows installers, their definition/descriptions and more concretely, what the corresponding compile time definitions

Adding Farsi Support

2007-05-08 Thread Mostafa Vahedi
Four files are modified namely: Encoding.cpp, Text.cpp, rowpainter.cpp, and languages. - Ahhh...imagining that irresistible new car smell? Check outnew cars at Yahoo! Autos.Index: Encoding.cpp

Re: [Final Patch] InsetListings ...

2007-05-08 Thread José Matos
On Tuesday 08 May 2007 21:51:29 Bo Peng wrote: With this validation system in place, I will stop working on this feature until I get an OK to proceed. You have an OK to proceed, but I would like to hear more feedback from the list to the technical details of the patches. Please wait for a

Re: LyX 1.5.0 proposed schedule

2007-05-08 Thread Pavel Sanda
After our problems with LyX 1.4.0, we promised on the users list to fix if possible all regressions to LyX 1.3.x. So we should try to fix them. -- Regressions to LyX 1.3.x: should this be keyworded as regression ? http://bugzilla.lyx.org/show_bug.cgi?id=2945 pavel

Re: [Final Patch] InsetListings ...

2007-05-08 Thread Peter Kümmel
José Matos wrote: On Tuesday 08 May 2007 21:51:29 Bo Peng wrote: With this validation system in place, I will stop working on this feature until I get an OK to proceed. You have an OK to proceed, but I would like to hear more feedback from the list to the technical details of the

Re: [Final Patch] InsetListings ...

2007-05-08 Thread Peter Kümmel
Bo Peng wrote: Dear all, I have spent another two days on the InsetListings patch, trying to make the GUI more usable. What I get is a validation system that reports to QInclude, QListings and QDocument exactly what is wrong with the params string (through exception). With the attached

Re: LyX 1.5.0 proposed schedule

2007-05-08 Thread José Matos
On Tuesday 08 May 2007 22:12:18 Pavel Sanda wrote: After our problems with LyX 1.4.0, we promised on the users list to fix if possible all regressions to LyX 1.3.x. So we should try to fix them. -- Regressions to LyX 1.3.x: should this be keyworded as regression ?

Re: [Final Patch] InsetListings ...

2007-05-08 Thread Bo Peng
+bool InsetListingsParams::fromEncodedString(string const in) +{ + // Decode string! + // Do nothing because was silently ignored. + setParams(in); +} msvc needs a return value. Thanks. I will correct that. bool was used in many places to see if a parameter string is

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread christian . ridderstrom
I think this got sent to the wrong list :-) On Tue, 8 May 2007, Uwe Stöhr wrote: I haven't found btw. no C++ manual by googling that describes the case where AND and OR are embedded to each other. Do you know one? That part is just from the precedence of the operators. When that order isn't

Re: Adding Farsi Support

2007-05-08 Thread José Matos
On Tuesday 08 May 2007 21:51:56 Mostafa Vahedi wrote: Four files are modified namely: Encoding.cpp, Text.cpp, rowpainter.cpp, and languages. I think that this can go in, any objection? Thanks Mostafa. :-) Regarding the support of Farsi: How is the support with this patch?

Re: [Final Patch] InsetListings ...

2007-05-08 Thread Peter Kümmel
Bo Peng wrote: +bool InsetListingsParams::fromEncodedString(string const in) +{ + // Decode string! + // Do nothing because was silently ignored. + setParams(in); +} msvc needs a return value. Thanks. I will correct that. bool was used in many places to see if a

Refocus: Bidi Cursor Movement

2007-05-08 Thread Dov Feldstern
Hi! This issue seems to have generated a lot of discussion, and I think we sort of lost our focus. So I'm going to try to respond to the various issues raised, and then I'll sketch out a plan for moving ahead with this. *) Andre asked about how other programs deal with this: I took a look

Re: Adding Farsi Support

2007-05-08 Thread Mostafa Vahedi
On Tuesday 08 May 2007 21:51:56 Mostafa Vahedi wrote: Four files are modified namely: Encoding.cpp, Text.cpp, rowpainter.cpp, and languages. I think that this can go in, any objection? Thanks Mostafa. :-) Regarding the support of Farsi: How is the support with this patch?

Re: [Final Patch] InsetListings ...

2007-05-08 Thread Bo Peng
Starting with your ui file I get a design which seems ok when I click 1. in the QGroupBoxlayout-vertical (then I see the narrow band) 2. again layout-vertical on the empty space on the right of the QGroupBox 3. and change the sizePolicy property of listingTB to expanding This seems to work and

Re: Adding Farsi Support

2007-05-08 Thread Dov Feldstern
José Matos wrote: On Tuesday 08 May 2007 21:51:56 Mostafa Vahedi wrote: Four files are modified namely: Encoding.cpp, Text.cpp, rowpainter.cpp, and languages. I think that this can go in, any objection? Just tried it out. I don't have arabi set up, so I can't test the Farsi, but in

[patch] Relyx on the fly

2007-05-08 Thread hzluo
Attached files are to enable relyx on the fly, i.e., when a latex syntaxed string is pasted into lyx, it is converted to lyx. Currently the patch can only detect \cite{...} command embeded in a string. But it can be extended to support more latex syntax. Test: paste a string like: blabla bla

Re: LyX 1.5.0 proposed schedule

2007-05-08 Thread Dov Feldstern
José Matos wrote: Hi all, feedback is welcome for this message. [...] Thanks to Uwe and Bennet I have compiled this list of bugs. Is there any issue missing here? Which bugs do you expect to tackle during the release candidates stage? I'm still having some stability issues with

Re: [patch] fix bug 3569

2007-05-08 Thread Uwe Stöhr
Andre Poenitz schrieb: + if (lang_opts != ) if (!lang_opts.empty()) Thanks, I've put it in now with this syntax: http://www.lyx.org/trac/changeset/18238 thanks and regards Uwe

Re: [patch] fix bug 3569

2007-05-08 Thread Uwe Stöhr
Reduce the line length of the comments, i.e.: You asked me about reasons for the line length a while back. One trivial reason is that your diff is diff(icult:-) to read in my mail program... The common line length is 80 characters per line I read somewhere. But when you look at

Re: Adding Farsi Support

2007-05-08 Thread Uwe Stöhr
Four files are modified namely: Encoding.cpp, Text.cpp, rowpainter.cpp, and languages. I think that this can go in, any objection? What about the file format change and lyx2lyx stuff? There should be at least a function in lyx2lyx that referts the document language setting. For

SVN fails to compile

2007-05-08 Thread Darren Freeman
Guys, I just tried for the first time in years to compile the main branch of the repository. I haven't done that since it was CVS! It failed :( I am using a pretty standard OpenSUSE 10.2 with Qt 4 compiled from source. See below for a transcript of the end of ./configure followed by make. I

Re: Refocus: Bidi Cursor Movement

2007-05-08 Thread Martin Vermeer
On Wed, May 09, 2007 at 12:58:12AM +0300, Dov Feldstern wrote: Hi! ... Visual mode in both applications means that LEFT moves left, and RIGHT moves right, regardless of the language, and the movement is visual and not logical (so that the cursor may actually be jumping back and forth

Re: Question on handling Arabic-Like languages

2007-05-08 Thread Abdelrazak Younes
Mostafa Vahedi wrote: Consider the file Encoding.cpp. There is a table named arabic_table and four methods all related to the arabic language defined in this file. The table contains different shapes of each character in unicode. The methods are as follows: 1. is_arabic_special(character)

Re: CJK-testers needed

2007-05-08 Thread Koji Yokota
Uwe Stöhr wrote: Not on my system, it seems that the Japanese-package sets the Japanese babel definition file. I'll have a look. Uh, this is my fault. Although the webpage says "Japanese option file for Babel", it is actually a latex package as before. Babel does not support Japanese at this

Re: [PATCH] Bug 3524

2007-05-08 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Attached a very simple patch to resolve this bug. OK to commit? Index: frontends/qt4/QParagraph.cpp === ---

Re: [PATCH] Bug 2951

2007-05-08 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Another simple little patch for this one. OK to commit? Looks good. Abdel.

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread Abdelrazak Younes
Uwe Stöhr wrote: Andre Poenitz schrieb: Why that? In Delphi I use such contructs very often. The syntax would then be if (a = 1) and (b = 1) and ( (C = "bla") or (C = "blub") ) then So I assumed that this is possible in C++ too. I still see an 'or'. Yes of course. I don't want to

Re: Need help with style for layout file

2007-05-08 Thread Helge Hafting
Andreas Karlsson wrote: Hi, I am writing a layout file where I have defined a new style in which I want it to be a new line when I hit Enter instead of a new paragraph. That is, I want it to work as when hitting Ctrl+Enter in an ordinary style. Is this possible, and how should I do to get

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread Helge Hafting
Uwe Stöhr wrote: Attached is the patch that fixes the problem, that babel isn't called when you are foreign languages in CJK and Armenian-documents. I think this is now the last remaining babel bug. Is my patch correct? It works here for all my testcases but you have perhaps a better

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread christian . ridderstrom
On Tue, 8 May 2007, Abdelrazak Younes wrote: I am not sure I understand your question though... Abdel. I think the "problem" is that his code was valid to begin with... if ( (a == 1) && (b == 1) && ((C == "bla") || (C == "blub")) ) ... /Christian -- Christian

Re: [patch] bug 3565

2007-05-08 Thread Helge Hafting
Jürgen Spitzmüller wrote: The patch just adds endash and emdash to the unicodesymbol list. OK to apply? I just tested this. I can now paste endashes and emdashes into the lyx document from an unicode testpage, and have them work on screen. Well, that part worked ever since the unicode

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread Uwe Stöhr
> You need to enclose the full expression between brackets. > > if (a == 1 && b == 1 && (C == "bla" || C == "blub")) { > ... > } This is what I first tried, but it doesn't compile: " Syntax error "(" " --- What about my patch? regards Uwe

Re: CJK-testers needed

2007-05-08 Thread Uwe Stöhr
Koji Yokota schrieb: Uh, this is my fault. Although the webpage says "Japanese option file for Babel", it is actually a latex package as before. Babel does not support Japanese at this moment. ... 5) To use it in LyX, \usepackage{babel} \usepackage{japanese} must be

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread Abdelrazak Younes
Uwe Stöhr wrote: + else + tmp = string(""); And by the way, please use tmp.clear() instead. Abdel.

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread Abdelrazak Younes
Uwe Stöhr wrote: Attached is the patch that fixes the problem, that babel isn't called when you are foreign languages in CJK and Armenian-documents. I think this is now the last remaining babel bug. Is my patch correct? It works here for all my testcases but you have perhaps a better

Re: [patch] full Armenian language support

2007-05-08 Thread José Matos
On Monday 07 May 2007 20:38:19 Uwe Stöhr wrote: > I just noticed, that this is not specially the case for Armenian but also > applies for the CJK-languages. > > So I currently see no special Armenian bug. OK. > regards Uwe -- José Abílio

Re: [PATCH] Bug 3524

2007-05-08 Thread rgheck
How about this Index: qt4/QParagraph.cpp === --- qt4/QParagraph.cpp (revision 18231) +++ qt4/QParagraph.cpp (working copy) @@ -254,7 +254,14 @@ dialog_->alignmentToRadioButtons(newAlignment); //indentation -

Re: [PATCH] Bug 3524

2007-05-08 Thread Edwin Leuven
[EMAIL PROTECTED] wrote: How about this > >+ if (controller().canIndent()) >+ { >+ dialog_->indentCB->setEnabled(true); >+ dialog_->indentCB->setChecked(!params.noindent()); >+ } else { >+ dialog_->indentCB->setEnabled(false); >+

Re: [PATCH] Bug 3524

2007-05-08 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: How about this much better :-) Abdel.

Re: [PATCH] Bug 3524

2007-05-08 Thread Abdelrazak Younes
Edwin Leuven wrote: [EMAIL PROTECTED] wrote: How about this > >+if (controller().canIndent()) >+{ >+dialog_->indentCB->setEnabled(true); >+dialog_->indentCB->setChecked(!params.noindent()); >+} else { >+dialog_->indentCB->setEnabled(false); >+

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread christian . ridderstrom
On Tue, 8 May 2007, Uwe Stöhr wrote: You need to enclose the full expression between brackets. if (a == 1 && b == 1 && (C == "bla" || C == "blub")) { ... } This is what I first tried, but it doesn't compile: " Syntax error "(" " Then you have some other problem that's confusing you. /C

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread christian . ridderstrom
On Tue, 8 May 2007, Abdelrazak Younes wrote: Uwe Stöhr wrote: + else + tmp = string(""); And by the way, please use tmp.clear() instead. And stick to less than about 72 characters/line plese :-) /C -- Christian Ridderström, +46-8-768 39 44

Re: Minor patch: INSTALL.MacOSX

2007-05-08 Thread Bennett Helm
On Apr 27, 2007, at 9:59 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Apr 27, 2007, at 9:52 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> Here's a minor patch to INSTALL.MacOSX needed to

Re: [PATCH] Change tracking

2007-05-08 Thread Michael Gerz
Jürgen Spitzmüller schrieb: Why not the linebreak? For my taste, that line is too long. Alright, I also added the line break :-) AFAIK, \newcommand only allows one optional argument. However, this doesn't hurt IMHO because LyX will always sets all three arguments. It's possible, but

Change tracking - Question

2007-05-08 Thread Michael Gerz
Hi, now that we have the infrastructure ready to support soul/xcolor as an alternative to dvipost, what would be your preference? 1. Ditch dvipost in favour of soul/xcolor 2. Check dvipost first. If not available, check for soul/xcolor 3. Check soul/xcolor first. If not available, check for

Appuntamenti d'interesse generale e conferenza stampa

2007-05-08 Thread Trend Expo Newsletter

Re: Bug 3522, german umlaut does not work in math preview

2007-05-08 Thread José Matos
On Sunday 06 May 2007 11:28:33 Jürgen Spitzmüller wrote: > - Is it correct to always use utf8 for preview? Basically, this breaks > preview-latex for older distributions that do not feature utf8. Ideally, we > should use the encoding of the document (if possible). I agree. BTW what is the

Re: [patch] fix bug 3569

2007-05-08 Thread Uwe Stöhr
Uwe Stöhr schrieb: Attached is a better patch. I now also implement Abdel's annotations. Can this one now go in? regards Uwe Index: BufferParams.cpp === --- BufferParams.cpp (revision 18237) +++ BufferParams.cpp (working copy)

Re: [patch] fix bug 3571

2007-05-08 Thread Uwe Stöhr
Uwe Stöhr schrieb: Attached is a patch that fixes the selectlanguage issue for languages that don't use babel (GJK, Armenian) It works correctly I think. OK? No, it didn't, so I retract my patch. The problem of the bug is in output_latex.cpp in the three i call where

Re: [patch] fix bug 3569

2007-05-08 Thread Abdelrazak Younes
Uwe Stöhr wrote: + // if the armscii8 or a CJK encoding is used, babel has to be called for + // foreign languages + if (lang_opts != "") + if (!lang_opts.empty()) + tmp = string("\\usepackage[") + lang_opts +

Re: [patch] fix bug 3569

2007-05-08 Thread Andre Poenitz
On Tue, May 08, 2007 at 08:46:15PM +0200, Uwe Stöhr wrote: > Uwe Stöhr schrieb: > > >Attached is a better patch. > > I now also implement Abdel's annotations. Can this one now go in? > > regards Uwe > Index: BufferParams.cpp > ===

Re: Minor patch: INSTALL.MacOSX

2007-05-08 Thread Andre Poenitz
On Tue, May 08, 2007 at 01:20:24PM -0400, Bennett Helm wrote: > On Apr 27, 2007, at 9:59 AM, Jean-Marc Lasgouttes wrote: > > >>"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: > > > >Bennett> On Apr 27, 2007, at 9:52 AM, Jean-Marc Lasgouttes wrote: > "Bennett" == Bennett Helm

Re: More Hebrew / Bidi / Encoding Woes (1/2)

2007-05-08 Thread Peter Kümmel
Andre Poenitz wrote: > On Mon, May 07, 2007 at 08:11:11PM +0200, Peter Kümmel wrote: >> As said above, I only couldn't accept that someone very deep involved in >> the development process stops short before a release just because he dislike >> the current development style, when someone becomes

[patch] bugs 3528 and 3534

2007-05-08 Thread Ozgur Ugras BARAN
Attached patch solves two TOC dialog bugs 3528 and 3534. Can smb review (Abdel?, Juergen?, John?) and commit it (Jose?) ugras Index: frontends/qt4/TocWidget.cpp === --- frontends/qt4/TocWidget.cpp (revision 18237) +++

Re: [patch] fix bug 3569

2007-05-08 Thread christian . ridderstrom
On Tue, 8 May 2007, Uwe Stöhr wrote: Uwe Stöhr schrieb: Attached is a better patch. I now also implement Abdel's annotations. Can this one now go in? Reduce the line length of the comments, i.e.: + language->babel().empty() ) { + // if the armscii8 or a CJK

Re: Windows installers - their types and "enum"s

2007-05-08 Thread christian . ridderstrom
Ok, the response here has been appallingly lacking. I'm giving you one more try. Non NSIS's are are free to chime in as well. I'd like to discuss the different types of windows installers, their definition/descriptions and more concretely, what the corresponding compile time definitions

Adding Farsi Support

2007-05-08 Thread Mostafa Vahedi
Four files are modified namely: Encoding.cpp, Text.cpp, rowpainter.cpp, and languages. - Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.Index: Encoding.cpp

Re: [Final Patch] InsetListings ...

2007-05-08 Thread José Matos
On Tuesday 08 May 2007 21:51:29 Bo Peng wrote: > With this validation system in place, I will stop working on this > feature until I get an OK to proceed. You have an OK to proceed, but I would like to hear more feedback from the list to the technical details of the patches. Please wait for

Re: LyX 1.5.0 proposed schedule

2007-05-08 Thread Pavel Sanda
> After our problems with LyX 1.4.0, we promised on the users list to fix if > possible all regressions to LyX 1.3.x. So we should try to fix them. > > -- Regressions to LyX 1.3.x: should this be keyworded as regression ? http://bugzilla.lyx.org/show_bug.cgi?id=2945 pavel

Re: [Final Patch] InsetListings ...

2007-05-08 Thread Peter Kümmel
José Matos wrote: > On Tuesday 08 May 2007 21:51:29 Bo Peng wrote: >> With this validation system in place, I will stop working on this >> feature until I get an OK to proceed. > > You have an OK to proceed, but I would like to hear more feedback from the > list to the technical details of the

Re: [Final Patch] InsetListings ...

2007-05-08 Thread Peter Kümmel
Bo Peng wrote: > Dear all, > > I have spent another two days on the InsetListings patch, trying to > make the GUI more usable. What I get is a validation system that > reports to QInclude, QListings and QDocument exactly what is wrong > with the params string (through exception). With the

Re: LyX 1.5.0 proposed schedule

2007-05-08 Thread José Matos
On Tuesday 08 May 2007 22:12:18 Pavel Sanda wrote: > > After our problems with LyX 1.4.0, we promised on the users list to fix > > if possible all regressions to LyX 1.3.x. So we should try to fix them. > > > > -- Regressions to LyX 1.3.x: > > should this be keyworded as regression ? > >

Re: [Final Patch] InsetListings ...

2007-05-08 Thread Bo Peng
+bool InsetListingsParams::fromEncodedString(string const & in) +{ + // Decode string! + // Do nothing because " was silently ignored. + setParams(in); +} msvc needs a return value. Thanks. I will correct that. bool was used in many places to see if a parameter string is

Re: [patch] fix babel call part of bug 3569

2007-05-08 Thread christian . ridderstrom
I think this got sent to the wrong list :-) On Tue, 8 May 2007, Uwe Stöhr wrote: I haven't found btw. no C++ manual by googling that describes the case where AND and OR are embedded to each other. Do you know one? That part is just from the precedence of the operators. When that order isn't

Re: Adding Farsi Support

2007-05-08 Thread José Matos
On Tuesday 08 May 2007 21:51:56 Mostafa Vahedi wrote: > Four files are modified namely: Encoding.cpp, Text.cpp, rowpainter.cpp, and > languages. I think that this can go in, any objection? Thanks Mostafa. :-) Regarding the support of Farsi: How is the support with this patch?

Re: [Final Patch] InsetListings ...

2007-05-08 Thread Peter Kümmel
Bo Peng wrote: >> +bool InsetListingsParams::fromEncodedString(string const & in) >> +{ >> + // Decode string! >> + // Do nothing because " was silently ignored. >> + setParams(in); >> +} >> >> msvc needs a return value. > > Thanks. I will correct that. bool was used in many

Refocus: Bidi Cursor Movement

2007-05-08 Thread Dov Feldstern
Hi! This issue seems to have generated a lot of discussion, and I think we sort of lost our focus. So I'm going to try to respond to the various issues raised, and then I'll sketch out a plan for moving ahead with this. *) Andre asked about how other programs deal with this: I took a look

  1   2   >