Re: Errors with vref on de/Additional.lyx with lualatex

2017-07-20 Thread Kornel Benko
Am Mittwoch, 19. Juli 2017 um 22:23:32, schrieb Kornel Benko > Am Mittwoch, 19. Juli 2017 um 19:48:49, schrieb Guenter Milde > > > On 2017-07-19, Kornel Benko wrote: > > > > > [-- Type: text/plain, Encoding: 7bit --] > > > > > Am Mittwoch, 19. Juli 2017 um 15:00:16, schrieb Kornel Benko > > >

Re: [LyX/master] Try to end the neverending fixIfBroken saga

2017-07-20 Thread Jean-Marc Lasgouttes
Le 20/07/2017 à 23:52, Kornel Benko a écrit : I can feel with you. Please don't kill the messenger. Should be better now. Thanks Kornel. JMarc

Re: [LyX/master] Try to end the neverending fixIfBroken saga

2017-07-20 Thread Kornel Benko
Am Donnerstag, 20. Juli 2017 um 23:28:57, schrieb Jean-Marc Lasgouttes > Le 20/07/2017 à 23:26, Kornel Benko a écrit : > > Sorry, but after this commit I cannot load doc/de/Additional.lyx anymore. > > Immediate crash. > > Rechecking with > > #git checkout 4d09650 > > ... > > # make >

Re: [LyX/master] Try to end the neverending fixIfBroken saga

2017-07-20 Thread Jean-Marc Lasgouttes
Le 20/07/2017 à 23:26, Kornel Benko a écrit : Sorry, but after this commit I cannot load doc/de/Additional.lyx anymore. Immediate crash. Rechecking with #git checkout 4d09650 ... # make with this version it is loadable. I really love this :) Sometime I think that I shoul

Re: [LyX/master] Try to end the neverending fixIfBroken saga

2017-07-20 Thread Kornel Benko
Am Donnerstag, 20. Juli 2017 um 11:31:11, schrieb Jean-Marc Lasgouttes > commit fc7fb6a5642bf8163276797c1602dd1395e2aef7 > Author: Jean-Marc Lasgouttes > Date: Thu Jul 20 11:18:20 2017 +0200 > > Try to end the neverending fixIfBroken saga > > This is a fixup to the series of com

Re: Options for resolving the minted + shell-escape issue

2017-07-20 Thread Richard Heck
On 07/20/2017 01:21 AM, Jürgen Spitzmüller wrote: > Am Mittwoch, den 19.07.2017, 16:37 +0200 schrieb Enrico Forestieri: >> The attached patch takes into account all of these ideas. As a >> disclaimer, >> note that I am providing it only because I am now familiar with this >> part >> of the code and

Re: Any descriptions of the security aspects (related to needauth and shell-escape)?

2017-07-20 Thread Guillaume MM
Le 19/07/2017 à 16:59, Richard Heck a écrit : On 07/19/2017 02:22 AM, Christian Ridderström wrote: Hi, When having tried to contribute to the discussion on needauth and shell-escape I've felt that it's quite difficult to get a good picture of things like: - Goals of design, what are we trying t

Re: Can shell-escape take advantage of needauth framework?

2017-07-20 Thread Guillaume MM
Le 19/07/2017 à 11:47, Pavel Sanda a écrit : Guillaume MM wrote: Le 18/07/2017 ?? 23:27, Jean-Marc Lasgouttes a écrit : Le 18/07/2017 ?? 23:24, Christian Ridderström a écrit : The threat model is one important aspect, but it's difficult for us to know who uses LyX and in which industries. Or h

Re: Can shell-escape take advantage of needauth framework?

2017-07-20 Thread Guillaume MM
Le 19/07/2017 à 16:47, Richard Heck a écrit : On 07/19/2017 05:06 AM, Pavel Sanda wrote: Christian Ridderström wrote: I just did a test with gnuplot. In the LyX settings I had unchecked 'Forbid of use of needauth converters' and unchecked 'Use needauth option'. Then I opened a LyX doc with a gn

Re: [LyX/master] Fixup the fixup d0acc3e57044: use editable()/isActive()

2017-07-20 Thread Jürgen Spitzmüller
Am Donnerstag, den 20.07.2017, 14:57 +0200 schrieb Jean-Marc Lasgouttes: > > Technically, insets with a dialog are also "editable". > > No, now we say that they "have settings". The notion of editable is > really related to entering in the inset with a cursor. I see. Didn't know. This strikes m

Re: [LyX/master] Fixup the fixup d0acc3e57044: use editable()/isActive()

2017-07-20 Thread Jean-Marc Lasgouttes
Le 20/07/2017 à 14:08, Jürgen Spitzmüller a écrit : Am Donnerstag, den 20.07.2017, 12:32 +0200 schrieb Jean-Marc Lasgouttes: Le 20/07/2017 à 11:52, Jürgen Spitzmüller a écrit : The reason probably is that the naming of these functions is not really good. Indeed. As I understand your comment

Re: [LyX/master] Fixup the fixup d0acc3e57044: use editable()/isActive()

2017-07-20 Thread Jürgen Spitzmüller
Am Donnerstag, den 20.07.2017, 12:32 +0200 schrieb Jean-Marc Lasgouttes: > Le 20/07/2017 à 11:52, Jürgen Spitzmüller a écrit : > > The reason probably is that the naming of these functions is not > > really > > good. > > Indeed. > > > As I understand your comments, shouldn't it be something like:

Re: [LyX/master] Fixup the fixup d0acc3e57044: use editable()/isActive()

2017-07-20 Thread Jean-Marc Lasgouttes
Le 20/07/2017 à 11:52, Jürgen Spitzmüller a écrit : Am Donnerstag, den 20.07.2017, 11:38 +0200 schrieb Jean-Marc Lasgouttes: Sigh. It turns out I understood the whole isActive/editable/nargs issue only vaguely. The reason probably is that the naming of these functions is not really good. Her

Re: [LyX/master] Fixup the fixup d0acc3e57044: use editable()/isActive()

2017-07-20 Thread Jean-Marc Lasgouttes
Le 20/07/2017 à 11:52, Jürgen Spitzmüller a écrit : The reason probably is that the naming of these functions is not really good. Indeed. As I understand your comments, shouldn't it be something like: cursorCanEnter() (editable()) Well technically cursor can enter a closed InsetCollapsable

Re: [LyX/master] Fixup the fixup d0acc3e57044: use editable()/isActive()

2017-07-20 Thread Jürgen Spitzmüller
Am Donnerstag, den 20.07.2017, 11:38 +0200 schrieb Jean-Marc Lasgouttes: > Sigh. It turns out I understood the whole isActive/editable/nargs > issue > only vaguely. The reason probably is that the naming of these functions is not really good. As I understand your comments, shouldn't it be someth

Re: [LyX/master] Fixup the fixup d0acc3e57044: use editable()/isActive()

2017-07-20 Thread Jean-Marc Lasgouttes
Le 20/07/2017 à 03:34, Scott Kostyshak a écrit : Open the attached .lyx file. Make sure that the cursor is at the beginning and that the footnote inset is not visible on the screen. Then do a find for the word "find". Expected: that Lyx opens the inset and highlights the word "find". Actual: Ly