Re: LyX, XeTeX, bidi and Hebrew

2012-07-18 Thread Guenter Milde
On 2012-07-16, Ronen Abravanel wrote: [-- Type: text/plain, Encoding: quoted-printable --] These files produced directly by the GIT version of LyX. As you can see, the braces are the inverted in both the PDF and the TeX files. However, they are inverted in the source file too! * What do

Re: [PATCH] LFUN_BUFFER_FORALL

2012-07-18 Thread Jean-Marc Lasgouttes
Le 18/07/2012 06:39, Scott Kostyshak a écrit : From: Jean-Marc Lasgouttes [lasgout...@lyx.org] Sent: Sunday, July 15, 2012 5:14 PM Moreover, this code should not be in GuiView, but in GuiApplication, since the function is at application level. Attached is my attempt to move the code to

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Jean-Marc Lasgouttes
Le 13/07/2012 19:21, Richard Heck a écrit : This is why I propose to add a parameter to reload telling whether undo should be discarded. I just committed that change. This is an obvious candidate for branch (no risk, IMO). JMarc

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Jean-Marc Lasgouttes
Le 13/07/2012 19:21, Richard Heck a écrit : OTOH, it looks like doing a reload in after save-as is a bit harsh. Is the goal only to sanitize IncludeInset? It certainly wouldn't surprise me if there were something simpler we could do. It was definitely a big hammer, that commit. The primary

Re: LyX, XeTeX, bidi and Hebrew

2012-07-18 Thread Ronen Abravanel
On Wed, Jul 18, 2012 at 11:09 AM, Guenter Milde mi...@users.sf.net wrote: On 2012-07-16, Ronen Abravanel wrote: [-- Type: text/plain, Encoding: quoted-printable --] These files produced directly by the GIT version of LyX. As you can see, the braces are the inverted in both the PDF and

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Richard Heck
On 07/18/2012 06:08 AM, Jean-Marc Lasgouttes wrote: Le 13/07/2012 19:21, Richard Heck a écrit : OTOH, it looks like doing a reload in after save-as is a bit harsh. Is the goal only to sanitize IncludeInset? It certainly wouldn't surprise me if there were something simpler we could do. It was

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Richard Heck
On 07/18/2012 05:46 AM, Jean-Marc Lasgouttes wrote: Le 13/07/2012 19:21, Richard Heck a écrit : This is why I propose to add a parameter to reload telling whether undo should be discarded. I just committed that change. This is an obvious candidate for branch (no risk, IMO). OK. rh

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Jean-Marc Lasgouttes
Le 18/07/2012 16:35, Richard Heck a écrit : On 07/18/2012 05:46 AM, Jean-Marc Lasgouttes wrote: Le 13/07/2012 19:21, Richard Heck a écrit : This is why I propose to add a parameter to reload telling whether undo should be discarded. I just committed that change. This is an obvious candidate

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Richard Heck
On 07/18/2012 10:48 AM, Jean-Marc Lasgouttes wrote: Le 18/07/2012 16:35, Richard Heck a écrit : On 07/18/2012 05:46 AM, Jean-Marc Lasgouttes wrote: Le 13/07/2012 19:21, Richard Heck a écrit : This is why I propose to add a parameter to reload telling whether undo should be discarded. I just

Re: problematic copier for JPEG figures?

2012-07-18 Thread Yihui Xie
Oops... I cannot reproduce it on the other machine, so I need to examine this problem more carefully before I report back. Regards, Yihui -- Yihui Xie xieyi...@gmail.com Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State University 2215 Snedecor Hall, Ames, IA On

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Jean-Marc Lasgouttes
Le 18/07/12 17:43, Richard Heck a écrit : Looks like you never backported this particular fix. If you decide to do it, I'll backport my patch too. Which thing didn't I backport? This one, I think. JMarc commit 9283cbdbcb3b33da28d2ecca6cd5665f39c7b388 Author: Richard Heck rgh...@comcast.net

Re: [LyX master] Read list of translated languages from a file

2012-07-18 Thread Jean-Marc Lasgouttes
Le 19/07/12 00:21, Jean-Marc Lasgouttes a écrit : commit ed1515ef69d0381e9b0657cf1966f9d86e0cb25f Author: Jean-Marc Lasgouttes lasgout...@lyx.org Date: Thu Jul 19 00:02:56 2012 +0200 Read list of translated languages from a file The previous scheme of loading all possible

RE: [PATCH] LFUN_BUFFER_FORALL

2012-07-18 Thread Scott Kostyshak
/FuncCode.h index 9a7b06e..872721a 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -452,6 +452,7 @@ enum FuncCode // 350 LFUN_CLIPBOARD_PASTE_SIMPLE, // tommaso, 20111028 LFUN_IPA_INSERT,// spitz, 20120305 + LFUN_BUFFER_FORALL, // scottkostyshak, 20120718

export to odt and HTML (Word)

2012-07-18 Thread Jack Tanner
On my LyX 2.0.4, Windows, export to odt and HTML (Word) is very broken. For example, at times I get this in messages: 23:14:21.748: C:\Users\lunacy\AppData\Local\Temp\lyx_tmpdir.Hp8096\lyx_tmpbuf3t4ht my-doc.tex -cooxtpipes -coo -ewin32/tex4ht.env 23:14:21.751: --- error --- Illegal storage

