Re: Hebrew patch addendum

2000-02-10 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> 1. Generate a correct latex file when there is an English text Dekel> with a footnote that starts with a Hebrew paragraph, or vice Dekel> versa >> I'm willing to apply this one, if you can provide a patch just for >> that (I don't wa

Re: Hebrew patch addendum

2000-02-08 Thread Dekel Tsur
> Dekel> 1. Generate a correct latex file when > Dekel> there is an English text with a footnote that starts with a > Dekel> Hebrew paragraph, or vice versa > > I'm willing to apply this one, if you can provide a patch just for > that (I don't want to apply it wrongly). > Here is the patch In

Re: Hebrew patch addendum

2000-02-08 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> If you want to move code into InsetQuotes, you can also move Dekel> the code that sets the value of c into InsetQuotes, and delete Dekel> insertCorrectQuote. I'll let you decide if it this a better way Dekel> than the one I used. Dek

Re: Hebrew patch addendum

2000-02-07 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | Index: src/BufferView2.C | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView2.C,v | retrieving revision 1.1 | diff -u -p -r1.1 BufferView2.C | --- src/BufferView2.C 2000/02/04 09

Re: Hebrew patch addendum

2000-02-07 Thread Dekel Tsur
On Mon, Feb 07, 2000 at 07:15:14PM +0100, Lars Gullik Bj&resh;nnes wrote: > | @@ -612,8 +612,13 @@ void BufferView::insertCorrectQuote() > | c = text->cursor.par->GetChar(text->cursor.pos - 1); > | else > | c = ' '; > | + LyXDirection direction = text->real_current_

Hebrew patch addendum #2

2000-02-04 Thread Dekel Tsur
The following patch fixes URL insets in Hebrew text Index: paragraph.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/paragraph.C,v retrieving revision 1.32 diff -u -p -r1.32 paragraph.C --- paragraph.C 2000/02/04 09:38:30 1

Hebrew patch addendum

2000-02-04 Thread Dekel Tsur
The following patch select the correct type of double quotes: If the cursor is on Hebrew text, it uses InsetQuotes::SwedishQ quotes. Otherwise, it uses the bufferparams settings. Index: src/BufferView2.C === RCS file: /usr/local

Re: lyx-1.1.5cvs and the hebrew patch

2000-02-04 Thread Dekel Tsur
On Thu, Feb 03, 2000 at 01:54:11PM -0800, Kayvan A. Sylvan wrote: > Hi everyone, the CVS source (1.1.5cvs) now has the hebrew patch. > > Is there any writeup of how to use it anywhere in the CVS archive? > > Thanks for any pointers! > I'm attaching short instruction

lyx-1.1.5cvs and the hebrew patch

2000-02-03 Thread Kayvan A. Sylvan
Hi everyone, the CVS source (1.1.5cvs) now has the hebrew patch. Is there any writeup of how to use it anywhere in the CVS archive? Thanks for any pointers! ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates

Re: Hebrew patch

2000-02-02 Thread Asger K. Alstrup Nielsen
> This is the latest version of my patch. > Is the plan to apply it after 1.1.4 is out? Yes, this is the plan. Greets, Asger

Hebrew patch

2000-01-31 Thread Dekel Tsur
This is the latest version of my patch. Is the plan to apply it after 1.1.4 is out? patch-28-01-2000.gz

Re: Hebrew patch

2000-01-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> locate, find, whatever comes to mind. | | What do you mean by select? Where did you get select from? Lgb (ok ok ok)

Re: Hebrew patch

2000-01-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> select, find, whatever comes to mind. What do you mean by select? JMarc

Re: Hebrew patch

2000-01-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> I must admit then that I am not sure what the correct should be, | Lars> perhaps we should revert to the original code. | | Probably. | | | Lars> I am not even sure tha

Re: Hebrew patch

2000-01-27 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I must admit then that I am not sure what the correct should be, Lars> perhaps we should revert to the original code. Probably. Lars> I am not even sure that --format is needed. Perhpas we should Lars> try to drop it. Lars>

Re: Hebrew patch

2000-01-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> | makes sense. | | Lars> Didn't you alter my change? | | I just replaced a | for(int j = j+1;... | with | for(int j = 0;... | | Obviously, I see now that this change was wrong. However, your code | was wrong too, since, as Jose pointe

Re: Hebrew patch

2000-01-26 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | - Lars> see whether the change you did to Buffer::pop_tag some time ago Lars> | makes sense. Lars> Didn't you alter my change? I just replaced a for(int j = j+1;... with f

Re: Hebrew patch

2000-01-24 Thread Andre Poenitz
> I'll throw my hat in the ring and make it three against two :-P three + my weight against two ;-) Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Hebrew patch

2000-01-22 Thread Allan Rae
On Sat, 22 Jan 2000, Asger K. Alstrup Nielsen wrote: > Lgb, please apply the Hebrew patch now. Don't wait for 1.1.4. > > We are at least three against one, and when you introduce > std::list in the figure code, there is no excuse anymore. I'll throw my hat in the

Re: Hebrew patch

2000-01-22 Thread Asger K. Alstrup Nielsen
Lgb, please apply the Hebrew patch now. Don't wait for 1.1.4. We are at least three against one, and when you introduce std::list in the figure code, there is no excuse anymore. Greets, Asger

Re: Hebrew patch

2000-01-21 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | - see whether the change you did to Buffer::pop_tag some time ago | makes sense. Didn't you alter my change? | - there are problems with kpsewhich handling and bibtex I have so far been unable to reproduce thos problems. Of course if kpsewhi

