Re: [LyX/master] Set default output format for manuals to PDF (pdflatex).

2015-12-14 Thread Kornel Benko
Am Dienstag, 15. Dezember 2015 um 06:30:22, schrieb Guenter Milde > On 2015-12-14, Kornel Benko wrote: > > > [-- Type: text/plain, Encoding: 7bit --] > > > Am Montag, 14. Dezember 2015 um 11:25:01, schrieb Kornel Benko > > > >> > > I meant the test suite is setting ascii for xetex + tex font.

Re: [LyX/master] Set default output format for manuals to PDF (pdflatex).

2015-12-14 Thread Guenter Milde
On 2015-12-14, Kornel Benko wrote: > [-- Type: text/plain, Encoding: 7bit --] > Am Montag, 14. Dezember 2015 um 11:25:01, schrieb Kornel Benko > >> > > I meant the test suite is setting ascii for xetex + tex font. >> > >> > This is superfluous since LyX does it, too (since my fix to #9740). >>

Re: [LyX/master] \origin handling. Use realPath() intead of absFileName()

2015-12-14 Thread Kornel Benko
Am Montag, 14. Dezember 2015 um 22:06:46, schrieb Georg Baum > Kornel Benko wrote: > > > Am Sonntag, 13. Dezember 2015 um 13:25:00, schrieb Georg Baum > > > >> > >> This one breaks UNC file names: > >> https://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention > > > > Hm, it doe

Re: origin again

2015-12-14 Thread Kornel Benko
Am Montag, 14. Dezember 2015 um 21:43:32, schrieb Guenter Milde > On 2015-12-14, Georg Baum wrote: > > Jean-Marc Lasgouttes wrote: > > >> Would it make sens to add a parametr \is_lyx_doc to our fileformat? We > >> could decide to do lots of interesting things (like have all relative > >> paths b

Re: #9875: Problem with alt-modifier. LyX 2.2alpha, OSX El Capitain

2015-12-14 Thread Stephan Witt
Am 15.12.2015 um 01:41 schrieb Richard Heck : > > Looks reasonable to me. Thanks, I've put it in. Stephan > > On 12/14/2015 07:29 PM, Stephan Witt wrote: >> Am 14.12.2015 um 17:39 schrieb Stephan Witt : >> >>> Am 13.12.2015 um 21:46 schrieb LyX Ticket Tracker : >>> #9875: Problem with

Re: #9875: Problem with alt-modifier. LyX 2.2alpha, OSX El Capitain

2015-12-14 Thread Richard Heck
Looks reasonable to me. On 12/14/2015 07:29 PM, Stephan Witt wrote: > Am 14.12.2015 um 17:39 schrieb Stephan Witt : > >> Am 13.12.2015 um 21:46 schrieb LyX Ticket Tracker : >> >>> #9875: Problem with alt-modifier. LyX 2.2alpha, OSX El Capitain >>> ---+-

Re: #9875: Problem with alt-modifier. LyX 2.2alpha, OSX El Capitain

2015-12-14 Thread Stephan Witt
Am 14.12.2015 um 17:39 schrieb Stephan Witt : > Am 13.12.2015 um 21:46 schrieb LyX Ticket Tracker : > >> #9875: Problem with alt-modifier. LyX 2.2alpha, OSX El Capitain >> ---+-- >> Reporter: marcus | Owner: lasgouttes >> Type: defect

export autotests: which formats to test (was Set default output format for manuals to PDF (pdflatex).)

2015-12-14 Thread Guenter Milde
On 2015-12-11, Kornel Benko wrote: > Am 11. Dezember 2015 um 09:27:24, schrieb Guenter Milde >> I would like: >> * a default output format for users, so that clicking "view" brings the best >> possible result (recommended output) >> * tests for all (sensible) output formats. > What is sensi

Re: origin again

2015-12-14 Thread Guenter Milde
On 2015-12-14, Georg Baum wrote: > Jean-Marc Lasgouttes wrote: >> Would it make sens to add a parametr \is_lyx_doc to our fileformat? We >> could decide to do lots of interesting things (like have all relative >> paths be relative to lib/doc) to files declared this way. > I am not sure. The whole

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-14 Thread Scott Kostyshak
On Thu, Dec 10, 2015 at 09:35:57PM +0100, Georg Baum wrote: > Scott Kostyshak wrote: > > > Interesting idea. In this case, a git bisect would be worthless so I > > will wait before doing it. Is there a way to test your theory? If we use > > 'touch' to update a file and then try? > > I'd think so.

Re: [LyX/master] \origin handling. Use realPath() intead of absFileName()

2015-12-14 Thread Georg Baum
Kornel Benko wrote: > Am Sonntag, 13. Dezember 2015 um 13:25:00, schrieb Georg Baum > >> >> This one breaks UNC file names: >> https://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention > > Hm, it does not break, the subst() is applied to > "/systemlyxdir/something". This does not

Re: origin again

2015-12-14 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Would it make sens to add a parametr \is_lyx_doc to our fileformat? We > could decide to do lots of interesting things (like have all relative > paths be relative to lib/doc) to files declared this way. I am not sure. The whole purpose of \origin is to support the ca

Re: _lyx2lyx tests failing

2015-12-14 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Le 13/12/2015 17:10, Richard Heck a écrit : >> On 12/13/2015 04:28 AM, Georg Baum wrote: >>> Richard Heck wrote: >>> Patch. >>> Why is font_math not required? In current master it is always written, >>> and if this was not required in former versions, then there

Re: layout conversion failing

2015-12-14 Thread Georg Baum
Kornel Benko wrote: > OK, but in this case something with the program 'check_layout' is not > correct. It should find the error, but it does not. check_layout does only test the read layout => write layout => read layout roundtrip. It does not check whether the layout makes any sense. It would

Re: [LyX/master] Set default output format for manuals to PDF (pdflatex).

2015-12-14 Thread Kornel Benko
Am Montag, 14. Dezember 2015 um 11:25:01, schrieb Kornel Benko > > > I meant the test suite is setting ascii for xetex + tex font. > > > > This is superfluous since LyX does it, too (since my fix to #9740). > > So this fix was not tested due to "massaging" in the test machinery and > > there may

Re: layout conversion failing

2015-12-14 Thread Kornel Benko
Am Montag, 14. Dezember 2015 um 09:58:36, schrieb Richard Heck > On 12/14/2015 08:26 AM, Kornel Benko wrote: > > Am Montag, 14. Dezember 2015 um 12:50:39, schrieb Guillaume Munch > > > >> Le 14/12/2015 11:52, Kornel Benko a écrit : > >>> Many tests are failing ATM, because of problem converting

Re: #9875: Problem with alt-modifier. LyX 2.2alpha, OSX El Capitain

2015-12-14 Thread Stephan Witt
Am 13.12.2015 um 21:46 schrieb LyX Ticket Tracker : > #9875: Problem with alt-modifier. LyX 2.2alpha, OSX El Capitain > ---+-- > Reporter: marcus | Owner: lasgouttes >Type: defect | Status: new > Priority: normal | Miles

Re: layout conversion failing

2015-12-14 Thread Kornel Benko
Am Montag, 14. Dezember 2015 um 15:21:55, schrieb Guillaume Munch > Le 14/12/2015 13:26, Kornel Benko a écrit : > > Am Montag, 14. Dezember 2015 um 12:50:39, schrieb Guillaume Munch > > > >> Le 14/12/2015 11:52, Kornel Benko a écrit : > >>> > >>> Many tests are failing ATM, because of problem co

Re: layout conversion failing

2015-12-14 Thread Guillaume Munch
Le 14/12/2015 13:26, Kornel Benko a écrit : Am Montag, 14. Dezember 2015 um 12:50:39, schrieb Guillaume Munch Le 14/12/2015 11:52, Kornel Benko a écrit : Many tests are failing ATM, because of problem converting layout files from Format 58 to 59. Try to load e.g. lib/templates/springer/svjo

Re: layout conversion failing

2015-12-14 Thread Richard Heck
On 12/14/2015 08:26 AM, Kornel Benko wrote: > Am Montag, 14. Dezember 2015 um 12:50:39, schrieb Guillaume Munch > >> Le 14/12/2015 11:52, Kornel Benko a écrit : >>> Many tests are failing ATM, because of problem converting layout files from >>> Format 58 to 59. >>> >>> Try to load e.g. lib/templ

Re: [LyX/master] Set default output for "complex" manuals to PDF (pdflatex).

2015-12-14 Thread Kornel Benko
Am Montag, 14. Dezember 2015 um 13:19:14, schrieb Guenter Milde > On 2015-12-13, Kornel Benko wrote: > > > [-- Type: text/plain, Encoding: quoted-printable --] > > > Am Mittwoch, 9. Dezember 2015 um 08:55:51, schrieb Günter Milde > > > >> commit 4d0356aea128542205b1d31bc5df799f710d9544 > >>

Re: layout conversion failing

2015-12-14 Thread Kornel Benko
Am Montag, 14. Dezember 2015 um 12:50:39, schrieb Guillaume Munch > Le 14/12/2015 11:52, Kornel Benko a écrit : > > > > Many tests are failing ATM, because of problem converting layout files from > > Format 58 to 59. > > > > Try to load e.g. lib/templates/springer/svjour3.lyx > > > > Kornel >

Re: [LyX/master] Set default output for "complex" manuals to PDF (pdflatex).

2015-12-14 Thread Guenter Milde
On 2015-12-13, Kornel Benko wrote: > [-- Type: text/plain, Encoding: quoted-printable --] > Am Mittwoch, 9. Dezember 2015 um 08:55:51, schrieb Günter Milde > >> commit 4d0356aea128542205b1d31bc5df799f710d9544 >> Author: Günter Milde >> Date: Wed Dec 9 08:54:38 2015 +0100 >> Set default

Re: layout conversion failing

2015-12-14 Thread Guillaume Munch
Le 14/12/2015 11:52, Kornel Benko a écrit : Many tests are failing ATM, because of problem converting layout files from Format 58 to 59. Try to load e.g. lib/templates/springer/svjour3.lyx Kornel Ah, and I thought the layout conversion was trivial... I tested layout2layout on svglo

Re: [patch] Display the correct horizontal alignment in AMS environments

2015-12-14 Thread Jean-Marc Lasgouttes
Le 14/12/2015 12:05, Guillaume Munch a écrit : > You're right, see now second patch attached. It's a fairly simple > change, only adding some information to Georg's displayColAlign(), in > addition to some mechanical refactoring and disabling of horizontal > alignment buttons which were wrongly ena

Re: layout conversion failing

2015-12-14 Thread Kornel Benko
Am Montag, 14. Dezember 2015 um 12:52:15, schrieb Kornel Benko > > Many tests are failing ATM, because of problem converting layout files from > Format 58 to 59. > > Try to load e.g. lib/templates/springer/svjour3.lyx > Here the list of failed loading a lyx file The following tests FAILED:

layout conversion failing

2015-12-14 Thread Kornel Benko
Many tests are failing ATM, because of problem converting layout files from Format 58 to 59. Try to load e.g. lib/templates/springer/svjour3.lyx Kornel signature.asc Description: This is a digitally signed message part.

Re: [patch] Display the correct horizontal alignment in AMS environments

2015-12-14 Thread Guillaume Munch
Le 13/12/2015 11:41, Jean-Marc Lasgouttes a écrit : Le 13/12/2015 04:37, Guillaume Munch a écrit : Dear list This has been annoying me for a while. OK to push? It would deserve a commit log with explanations of what this fixes. The patch does many things it is difficult for me to say whether

Re: [LyX/master] Set default output format for manuals to PDF (pdflatex).

2015-12-14 Thread Kornel Benko
Am Montag, 14. Dezember 2015 um 08:45:19, schrieb Guenter Milde > On 2015-12-13, Kornel Benko wrote: > > > [-- Type: text/plain, Encoding: quoted-printable --] > > > Am Sonntag, 13. Dezember 2015 um 22:25:34, schrieb Guenter Milde > > > >> On 2015-12-13, Kornel Benko wrote: > >> > Am Samstag,

Re: [LyX/master] Set default output format for manuals to PDF (pdflatex).

2015-12-14 Thread Guenter Milde
On 2015-12-13, Kornel Benko wrote: > [-- Type: text/plain, Encoding: quoted-printable --] > Am Sonntag, 13. Dezember 2015 um 22:25:34, schrieb Guenter Milde > >> On 2015-12-13, Kornel Benko wrote: >> > Am Samstag, 12. Dezember 2015 um 22:52:13, schrieb Guenter Milde >> > > ... >> >> c) con