Re: LyX, XeTeX, bidi and Hebrew

2012-07-18 Thread Guenter Milde
On 2012-07-16, Ronen Abravanel wrote: > [-- Type: text/plain, Encoding: quoted-printable --] > These files produced directly by the GIT version of LyX. > As you can see, the braces are the inverted in both the PDF and the TeX > files. However, they are inverted in the source file too! * What

Re: [PATCH] LFUN_BUFFER_FORALL

2012-07-18 Thread Jean-Marc Lasgouttes
Le 18/07/2012 06:39, Scott Kostyshak a écrit : From: Jean-Marc Lasgouttes [lasgout...@lyx.org] Sent: Sunday, July 15, 2012 5:14 PM >Moreover, this code should not be in GuiView, but in >GuiApplication, since the function is at application level. Attached is my attempt to move the code to

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Jean-Marc Lasgouttes
Le 13/07/2012 19:21, Richard Heck a écrit : This is why I propose to add a parameter to reload telling whether undo should be discarded. I just committed that change. This is an obvious candidate for branch (no risk, IMO). JMarc

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Jean-Marc Lasgouttes
Le 13/07/2012 19:21, Richard Heck a écrit : OTOH, it looks like doing a reload in after save-as is a bit harsh. Is the goal only to sanitize IncludeInset? It certainly wouldn't surprise me if there were something simpler we could do. It was definitely a big hammer, that commit. The primary

Re: LyX, XeTeX, bidi and Hebrew

2012-07-18 Thread Ronen Abravanel
On Wed, Jul 18, 2012 at 11:09 AM, Guenter Milde wrote: > On 2012-07-16, Ronen Abravanel wrote: > > > [-- Type: text/plain, Encoding: quoted-printable --] > > > These files produced directly by the GIT version of LyX. > > As you can see, the braces are the inverted in both the

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Richard Heck
On 07/18/2012 06:08 AM, Jean-Marc Lasgouttes wrote: Le 13/07/2012 19:21, Richard Heck a écrit : OTOH, it looks like doing a reload in after save-as is a bit harsh. Is the goal only to sanitize IncludeInset? It certainly wouldn't surprise me if there were something simpler we could do. It was

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Richard Heck
On 07/18/2012 05:46 AM, Jean-Marc Lasgouttes wrote: Le 13/07/2012 19:21, Richard Heck a écrit : This is why I propose to add a parameter to reload telling whether undo should be discarded. I just committed that change. This is an obvious candidate for branch (no risk, IMO). OK. rh

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Jean-Marc Lasgouttes
Le 18/07/2012 16:35, Richard Heck a écrit : On 07/18/2012 05:46 AM, Jean-Marc Lasgouttes wrote: Le 13/07/2012 19:21, Richard Heck a écrit : This is why I propose to add a parameter to reload telling whether undo should be discarded. I just committed that change. This is an obvious candidate

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Richard Heck
On 07/18/2012 10:48 AM, Jean-Marc Lasgouttes wrote: Le 18/07/2012 16:35, Richard Heck a écrit : On 07/18/2012 05:46 AM, Jean-Marc Lasgouttes wrote: Le 13/07/2012 19:21, Richard Heck a écrit : This is why I propose to add a parameter to reload telling whether undo should be discarded. I just

Re: problematic copier for JPEG figures?

2012-07-18 Thread Yihui Xie
Oops... I cannot reproduce it on the other machine, so I need to examine this problem more carefully before I report back. Regards, Yihui -- Yihui Xie Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State University 2215 Snedecor Hall, Ames, IA On

Re: Undo.cpp reports an error on trunk

2012-07-18 Thread Jean-Marc Lasgouttes
Le 18/07/12 17:43, Richard Heck a écrit : Looks like you never backported this particular fix. If you decide to do it, I'll backport my patch too. Which thing didn't I backport? This one, I think. JMarc commit 9283cbdbcb3b33da28d2ecca6cd5665f39c7b388 Author: Richard Heck

Re: [LyX master] Read list of translated languages from a file

2012-07-18 Thread Jean-Marc Lasgouttes
Le 19/07/12 00:21, Jean-Marc Lasgouttes a écrit : commit ed1515ef69d0381e9b0657cf1966f9d86e0cb25f Author: Jean-Marc Lasgouttes Date: Thu Jul 19 00:02:56 2012 +0200 Read list of translated languages from a file The previous scheme of loading all possible

RE: [PATCH] LFUN_BUFFER_FORALL

2012-07-18 Thread Scott Kostyshak
ure that the intermediate wa variable is useful here. Done.diff --git a/src/FuncCode.h b/src/FuncCode.h index 9a7b06e..872721a 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -452,6 +452,7 @@ enum FuncCode // 350 LFUN_CLIPBOARD_PASTE_SIMPLE, // tommaso, 20111028 LFUN_IPA_INSERT,// spitz

export to odt and HTML (Word)

2012-07-18 Thread Jack Tanner
On my LyX 2.0.4, Windows, export to odt and HTML (Word) is very broken. For example, at times I get this in messages: 23:14:21.748: C:\Users\lunacy\AppData\Local\Temp\lyx_tmpdir.Hp8096\lyx_tmpbuf3>t4ht my-doc.tex "-cooxtpipes -coo" -ewin32/tex4ht.env 23:14:21.751: --- error --- Illegal storage