Re: Re: Re: Re: [LyX/master] * layouttranslations.review - review of all langs.

2014-04-11 Thread Pavel Sanda
José Matos wrote: > When one of us is out Sara says something like this "Am alone I". Some kind > of reverse Yoda speak. :-) :) why father screen my looks on me instead of > FWIW with all the graph theory I got another cleaning for the Portuguese > translation that follows attached. its in bdc

Re: Re: Re: Re: [LyX/master] * layouttranslations.review - review of all langs.

2014-04-11 Thread José Matos
On Wednesday 09 April 2014 09:16:51 Pavel Sanda wrote: > Time to ask Susana for the rest of pt.po > P Susana found a substitute. We are using all our skills of translation to understand Sara right now. :-) When one of us is out Sara says something like this "Am alone I". Some kind of reverse Y

Re: [LyX/master] Update INSTALL

2014-04-11 Thread Scott Kostyshak
On Fri, Apr 11, 2014 at 4:45 AM, Jean-Marc Lasgouttes wrote: > 11/04/2014 10:31, Scott Kostyshak: > >> I think you and Vincent are talking about something different. I'm >> talking about automake 1.15. Suppose it is released tomorrow. LyX 2.1 >> will fail to compile with it. I'm wondering if this

Re: 2.1.0 lyx2lyx Fails to Convert User Guide to 2.0.x Format

2014-04-11 Thread Vincent van Ravesteijn
Richard Heck schreef op 11-4-2014 19:56: On 04/11/2014 01:51 PM, Vincent van Ravesteijn wrote: Op 11 apr. 2014 19:46 schreef "Richard Heck" >: > > On 04/11/2014 01:04 PM, Vincent van Ravesteijn wrote: >>> >>> def revert_verbatim(document): >>> " Revert verbatim einv

Re: 2.1.0 lyx2lyx Fails to Convert User Guide to 2.0.x Format

2014-04-11 Thread Richard Heck
On 04/11/2014 01:51 PM, Vincent van Ravesteijn wrote: Op 11 apr. 2014 19:46 schreef "Richard Heck" >: > > On 04/11/2014 01:04 PM, Vincent van Ravesteijn wrote: >>> >>> def revert_verbatim(document): >>> " Revert verbatim einvironments completely to TeX-code. " >>>

Re: 2.1.0 lyx2lyx Fails to Convert User Guide to 2.0.x Format

