Re: SIGSEGV when copy/pasting a child doc

2018-04-24 Thread Richard Kimberly Heck
On 04/24/2018 01:10 AM, Scott Kostyshak wrote: > I can reproduce on master and on 2.3.x. > > To reproduce: > > 1. download the attached 3 documents and put them in the same directory. > 2. open master_copy_from.lyx in one LyX instance > 3. in the dialog that comes up, click "cancel" > 4. open maste

Language error in table

2018-04-24 Thread Kornel Benko
For our language specialists... This MWE is not compilable. Kornel TableLangError.lyx Description: application/lyx signature.asc Description: This is a digitally signed message part.

Re: SIGSEGV when copy/pasting a child doc

2018-04-24 Thread Richard Heck
On 04/24/2018 01:10 AM, Scott Kostyshak wrote: > I can reproduce on master and on 2.3.x. > > To reproduce: > > 1. download the attached 3 documents and put them in the same directory. > 2. open master_copy_from.lyx in one LyX instance > 3. in the dialog that comes up, click "cancel" > 4. open maste

Re: [LyX/master] Add basic support for cprotect

2018-04-24 Thread Scott Kostyshak
On Tue, Apr 24, 2018 at 07:09:55AM +, Jürgen Spitzmüller wrote: > 2018-04-24 3:55 GMT+02:00 Scott Kostyshak : > > > I tried the attached patch, but it did not help with the attached .lyx > > example files. > > > > It's more complicated. You need to pass down runparams.need_protect to the > di

Re: [LyX/master] Add bindings for inset-settings.

2018-04-24 Thread José Abílio Matos
On Tuesday, 24 April 2018 16.37.34 WEST Jean-Marc Lasgouttes wrote: > Especially since xemacs seems to be dead these days. Nope I do not use xemacs since ~ 2001. I always use emacs (and (g)vi(m) and kate and whatever works). :-) -- José Abílio

Re: [LyX/master] Add bindings for inset-settings.

2018-04-24 Thread Jean-Marc Lasgouttes
Le 24/04/2018 à 17:03, Kornel Benko a écrit : > Do not ask me why xemacs and not emacs, I would not know > what to answer. :-) Especially since xemacs seems to be dead these days. Maybe you are used to xemacs? Could not find M-o binding in xemacs, the faces there are selected by 'C-x F o'

Re: [LyX/master] Add bindings for inset-settings.

2018-04-24 Thread Kornel Benko
Am Dienstag, 24. April 2018 16:27:56 CEST schrieb Jean-Marc Lasgouttes : > Le 24/04/2018 à 16:21, Kornel Benko a écrit : > > Understood. Anyone else using emacs.bind besides me? > > > > The bind M-o (used in emacs for 'face-menu', which selects various font > > shapes) does not seem appropriate,

Re: [LyX/master] Add bindings for inset-settings.

2018-04-24 Thread Kornel Benko
Am Dienstag, 24. April 2018 15:32:43 CEST schrieb José Abílio Matos : > On Tuesday, 24 April 2018 15.21.08 WEST Kornel Benko > wrote: > > Understood. Anyone else using emacs.bind besides me? > > FWIW I use the xemacs.bind (and I have used ever since I > remember). > > Do not ask me why xemacs

Re: [LyX/master] Add bindings for inset-settings.

2018-04-24 Thread José Abílio Matos
On Tuesday, 24 April 2018 15.21.08 WEST Kornel Benko wrote: > Understood. Anyone else using emacs.bind besides me? FWIW I use the xemacs.bind (and I have used ever since I remember). Do not ask me why xemacs and not emacs, I would not know what to answer. :-) -- José Abílio

Re: [LyX/master] Add bindings for inset-settings.

2018-04-24 Thread Jean-Marc Lasgouttes
Le 24/04/2018 à 16:21, Kornel Benko a écrit : Understood. Anyone else using emacs.bind besides me? The bind M-o (used in emacs for 'face-menu', which selects various font shapes) does not seem appropriate, but anything else felt even worse. I use emacs, but not the LyX emacs bindings. It look

Re: [LyX/master] Add bindings for inset-settings.

2018-04-24 Thread Kornel Benko
Am Montag, 23. April 2018 15:02:16 CEST schrieb Richard Kimberly Heck : > On 04/23/2018 03:01 AM, Kornel Benko wrote: > > > > Am Montag, 23. April 2018 05:56:38 CEST schrieb Richard Kimberly Heck > > : > > > > > commit 8da025014dda1ff2d3cc1409778d5df68d06bf1a > > > > > Author: Richard Kimberly Hec

Re: [LyX/2.3.x] Add bindings for inset-settings.

2018-04-24 Thread Pavel Sanda
Richard Kimberly Heck wrote: > >> +- Added C-M-i as a shortcut for LFUN_INSET_SETTINGS (bug 7662). > >> + > > I don't think ppl will understand what "M" means. > > What would you suggest instead? I've added something more explicit in > ANNOUNCE. Current version of ANNOUNCE seems good to me. Pave

Re: [LyX/master] Add basic support for cprotect

2018-04-24 Thread Jürgen Spitzmüller
2018-04-24 3:55 GMT+02:00 Scott Kostyshak : > I tried the attached patch, but it did not help with the attached .lyx > example files. > It's more complicated. You need to pass down runparams.need_protect to the diverse cprotect methods. I'll have a look if I find some time. Jürgen