Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-26 Thread Jean-Marc Lasgouttes
Le 25/01/2017 à 10:01, Pavel Sanda a écrit : I am not sure why . is added explicitly here. What happens if we remove it? bilions of ... make[3]: Entering directory '/home/paf/lyx/devel/lyx-2.3.0dev/_build/sub/src' .deps/AppleSpellChecker.Po: No such file or directory Here is my take on the

Re: Reproducible crash with attached template

2017-01-26 Thread PhilipPirrip
On 01/26/2017 04:11 AM, Kornel Benko wrote: Master branch Steps to reproduce 1.) File->New from template... 2.) Insert some text in the row above 'D-PLZ Stadt' 3.) File->Save as ... crash Kornel Can't reproduce. I'm at 8491962c6bc, compiling after cmake -DLYX_USE_QT=QT5, Qt

Re: row-breaking question

2017-01-26 Thread Jean-Marc Lasgouttes
Le 26/01/2017 à 10:54, Jean-Marc Lasgouttes a écrit : I am not sure. The cause for 3 is that the code fails to account precisely for the available space on next row (because when it evaluates whether breaking would be a good idea. I just have to find the time to write a patch. I pushed a fix

Re: EmDash Problems (patch)

2017-01-26 Thread Guenter Milde
On 2017-01-25, Enrico Forestieri wrote: > On Wed, Jan 25, 2017 at 08:50:21PM +, Guenter Milde wrote: >> On 2017-01-25, Enrico Forestieri wrote: >> > On Tue, Jan 24, 2017 at 09:11:12PM +0100, Enrico Forestieri wrote: >> >> On Tue, Jan 24, 2017 at 12:00:02PM +, Guenter Milde wrote: >> >> >

Re: row-breaking question

2017-01-26 Thread Richard Heck
On 01/26/2017 08:20 AM, Jean-Marc Lasgouttes wrote: > Le 26/01/2017 à 10:54, Jean-Marc Lasgouttes a écrit : >> I am not sure. The cause for 3 is that the code fails to account >> precisely for the available space on next row (because when it evaluates >> whether breaking would be a good idea. I

Re: Reproducible crash with attached template

2017-01-26 Thread Richard Heck
On 01/26/2017 04:11 AM, Kornel Benko wrote: > Master branch > > Steps to reproduce > 1.) File->New from template... > 2.) Insert some text in the row above 'D-PLZ Stadt' > 3.) File->Save as ... > crash Can't reproduce either. Richard

Re: [LyX/master] Fix wrong splitting of text row

2017-01-26 Thread Richard Heck
On 01/26/2017 08:17 AM, Jean-Marc Lasgouttes wrote: > commit 8491962c6bc1c73df076fa4807cc6ee295ccce41 > Author: Jean-Marc Lasgouttes > Date: Thu Jan 26 14:10:23 2017 +0100 > > Fix wrong splitting of text row While you're at this...it's a bit weird the way hyphens are

Re: [LyX/master] Fix wrong splitting of text row

2017-01-26 Thread Jean-Marc Lasgouttes
Care to give an example file? Is this stable or master ? JMarc Le 26 janvier 2017 18:09:43 GMT+01:00, Richard Heck a écrit : >While you're at this...it's a bit weird the way hyphens are handled >here. If you have a hyphen at the end of the line, then it is not >justified. That

Re: Reproducible crash with attached template

2017-01-26 Thread Kornel Benko
Am Donnerstag, 26. Januar 2017 um 12:12:13, schrieb Richard Heck > On 01/26/2017 04:11 AM, Kornel Benko wrote: > > Master branch > > > > Steps to reproduce > > 1.) File->New from template... > > 2.) Insert some text in the row above 'D-PLZ Stadt' > > 3.) File->Save as ... > >

Re: #10550: CAS Maxima does not provide results (MacOS Sierra)

2017-01-26 Thread Ferruccio Miglietta
Thank-You I have solved. Maxima path was already present, but the file maxima-init did not work. I have erased it and everything works. Ferruccio Il giorno 26/01/17, 19:00 "LyX Ticket Tracker" ha scritto: #10550: CAS Maxima does not provide results (MacOS Sierra)

Re: [LyX/master] Fix wrong splitting of text row

2017-01-26 Thread Richard Heck
On 01/26/2017 12:23 PM, Jean-Marc Lasgouttes wrote: > Care to give an example file? Is this stable or master ? Stable. It's hard to create one that will necessarily work for you, since it depends on the size of the window, etc. But just create a new document and type "this-and-that" several times

Re: Reproducible crash with attached template

2017-01-26 Thread Richard Heck
On 01/26/2017 01:03 PM, Kornel Benko wrote: > Am Donnerstag, 26. Januar 2017 um 12:12:13, schrieb Richard Heck > >> On 01/26/2017 04:11 AM, Kornel Benko wrote: >>> Master branch >>> >>> Steps to reproduce >>> 1.) File->New from template... >>> 2.) Insert some text in the row

Reproducible crash with attached template

2017-01-26 Thread Kornel Benko
Master branch Steps to reproduce 1.) File->New from template... 2.) Insert some text in the row above 'D-PLZ Stadt' 3.) File->Save as ... crash Kornel signature.asc Description: This is a digitally signed message part. template.lyx Description: application/lyx

Re: [LyX/2.2.x] Fix compilation with --disable-cxx11

2017-01-26 Thread Jean-Marc Lasgouttes
Le 26/01/2017 à 01:14, Guillaume Munch a écrit : commit 2305fd838c33dc71a653ff9b53275a1a8124b821 Author: Guillaume Munch Date: Sun Jan 15 01:40:23 2017 +0100 Fix compilation with --disable-cxx11 Thanks ! I knew I would be bitten by this one one day :) JMarc

Re: row-breaking question

2017-01-26 Thread Jean-Marc Lasgouttes
Le 26/01/2017 à 00:48, Guillaume Munch a écrit : They are mostly not desired. * 3 is clearly a bug * 2 and 5 should be avoidable, but it requires to have some knowledge that breaking before the inset is more desirable than in the middle of the text. It might be doable. I have code somewhere to

Re: [LyX/master] Fix wrong splitting of text row

2017-01-26 Thread Richard Heck
On 01/26/2017 12:23 PM, Jean-Marc Lasgouttes wrote: > Care to give an example file? Is this stable or master ? PS Same behavior in master. rh > > JMarc > > Le 26 janvier 2017 18:09:43 GMT+01:00, Richard Heck a écrit : >> While you're at this...it's a bit weird the way hyphens

Re: [LyX/master] Fix wrong splitting of text row

2017-01-26 Thread Jean-Marc Lasgouttes
OK, I think that I know what happens. I am not sure yet how to fix it... JMarc Le 26 janvier 2017 19:55:31 GMT+01:00, Richard Heck a écrit : > I get a display like >the attached. If I put the cursor at the end of one of the lines with a >hyphen and type a space, it will jump to