2014-04-11 Thread Vincent van Ravesteijn
Op 11 apr. 2014 19:46 schreef "Richard Heck" : > > On 04/11/2014 01:04 PM, Vincent van Ravesteijn wrote: >>> >>> def revert_verbatim(document): >>> " Revert verbatim einvironments completely to TeX-code. " >>> i = 0 >> >> [..] >> >>> while 1: >>>i = find_token(document.body, "\\

Re: 2.1.0 lyx2lyx Fails to Convert User Guide to 2.0.x Format

2014-04-11 Thread Richard Heck
On 04/11/2014 01:04 PM, Vincent van Ravesteijn wrote: def revert_verbatim(document): " Revert verbatim einvironments completely to TeX-code. " i = 0 [..] while 1: i = find_token(document.body, "\\begin_layout Verbatim", i) if i == -1: return j = fi

Re: 2.1.0 lyx2lyx Fails to Convert User Guide to 2.0.x Format

2014-04-11 Thread Richard Heck
On 04/11/2014 01:04 PM, Vincent van Ravesteijn wrote: def revert_verbatim(document): " Revert verbatim einvironments completely to TeX-code. " i = 0 [..] while 1: i = find_token(document.body, "\\begin_layout Verbatim", i) if i == -1: return j = fi

Re: 2.1.0 lyx2lyx Fails to Convert User Guide to 2.0.x Format

2014-04-11 Thread Vincent van Ravesteijn
>def revert_verbatim(document): >" Revert verbatim einvironments completely to TeX-code. " >i = 0 [..] >while 1: > i = find_token(document.body, "\\begin_layout Verbatim", i) >if i == -1: > return >j = find_end_of_layout(document.body, i) >if j

Re: [LyX/2.0.x] Better idea: Let's allow export of 2.1.x files. Someone might want to do that. But let's not put it on the export menu.

2014-04-11 Thread Richard Heck
On 04/11/2014 12:21 PM, Kornel Benko wrote: Am Freitag, 11. April 2014 um 18:12:27, schrieb Richard Heck > commit 7cdfa9b29a8a74f62fa722a4282d08db43f4f0b3 > Author: Richard Heck > Date: Fri Apr 11 12:09:54 2014 -0400 > > Better idea: Let's allow export of 2.1.x files. Someone might want

Re: [LyX/2.0.x] Better idea: Let's allow export of 2.1.x files. Someone might want to do that. But let's not put it on the export menu.

2014-04-11 Thread Kornel Benko
Am Freitag, 11. April 2014 um 18:12:27, schrieb Richard Heck > commit 7cdfa9b29a8a74f62fa722a4282d08db43f4f0b3 > Author: Richard Heck > Date: Fri Apr 11 12:09:54 2014 -0400 > > Better idea: Let's allow export of 2.1.x files. Someone might want to > do that. But let's not put it on the

Re: Multirow/column bug

2014-04-11 Thread Liviu Andronic
On Fri, Apr 11, 2014 at 4:38 PM, Vincent van Ravesteijn wrote: > In the search for a possible explanation of the "random crashes with > dataloss" bug, I found the following table error: > > 1. Start with a new document > 2. Insert a 3x3 table > 3. Make all cells on the first row a multicolumn > 4.

Re: [LyX/2.0.x] Remove 21x export. LyX 2.1.x already reads 2.0.x files.

2014-04-11 Thread Richard Heck
On 04/11/2014 11:54 AM, Vincent van Ravesteijn wrote: On Fri, Apr 11, 2014 at 5:50 PM, Richard Heck wrote: commit d41d84f0b8c3cc10154145d86a3c5e9536b6b643 Author: Richard Heck Date: Fri Apr 11 11:49:54 2014 -0400 Remove 21x export. LyX 2.1.x already reads 2.0.x files. +\Format lyx21

2.1.0 lyx2lyx Fails to Convert User Guide to 2.0.x Format

2014-04-11 Thread Richard Heck
The command line shows: Text.cpp (1766): Handling unknown body token: `arg "depth-increment"' The GUI says: Unknown token: \noindent and points to the verbatim ERT in section 3.3.10, which is completely wrong. This probably points to a general problem with reversion of verbatim. IM

Re: [LyX/master] Update INSTALL

2014-04-11 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Yes, we always specify maximum versions, but I guess that we should just > warn against them. I agree, we should ban only versions we explicitly know not to work. I always have to do some magic when bisecting older versions because they think my current automake setu

Re: [LyX/2.0.x] Remove 21x export. LyX 2.1.x already reads 2.0.x files.

2014-04-11 Thread Vincent van Ravesteijn
On Fri, Apr 11, 2014 at 5:50 PM, Richard Heck wrote: > commit d41d84f0b8c3cc10154145d86a3c5e9536b6b643 > Author: Richard Heck > Date: Fri Apr 11 11:49:54 2014 -0400 > > Remove 21x export. LyX 2.1.x already reads 2.0.x files. > > >>> +\Format lyx21x 21.lyx "LyX 2.1.x" "" "" "" >>> "document

Re: [LyX/2.0.x] Allow 2.0.8 to read and write 2.1.x files. Also incorporates some bugfixes in lyx2lyx that made it into 2.1.0.

2014-04-11 Thread Richard Heck
On 04/11/2014 11:48 AM, Vincent van Ravesteijn wrote: On Fri, Apr 11, 2014 at 5:42 PM, Richard Heck wrote: commit 8c3d6f717893b091ae2b461a5b08f4bc77f84691 Author: Richard Heck Date: Fri Apr 11 11:41:56 2014 -0400 Allow 2.0.8 to read and write 2.1.x files. Also incorporates some bu

Re: [LyX/2.0.x] Allow 2.0.8 to read and write 2.1.x files. Also incorporates some bugfixes in lyx2lyx that made it into 2.1.0.

2014-04-11 Thread Vincent van Ravesteijn
On Fri, Apr 11, 2014 at 5:42 PM, Richard Heck wrote: > commit 8c3d6f717893b091ae2b461a5b08f4bc77f84691 > Author: Richard Heck > Date: Fri Apr 11 11:41:56 2014 -0400 > > Allow 2.0.8 to read and write 2.1.x files. Also incorporates some > bugfixes in lyx2lyx that made it into 2.1.0. > > d

Re: Multirow/column bug

2014-04-11 Thread Kornel Benko
Am Freitag, 11. April 2014 um 16:38:40, schrieb Vincent van Ravesteijn > In the search for a possible explanation of the "random crashes with > dataloss" bug, I found the following table error: > > 1. Start with a new document > 2. Insert a 3x3 table > 3. Make all cells on the first row a multic

Re: Multirow/column bug

2014-04-11 Thread Vincent van Ravesteijn
On Fri, Apr 11, 2014 at 4:38 PM, Vincent van Ravesteijn wrote: > In the search for a possible explanation of the "random crashes with > dataloss" bug, I found the following table error: > > 1. Start with a new document > 2. Insert a 3x3 table > 3. Make all cells on the first row a multicolumn > 4.

Multirow/column bug

2014-04-11 Thread Vincent van Ravesteijn
In the search for a possible explanation of the "random crashes with dataloss" bug, I found the following table error: 1. Start with a new document 2. Insert a 3x3 table 3. Make all cells on the first row a multicolumn 4. Move the cursor to the second cell of the second row 5. Insert a new column

Re: Cursor movement bug in math insets with split views

2014-04-11 Thread Richard Heck
On 04/11/2014 05:36 AM, Vincent van Ravesteijn wrote: Yes, I carefully copy-pasted the bug when I created the InsetPreview ;). Perfect! Richard

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Murat Yildizoglu
More test: I have merged two cells, waited fro the autobackup, no problem I have added a new line and copied an old line on it, no problem either. The auto-bacup takes place. Vincent van Ravesteijn 11 avril 2014 12:58 Do you remember that you used the move column/row fe

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Murat Yildizoglu
I have difficulty to provoke the bug, as you can see. It seems to happen after having done a specific modification in the document. The tables are correctly saved, only the stuff added after having inserted the tables are lost when this happens. Jürgen Spitzmüller a écrit: 2014-04-11 12:21

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Murat Yildizoglu
Vincent van Ravesteijn a écrit: Do you remember that you used the move column/row feature? I am not completely sure, but I do not think that I have used it. If I remember correctly, I have just copied some lines over others. I could maybe try to check it and tell you: I have moved a

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Jürgen Spitzmüller
2014-04-11 12:21 GMT+02:00 Murat Yildizoglu : > Well to test, I have > - saved my file > - moved a table between single-multiple columns areas > - continued to work hoping to trigger and autosave > > but have not observed the crash yet. > If it is indeed a loop, it might be helpful if you could t

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Vincent van Ravesteijn
Do you remember that you used the move column/row feature? If we do not set the mutlicol properties correctly, we might for loop over a columns but never find the end Or something like that. Vincent

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Vincent van Ravesteijn
On Fri, Apr 11, 2014 at 11:56 AM, Vincent van Ravesteijn wrote: > > > On Fri, Apr 11, 2014 at 11:49 AM, Murat Yildizoglu wrote: >> >> Before the crash I have indeed moved some tables in the document between a >> sigle column and a double column areas. >> But it has not crashed immediately. I have

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Murat Yildizoglu
Well to test, I have - saved my file - moved a table between single-multiple columns areas - continued to work hoping to trigger and autosave but have not observed the crash yet. Vincent van Ravesteijn 11 avril 2014 11:56 Before the crash I have indeed moved some tables

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Jean-Marc Lasgouttes
11/04/2014 12:09, Murat Yildizoglu: Ok, be careful, if it crashes when you save it, you're sort of losing text. Further: -- the example that Uwe added to the bug report was also a table using multi-columns When I had this crash first, I was not using at all the multi-column module in this docume

Re: [patch for 2.2] silence iconv warnings

2014-04-11 Thread Jean-Marc Lasgouttes
11/04/2014 12:01, Stephan Witt: Is there a way to avoid this "feature"? I don't know. It's a black box. It's a OS service. Perhaps it can be configured somewhere, via System Preferences or API. With LyX you can use hunspell as the spell checker backend instead. Stephan It looks liike there

[experimental PATCH] Use Qt for Hebrew and Arabic painting (was: Re: [patch for master]: Urdu font not rendering properly in the editor)

2014-04-11 Thread Jean-Marc Lasgouttes
09/04/2014 12:47, Vincent van Ravesteijn: Urdu uses the same script, so the same arabic_table can be reused, just as the table is also used for Farsi. Some specific Urdu letters are not implemented in this table, but it is almost trivial to fix that. ... or we could do like the following patch

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Murat Yildizoglu
Vincent van Ravesteijn 11 avril 2014 11:56 Before the crash I have indeed moved some tables in the document between a sigle column and a double column areas. But it has not crashed immediately. I have started to write some supplementary text, and I have the impression t

Re: [patch for 2.2] silence iconv warnings

2014-04-11 Thread Stephan Witt
Am 11.04.2014 um 11:56 schrieb Jean-Marc Lasgouttes : > 11/04/2014 11:23, Stephan Witt: >>> So do you mean that if I write in an English text "somme" instead >>> of "some", if will be considered an OK work because "somme" exists >>> in French? Is that supposed to be a feature? >> >> Indeed. Follo

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Vincent van Ravesteijn
On Fri, Apr 11, 2014 at 11:49 AM, Murat Yildizoglu wrote: > Before the crash I have indeed moved some tables in the document between a > sigle column and a double column areas. > But it has not crashed immediately. I have started to write some > supplementary text, and I have the impression that

Re: [patch for 2.2] silence iconv warnings

2014-04-11 Thread Jean-Marc Lasgouttes
11/04/2014 11:23, Stephan Witt: So do you mean that if I write in an English text "somme" instead of "some", if will be considered an OK work because "somme" exists in French? Is that supposed to be a feature? Indeed. Following is the debug output of text input while instant-spellchecking is en

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Murat Yildizoglu
Before the crash I have indeed moved some tables in the document between a sigle column and a double column areas. But it has not crashed immediately. I have started to write some supplementary text, and I have the impression that it crashed either during an automatic save or when I clicked CMD

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Vincent van Ravesteijn
On Fri, Apr 11, 2014 at 11:43 AM, Murat Yildizoglu wrote: > Sorry Stephen, there is no recent file in this folder, only some old > reports for Skype and other softs. > I had to kill LyX each time, after having waited some time. Maybe the > report has not been written? > Can it be written somewher

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Vincent van Ravesteijn
On Fri, Apr 11, 2014 at 11:39 AM, Stephan Witt wrote: > Am 11.04.2014 um 11:27 schrieb Murat Yildizoglu : > >> Hi, >> >> I am testing the RC1. I am working on a simple document, but Lyx seems to >> crash randomly, and to cause a panic in my processors. >> I have been able to observe this crash on

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Murat Yildizoglu
Sorry Stephen, there is no recent file in this folder, only some old reports for Skype and other softs. I had to kill LyX each time, after having waited some time. Maybe the report has not been written? Can it be written somewhere else? I cannot see anything relevant in the system Library/Logs

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Stephan Witt
Am 11.04.2014 um 11:27 schrieb Murat Yildizoglu : > Hi, > > I am testing the RC1. I am working on a simple document, but Lyx seems to > crash randomly, and to cause a panic in my processors. > I have been able to observe this crash once after having launched LyX from > the terminal, but there

Re: RC1 crashes on OSX 10.9

2014-04-11 Thread Murat Yildizoglu
Sorry, I have sent to you a backup instead of the emergency file :-( Murat Yildizoglu 11 avril 2014 11:27 Hi, I am testing the RC1. I am working on a simple document, but Lyx seems to crash randomly, and to cause a panic in my processors. I have been able to observe

Re: Cursor movement bug in math insets with split views

2014-04-11 Thread Vincent van Ravesteijn
On Fri, Apr 11, 2014 at 11:30 AM, aparsloe wrote: > > On 11/04/2014 7:11 p.m., Vincent van Ravesteijn wrote: >>> >>> As a matter of interest, is Instant Preview on in Tools > Preferences > >>> Display? If I turn it off, the problem vanishes. >>> >>> Andrew >>> >> I will need to have a look. I have

Re: Cursor movement bug in math insets with split views

2014-04-11 Thread aparsloe
On 11/04/2014 7:11 p.m., Vincent van Ravesteijn wrote: As a matter of interest, is Instant Preview on in Tools > Preferences > Display? If I turn it off, the problem vanishes. Andrew I will need to have a look. I have did quite some work in this area to check whether the instant preview is sh

RC1 crashes on OSX 10.9

2014-04-11 Thread Murat Yildizoglu
Hi, I am testing the RC1. I am working on a simple document, but Lyx seems to crash randomly, and to cause a panic in my processors. I have been able to observe this crash once after having launched LyX from the terminal, but there was not any informative message either. One specificity mayb

Re: [patch for 2.2] silence iconv warnings

2014-04-11 Thread Stephan Witt
Am 11.04.2014 um 10:23 schrieb Jean-Marc Lasgouttes : > 11/04/2014 08:23, Stephan Witt: >> Am 11.04.2014 um 01:36 schrieb Cyrille Artho : >> >>> I agree that it would be good to have all dictionaries in utf-8, but I'm >>> not sure if this is feasible for a typical user/installation. >>> >>> Ano

Re: [patch for 2.2] silence iconv warnings

2014-04-11 Thread Jean-Marc Lasgouttes
11/04/2014 11:06, Cyrille Artho: I always thought that the French did this on purpose to not surrender to the fact that the English language dominates the world. Vincent They did this to the keyboard layout, too. If you ever tried to use a computer in a French Internet cafe, good luck typing y

Re: [patch for 2.2] silence iconv warnings

2014-04-11 Thread Cyrille Artho
I always thought that the French did this on purpose to not surrender to the fact that the English language dominates the world. Vincent They did this to the keyboard layout, too. If you ever tried to use a computer in a French Internet cafe, good luck typing your password (even your username

Re: [LyX/master] Update INSTALL

2014-04-11 Thread Jean-Marc Lasgouttes
11/04/2014 10:31, Scott Kostyshak: I think you and Vincent are talking about something different. I'm talking about automake 1.15. Suppose it is released tomorrow. LyX 2.1 will fail to compile with it. I'm wondering if this should be mentioned in INSTALL or not. I have no experience with maximum

Re: [patch for 2.2] silence iconv warnings

2014-04-11 Thread Jean-Marc Lasgouttes
11/04/2014 10:31, Vincent van Ravesteijn: Recently I did some proofreading of a paper written with TeXShop (LaTeX editor for Mac). It turned out that the text was peppered with french words. From what I understand, this horror was a joint work of automatic correction and automatic language detec

Re: [patch for 2.2] silence iconv warnings

2014-04-11 Thread Vincent van Ravesteijn
> So do you mean that if I write in an English text "somme" instead of "some", > if will be considered an OK work because "somme" exists in French? Is that > supposed to be a feature? > I guess that the guessing is done for the whole paragraph > Recently I did some proofreading of a paper wri

Re: [LyX/master] Update INSTALL

2014-04-11 Thread Scott Kostyshak
On Thu, Apr 10, 2014 at 5:06 PM, Jean-Marc Lasgouttes wrote: > Le 10/04/14 22:54, Vincent van Ravesteijn a écrit : > >> I don't know about these limitations for master. >> >> What is the fix and why didn't we apply it ? > > > Our code is ready, but there are some distclean-related problems with so

Re: [LyX/master] * layouttranslations.review - de seems to be updated at 050c768eef.

2014-04-11 Thread Vincent van Ravesteijn
On Fri, Apr 11, 2014 at 8:06 AM, Pavel Sanda wrote: > Georg Baum wrote: >> > The original idea about this file was to primarily have list of languages >> > which need to have ack in case some new face appears on the list (so I can >> > quickly check and ask him before he disappear as often happens

Re: [patch for 2.2] silence iconv warnings

2014-04-11 Thread Jean-Marc Lasgouttes
11/04/2014 08:23, Stephan Witt: Am 11.04.2014 um 01:36 schrieb Cyrille Artho : I agree that it would be good to have all dictionaries in utf-8, but I'm not sure if this is feasible for a typical user/installation. Another option would be for LyX to tokenize the text and forward it word by wo

Re: [LyX/master] Update ANNOUNCE

2014-04-11 Thread Vincent van Ravesteijn
On Fri, Apr 11, 2014 at 9:46 AM, Jürgen Spitzmüller wrote: > 2014-04-10 22:32 GMT+02:00 Vincent van Ravesteijn: > >> -We are proud to announce the first release candidate of the new >> -LyX 2.1 series. >> +We are proud to announce the release candidate of LyX 2.1.0. > > > You probably want to dele

Re: [patch for 2.2] silence iconv warnings

2014-04-11 Thread Jürgen Spitzmüller
2014-04-10 22:30 GMT+02:00 Stephan Witt: > Am 10.04.2014 um 20:43 schrieb Georg Baum: > > It is probably not difficult to implement sensible behaviour for > "ignore" > > and "ignore all" for these words: HunspellChecker has already a member > > variable ignored_ which tracks ignored words, so if

Re: [patch for 2.2] silence iconv warnings

2014-04-11 Thread Jürgen Spitzmüller
2014-04-10 20:43 GMT+02:00 Georg Baum: > Does this mean that we need to maintain our own versions? If not then it is > probably the best solution, if yes then I'd rather not do it. > The Chromium project does maintain utf8 versions (or "deltas", for that matter): http://www.chromium.org/developer

Re: [LyX/master] Update ANNOUNCE

2014-04-11 Thread Jürgen Spitzmüller
2014-04-10 22:32 GMT+02:00 Vincent van Ravesteijn: > -We are proud to announce the first release candidate of the new > -LyX 2.1 series. > +We are proud to announce the release candidate of LyX 2.1.0. > You probably want to delete "release candidate". Jürgen

Re: [LyX/master] Update INSTALL

2014-04-11 Thread Vincent van Ravesteijn
On Thu, Apr 10, 2014 at 11:06 PM, Jean-Marc Lasgouttes wrote: > Le 10/04/14 22:54, Vincent van Ravesteijn a écrit : > >> I don't know about these limitations for master. >> >> What is the fix and why didn't we apply it ? > > > Our code is ready, but there are some distclean-related problems with s

Re: [LyX/master] Update INSTALL

2014-04-11 Thread Vincent van Ravesteijn
On Thu, Apr 10, 2014 at 11:06 PM, Jean-Marc Lasgouttes wrote: > Le 10/04/14 22:54, Vincent van Ravesteijn a écrit : > >> I don't know about these limitations for master. >> >> What is the fix and why didn't we apply it ? > > > Our code is ready, but there are some distclean-related problems with s

Re: Cursor movement bug in math insets with split views

2014-04-11 Thread Vincent van Ravesteijn
> > As a matter of interest, is Instant Preview on in Tools > Preferences > > Display? If I turn it off, the problem vanishes. > > Andrew > I will need to have a look. I have did quite some work in this area to check whether the instant preview is shown in the correct view, whether the inset is be

Re: Win installer: cannot install if already installed

2014-04-11 Thread Vincent van Ravesteijn
On Mon, Mar 31, 2014 at 12:23 AM, Uwe Stöhr wrote: > Am 30.03.2014 21:48, schrieb Vincent van Ravesteijn: > > >>> You will always find a case when it can fail. if the user changes >>> something manually we will be >>> lost anyway. He might have deleted the uninstaller or removed LyX's >>> registry