Re: -std=c++11 and [PATCH] Improve the display of the source (bugs #6501,#7359)

2015-08-28 Thread Jean-Marc Lasgouttes
Le 27/08/2015 22:00, Georg Baum a écrit : I do not know that much about auto_ptr and unique_ptr, but would it be possible to use auto_ptr as a poor man's unique_ptr? If yes, is it dangerous? This is possible in some use cases. IMHO having a lyx::unique_ptr which is either std::unique_ptr or

Re: [RFC] Fun with newlines

2015-08-28 Thread Jean-Marc Lasgouttes
Le 26/07/2015 00:53, Guillaume M-M a écrit : In addition, applying justification to denote the meaning of the symbol 'break but keep justified' would conflict with the option Document settings Text layout (Not) Use justification in the LyX window. It happens that not everybody likes that the

Re: [RFC] Fun with newlines

2015-08-28 Thread Jean-Marc Lasgouttes
Le 22/07/2015 12:05, Jean-Marc Lasgouttes a écrit : Now for something different... I have been annoyed by the looks of InsetNewLine for some time now. The following patch replaces the horrible hand-made arrow with a nice Unicode character. Not only that, but you have 3 different characters to

Re: Postscript availability

2015-08-28 Thread Jean-Marc Lasgouttes
Le 24/08/2015 20:45, aparsloe a écrit : Has Postscript been omitted (inadvertently?) from the View (Other Formats) list in LyX 2.1.4 (at least on Windows)? It is still in the list of Export formats. Are you sure that you have a postscript viewer installed and correctly configured? JMarc

Re: [RFC] Fun with newlines

2015-08-28 Thread Jean-Marc Lasgouttes
Le 25/07/2015 12:21, Enrico Forestieri a écrit : Instead, I do not agree. LaTeX will adjust all previous lines such that the final result is not as horrible as it would be in LyX with words separated by an awful amount of space. This already occurs in a number of cases and it is better to not

Linker error while building Lyx 2.2 on OSX

2015-08-28 Thread david
I’m having some difficulty building Lyx 2.2 (commit 0bbc80f) on OSX. Currently using Xcode 6.4 on OSX 10.10.5 and Qt 5.5.0 installed via Homebrew. automake.sh runs fine, and so does configure invoked as follows: ./configure --with-version-suffix=-2.2 --with-libiconv-prefix=/usr --with-x=no

Re: [RFC] Fun with newlines

2015-08-28 Thread Guillaume Munch
Le 28/08/2015 09:42, Jean-Marc Lasgouttes a écrit : Le 22/07/2015 12:05, Jean-Marc Lasgouttes a écrit : Now for something different... I have been annoyed by the looks of InsetNewLine for some time now. The following patch replaces the horrible hand-made arrow with a nice Unicode character.

Re: [RFC] Fun with newlines

2015-08-28 Thread Jean-Marc Lasgouttes
Le 26/07/2015 00:53, Guillaume M-M a écrit : In addition, applying justification to denote the meaning of the symbol 'break but keep justified' would conflict with the option Document settings > Text layout > (Not) Use justification in the LyX window. It happens that not everybody likes that the

Re: [RFC] Fun with newlines

2015-08-28 Thread Jean-Marc Lasgouttes
Le 22/07/2015 12:05, Jean-Marc Lasgouttes a écrit : Now for something different... I have been annoyed by the looks of InsetNewLine for some time now. The following patch replaces the horrible hand-made arrow with a nice Unicode character. Not only that, but you have 3 different characters to

Re: [RFC] Fun with newlines

2015-08-28 Thread Jean-Marc Lasgouttes
Le 25/07/2015 12:21, Enrico Forestieri a écrit : Instead, I do not agree. LaTeX will adjust all previous lines such that the final result is not as horrible as it would be in LyX with words separated by an awful amount of space. This already occurs in a number of cases and it is better to not

Re: -std=c++11 and [PATCH] Improve the display of the source (bugs #6501,#7359)

2015-08-28 Thread Jean-Marc Lasgouttes
Le 27/08/2015 22:00, Georg Baum a écrit : I do not know that much about auto_ptr and unique_ptr, but would it be possible to use auto_ptr as a poor man's unique_ptr? If yes, is it dangerous? This is possible in some use cases. IMHO having a lyx::unique_ptr which is either std::unique_ptr or

Re: Postscript availability

2015-08-28 Thread Jean-Marc Lasgouttes
Le 24/08/2015 20:45, aparsloe a écrit : Has Postscript been omitted (inadvertently?) from the View (Other Formats) list in LyX 2.1.4 (at least on Windows)? It is still in the list of Export formats. Are you sure that you have a postscript viewer installed and correctly configured? JMarc

Re: [RFC] Fun with newlines

2015-08-28 Thread Guillaume Munch
Le 28/08/2015 09:42, Jean-Marc Lasgouttes a écrit : Le 22/07/2015 12:05, Jean-Marc Lasgouttes a écrit : Now for something different... I have been annoyed by the looks of InsetNewLine for some time now. The following patch replaces the horrible hand-made arrow with a nice Unicode character.

Linker error while building Lyx 2.2 on OSX

2015-08-28 Thread david
I’m having some difficulty building Lyx 2.2 (commit 0bbc80f) on OSX. Currently using Xcode 6.4 on OSX 10.10.5 and Qt 5.5.0 installed via Homebrew. automake.sh runs fine, and so does configure invoked as follows: ./configure --with-version-suffix=-2.2 --with-libiconv-prefix=/usr --with-x=no