Re: Hebrew patch

2000-01-21 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> And another week before 1.1.4 is released? | | Lars> 1.1.3 had some semi-serious problems so we don't want to wait | Lars> for long until we release 1.1.4. | | This was

Re: Hebrew patch

2000-01-21 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Lars> And another week before 1.1.4 is released? | | Lars> 1.1.3 Lars> had some semi-serious pro

Re: Hebrew patch

2000-01-21 Thread Juergen Vigna
On 21-Jan-2000 Jean-Marc Lasgouttes wrote: > - ascii export does not export tables (maybe juergen should have a > look) Yes I'll have a look but I don't think I can do this till monday! Greets Jürgen -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

Re: Hebrew patch

2000-01-21 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> Juergen> Yes why not. | | This prerelease will probably Lars> necessary to have a stable 1.1.4 anyway. | I do not think that Lars> we can have the new code right on the f

Re: Hebrew patch

2000-01-21 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> And another week before 1.1.4 is released? Lars> 1.1.3 had some semi-serious problems so we don't want to wait Lars> for long until we release 1.1.4. This was about to happen when you added the double-space fix... [note that

Re: Hebrew patch

2000-01-21 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 21-Jan-2000 Lars Gullik Bjønnes wrote: | > Juergen Vigna <[EMAIL PROTECTED]> writes: | > | >| On 21-Jan-2000 Lars Gullik Bjønnes wrote: | >| > | >| > No we should at least wait until 1.1.4 is released. | >| > | >| | >| Well I still think we shoul

Re: Hebrew patch

2000-01-21 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 21-Jan-2000 Lars Gullik Bjønnes wrote: >> Juergen Vigna <[EMAIL PROTECTED]> writes: >> >> | On 21-Jan-2000 Lars Gullik Bjønnes wrote: | > | > No we should at >> least wait until 1.1.4 is released. | > | | Well I still think

Re: Hebrew patch

2000-01-21 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Juergen> Yes why not. | | This prerelease will probably necessary to have a stable 1.1.4 anyway. | I do not think that we can have the new code right on the first try... Are you saying that pre2 has so many problems that a pre3 is needed anyway

Re: Hebrew patch

2000-01-21 Thread Juergen Vigna
On 21-Jan-2000 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| On 21-Jan-2000 Lars Gullik Bjønnes wrote: >| > >| > No we should at least wait until 1.1.4 is released. >| > >| >| Well I still think we should do it now and release 1.1.4 with this >| patch in. > > So

Re: Hebrew patch

2000-01-21 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 21-Jan-2000 Lars Gullik Bjønnes wrote: | > | > No we should at least wait until 1.1.4 is released. | > | | Well I still think we should do it now and release 1.1.4 with this | patch in. So you want another prerelease before 1.1.4? | > Also I hav

Re: Small update to my Hebrew patch

2000-01-21 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | --+QahgC5+KEYLbs62 | Content-Type: text/plain; charset=us-ascii | | I've just noticed the new double space feature in LyX, so I've updated | my patch to correctly support it (and also fixed a small bug). Ok, anyhow I hope that you will be able to create

Small update to my Hebrew patch

2000-01-21 Thread Dekel Tsur
I've just noticed the new double space feature in LyX, so I've updated my patch to correctly support it (and also fixed a small bug). patch.gz

Re: Hebrew patch

2000-01-21 Thread Juergen Vigna
On 21-Jan-2000 Lars Gullik Bjønnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > >| 1. The size of this patch makes it difficult to update the patch against >| the CVS: I get a lot of conflicts. ( actually, I get few conflicts in areas >| of code which I haven't changed. Does someone know wh

Re: Hebrew patch

2000-01-21 Thread Juergen Vigna
On 21-Jan-2000 Lars Gullik Bjønnes wrote: > > No we should at least wait until 1.1.4 is released. > Well I still think we should do it now and release 1.1.4 with this patch in. > Also I have some comments to parts of the patch. Well then do it and let's discuss what you don't like! Jürgen

Re: Hebrew patch

2000-01-21 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | 1. The size of this patch makes it difficult to update the patch against | the CVS: I get a lot of conflicts. ( actually, I get few conflicts in areas | of code which I haven't changed. Does someone know why?) I thought I had some comments...but no...the

Re: Hebrew patch

2000-01-21 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 20-Jan-2000 Dekel Tsur wrote: | > Here is a the latest version of my Hebrew patch (+ hebrew keymap). | > I really want that this patch will be added to the main development branch | > (and not a separate branch) since | | I applied

Re: Hebrew patch

2000-01-21 Thread Jean-Marc Lasgouttes
>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 20-Jan-2000 Dekel Tsur wrote: >> Here is a the latest version of my Hebrew patch (+ hebrew keymap). >> I really want that this patch will be added to the main development >&g

RE: Hebrew patch

2000-01-21 Thread Juergen Vigna
On 20-Jan-2000 Dekel Tsur wrote: > Here is a the latest version of my Hebrew patch (+ hebrew keymap). > I really want that this patch will be added to the main development branch > (and not a separate branch) since I applied the patch to my updated CVS-tree without any problems. And

Hebrew patch

2000-01-20 Thread Dekel Tsur
Here is a the latest version of my Hebrew patch (+ hebrew keymap). I really want that this patch will be added to the main development branch (and not a separate branch) since 1. The size of this patch makes it difficult to update the patch against the CVS: I get a lot of conflicts. ( actually