Re: [PATCH] CT revision (this time for real)

2006-10-18 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg That looks sensible. Note that something like that is already Georg planned with the current file format: The encoding parameter Georg that formerly specified both .lyx and .tex encoding has not Georg been removed, but declared to specify .tex

Re: [PATCH] CT revision (this time for real)

2006-10-18 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> That looks sensible. Note that something like that is already Georg> planned with the current file format: The encoding parameter Georg> that formerly specified both .lyx and .tex encoding has not Georg> been removed, but declared to

Re: [PATCH] CT revision (this time for real)

2006-10-17 Thread Georg Baum
Am Montag, 16. Oktober 2006 11:00 schrieb Jean-Marc Lasgouttes: What _I_ would like to see is a choice for the user of the output encoding. LyX would use iconv to get this output. When one cannot find a given unicode character in the output format, we would use a table to convert. A starting

Re: [PATCH] CT revision (this time for real)

2006-10-17 Thread Georg Baum
Am Montag, 16. Oktober 2006 11:00 schrieb Jean-Marc Lasgouttes: > What _I_ would like to see is a choice for the user of the output > encoding. LyX would use iconv to get this output. When one cannot find > a given unicode character in the output format, we would use a table > to convert. A

Re: [PATCH] CT revision (this time for real)

2006-10-16 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars I think the most crucial part as of now is output, especially Lars output to latex and how to handle that. Will it mean Lars Omega/Lambda, some utf8 packages for LaTeX? How to solve this Lars with (La)TeX is pretty open. What _I_ would

Re: [PATCH] CT revision (this time for real)

2006-10-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I think the most crucial part as of now is output, especially Lars> output to latex and how to handle that. Will it mean Lars> Omega/Lambda, some utf8 packages for LaTeX? How to solve this Lars> with (La)TeX is pretty open.

Re: [PATCH] CT revision (this time for real)

2006-10-14 Thread Lars Gullik Bjønnes
Abdelrazak Younes [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | Michael Gerz [EMAIL PROTECTED] writes: | | Lars Gullik Bjønnes wrote: | | | I think you can continue as you have outlined. Please try to | not make | | anything (except CT) more unusable than it already is. If not it

Re: [PATCH] CT revision (this time for real)

2006-10-14 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Michael Gerz <[EMAIL PROTECTED]> writes: | > | Lars Gullik Bjønnes wrote: | > | | >I think you can continue as you have outlined. Please try to | > not make | > | >anything (except CT) more unusable than it already is.

Re: [PATCH] CT revision (this time for real)

2006-10-09 Thread Jean-Marc Lasgouttes
Michael == Michael Gerz [EMAIL PROTECTED] writes: Michael BTW: I think there is slow progress regarding unicode. Do you Michael have any idea how to overcome the current situation? It seems Michael some people are waiting for a sign :-) I believe the sign will come from Denmark, soonish. JMarc

Re: [PATCH] CT revision (this time for real)

2006-10-09 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Michael Gerz [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | | I think you can continue as you have outlined. Please try to not make | anything (except CT) more unusable than it already is. If not it might | create difficulties for us, when we go into hard

Re: [PATCH] CT revision (this time for real)

2006-10-09 Thread Andre Poenitz
On Mon, Oct 09, 2006 at 10:34:32AM +0200, Jean-Marc Lasgouttes wrote: Michael == Michael Gerz [EMAIL PROTECTED] writes: Michael BTW: I think there is slow progress regarding unicode. Do you Michael have any idea how to overcome the current situation? It seems Michael some people are waiting

Re: [PATCH] CT revision (this time for real)

2006-10-09 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> BTW: I think there is slow progress regarding unicode. Do you Michael> have any idea how to overcome the current situation? It seems Michael> some people are waiting for a sign :-) I believe the sign will come from Denmark,

Re: [PATCH] CT revision (this time for real)

2006-10-09 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Michael Gerz <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | >I think you can continue as you have outlined. Please try to not make | >anything (except CT) more unusable than it already is. If not it might | >create difficulties for us, when we go into

Re: [PATCH] CT revision (this time for real)

