Re: Problem importing latex files

2018-10-03 Thread Stephan Witt
Eberhard, the bug fix release 2.3.1-1 is available for download and fixes the tex2lyx issue. Your question regarding the hunspell I cannot see why the detection of the library from homebrew at runtime should improve the situation. But perhaps I misunderstood your question. The addition of an

Re: [LyX/2.3.x] Skip paint event when in the middle of a buffer operation

2018-10-03 Thread Scott Kostyshak
On Wed, Oct 03, 2018 at 04:00:46PM +0200, Jean-Marc Lasgouttes wrote: > Le 30/09/2018 à 03:00, Scott Kostyshak a écrit : > > A git bisect led me here. I could reproduce the following issue on > > current 2.3.x branch and current master. > > > > To reproduce: > > > > 1. Put the cursor just before

Re: [LyX/2.3.x] Skip paint event when in the middle of a buffer operation

2018-10-03 Thread Jean-Marc Lasgouttes
Le 30/09/2018 à 03:00, Scott Kostyshak a écrit : A git bisect led me here. I could reproduce the following issue on current 2.3.x branch and current master. To reproduce: 1. Put the cursor just before "def". 3. Go to Insert > Branch > New Branch and enter "handout". 4. The branch inset is not p

Re: Painting update missing

2018-10-03 Thread Jean-Marc Lasgouttes
Le 02/10/2018 à 17:02, Pavel Sanda a écrit : Hi, this is with current 2.3.x. 1. launch lyx and create new document 2. insert .jpg image which is smaller than your lyx screen size 3. caret position is updated, the screen is not Any caret movement brings document display back to sync. I can not

Jenkins build is back to normal : Build branch "master" » ubuntu-xenial-qt4-autotools-extended #1274

2018-10-03 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools-extended/1274/

Re: Unassigned buffer_ member message and reproducible example

2018-10-03 Thread Jean-Marc Lasgouttes
Le 03/10/2018 à 04:08, Richard Kimberly Heck a écrit : If we want to be a bit cleaner, we can redefine MathData::setBuffer so that it sets buffer to its contents (and use that in InsetNest::setBuffer). Seems sensible. I pushed an update patch that takes care of more cases. I hope I got it ri