Re: Is the user-dir/scripts folder added to PATH for converter script execution?

2014-05-14 Thread Scott Kostyshak
On Mon, May 12, 2014 at 4:45 AM, Jean-Marc Lasgouttes wrote: > 29/04/2014 19:29, Scott Kostyshak: > >> We do not parse looking for R commands in Systemcall::startscript as >> we were doing for Python. The second patch should not change any >> functionality, just organization (I will state this exp

Re: lyx2lyx roundtrip fails for Embedded Objects manual

2014-05-14 Thread Richard Heck
On 05/14/2014 05:35 AM, Jürgen Spitzmüller wrote: 2014-05-13 19:22 GMT+02:00 Jürgen Spitzmüller: The attached fixes the thinko in the lyx2lyx method. However, I do not know what this method actually is supposed to convert, so I cannot really test if the conversion works. The respecti

Re: lyx2lyx roundtrip fails for Embedded Objects manual

2014-05-14 Thread Jürgen Spitzmüller
2014-05-14 8:52 GMT+02:00 Jürgen Spitzmüller: > LyX: \end_deeper: depth is already null [around line 2762 of file > /tmp/lyx_tmpdir.pyVFzUDL2492/Buffer_convertLyXFormatXX.lyx.uWhbNdtI2492 > current token: '\end_deeper' context: 'InsetText::read'] > False alarm. This was a particular beamer do

Re: lyx2lyx roundtrip fails for Embedded Objects manual

2014-05-14 Thread Jürgen Spitzmüller
2014-05-13 19:22 GMT+02:00 Jürgen Spitzmüller: > The attached fixes the thinko in the lyx2lyx method. However, I do not > know what this method actually is supposed to convert, so I cannot really > test if the conversion works. The respective commit (by Uwe) is this: > > http://www.lyx.org/trac/ch

Re: Instant preview & auto loading of AMS package

2014-05-14 Thread aparsloe
On 14/05/2014 12:10 p.m., Richard Heck wrote: On 05/13/2014 05:55 PM, aparsloe wrote: Perhaps the choice of a note inset was a distraction. The problem arises for any inset (as far as I can see) that can contain a math inset, e.g. a float, a table, a custom inset. That would be a *much* more

Re: Call for testers: the features/str-metrics branch

2014-05-14 Thread Jean-Marc Lasgouttes
11/05/2014 23:37, Guy Rutenberg: I actually found a more serious bug. When in RTL mode (`language hebrew`) if one types a single continuous line without any spaces, LyX simply hangs when it reaches the end-of-line. If there are spaces it breaks the line correctly. I've checked it on Linux, can ot

Re: Call for testers: the features/str-metrics branch

2014-05-14 Thread Jean-Marc Lasgouttes
11/05/2014 23:31, Guy Rutenberg: I did some initial testing and came up with the following wrong behavior: When in RTL mode (i.e. settng the document language to hebrew) and typing some narrow characters such as ו (vav) or even the English `i` slightly moves the right margin to the left. By typin

LFUN for unifying graphic group within selection

2014-05-14 Thread Pavel Sanda
Hi, I need function which is capable to set or unify all graphic groups for graphic insets within selection. I thought I could just reuse the code we have in unifyGraphicsGroups function through inset iterator. Is there easy way how to - either test that given inset is within selection block -