2006-10-09 Thread Andre Poenitz
On Mon, Oct 09, 2006 at 10:34:32AM +0200, Jean-Marc Lasgouttes wrote: > > "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: > > Michael> BTW: I think there is slow progress regarding unicode. Do you > Michael> have any idea how to overcome the current situation? It seems > Michael> some

[PATCH] CT revision (this time for real)

2006-10-06 Thread Michael Gerz
Hello, this is the first patch that I would like to commit to trunk. It breaks CT temporarily but should not affect the rest of LyX. Any comments? Michael Index: src/insets/insettabular.C === --- src/insets/insettabular.C

Re: [PATCH] CT revision (this time for real)

2006-10-06 Thread Lars Gullik Bjønnes
Michael Gerz [EMAIL PROTECTED] writes: | Hello, | | this is the first patch that I would like to commit to trunk. | | It breaks CT temporarily but should not affect the rest of LyX. | | Any comments? What is it doing? Only name change? (close to) -- Lgb

Re: [PATCH] CT revision (this time for real)

2006-10-06 Thread Michael Gerz
Lars Gullik Bjønnes wrote: What is it doing? Only name change? (close to) Not exactly: * rename output_changes to outputChanges * rename tracking_changes to trackChanges * add FIXMEs for later revision * remove trackChanges(); the CT data structure will always be set up * decouple LFUNs

Re: [PATCH] CT revision (this time for real)

2006-10-06 Thread Lars Gullik Bjønnes
Michael Gerz [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | | What is it doing? | | Only name change? (close to) | | Not exactly: | | * rename output_changes to outputChanges | * rename tracking_changes to trackChanges | * add FIXMEs for later revision | * remove trackChanges(); the

Re: [PATCH] CT revision (this time for real)

2006-10-06 Thread Michael Gerz
Lars Gullik Bjønnes wrote: I think you can continue as you have outlined. Please try to not make anything (except CT) more unusable than it already is. If not it might create difficulties for us, when we go into hard working mode during the Denmark thing. Thank you for your trust. BTW: I

Re: [PATCH] CT revision (this time for real)

2006-10-06 Thread Lars Gullik Bjønnes
Michael Gerz [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | | I think you can continue as you have outlined. Please try to not make | anything (except CT) more unusable than it already is. If not it might | create difficulties for us, when we go into hard working mode during | the

[PATCH] CT revision (this time for real)

2006-10-06 Thread Michael Gerz
Hello, this is the first patch that I would like to commit to trunk. It breaks CT temporarily but should not affect the rest of LyX. Any comments? Michael Index: src/insets/insettabular.C === --- src/insets/insettabular.C

Re: [PATCH] CT revision (this time for real)

2006-10-06 Thread Lars Gullik Bjønnes
Michael Gerz <[EMAIL PROTECTED]> writes: | Hello, | | this is the first patch that I would like to commit to trunk. | | It breaks CT temporarily but should not affect the rest of LyX. | | Any comments? What is it doing? Only name change? (close to) -- Lgb

Re: [PATCH] CT revision (this time for real)

2006-10-06 Thread Michael Gerz
Lars Gullik Bjønnes wrote: What is it doing? Only name change? (close to) Not exactly: * rename output_changes to outputChanges * rename tracking_changes to trackChanges * add FIXMEs for later revision * remove trackChanges(); the CT data structure will always be set up * decouple LFUNs

Re: [PATCH] CT revision (this time for real)

2006-10-06 Thread Lars Gullik Bjønnes
Michael Gerz <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | >What is it doing? | > | >Only name change? (close to) | > | Not exactly: | | * rename output_changes to outputChanges | * rename tracking_changes to trackChanges | * add FIXMEs for later revision | * remove

Re: [PATCH] CT revision (this time for real)

2006-10-06 Thread Michael Gerz
Lars Gullik Bjønnes wrote: I think you can continue as you have outlined. Please try to not make anything (except CT) more unusable than it already is. If not it might create difficulties for us, when we go into "hard working mode" during the Denmark thing. Thank you for your trust. BTW: I

Re: [PATCH] CT revision (this time for real)

2006-10-06 Thread Lars Gullik Bjønnes
Michael Gerz <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | >I think you can continue as you have outlined. Please try to not make | >anything (except CT) more unusable than it already is. If not it might | >create difficulties for us, when we go into "hard working mode" during |