French Math manual fails to export with LuaTeX and system fonts

2015-04-05 Thread Scott Kostyshak
To reproduce, open fr/Math.lyx, click "Use non-TeX fonts", and choose e.g. "FreeSans" for the three fonts. Then view as PDF (LuaTeX). Why is this a problem? Well it's not a big issue since I doubt a user would do this, but it adds another large intense document to our tests for this format. Furth

Re: Can I take over C-S-PageUp binding for tab moving?

2015-04-05 Thread Richard Heck
On 04/05/2015 07:47 PM, Scott Kostyshak wrote: It is currently bound to buffer-begin-select. But this LFUN is also bound to C-S-Home. I would like to implement buffer-move-next, which will move the tab up one spot (and similar for C-S-PageDown. This feature and keybinding would be consistent with

Re: cannot compile current 2.1.x branch

2015-04-05 Thread Uwe Stöhr
Am 06.04.2015 um 01:07 schrieb Uwe Stöhr: Second error:... This problem persists. I can therefore not compile LyX 2.1.x branch. I can verify the problem on another PC with a fresh checkout and clean build tree. I am lost since i not even understand what the error message tries to tell me. I

Re: cannot compile tex2lyx in current master

2015-04-05 Thread Uwe Stöhr
Tex2lyx cannot be compiled and the problem is commit: http://www.lyx.org/trac/changeset/66fa801e74e1775b31008df548332436ce79e2e1/lyxgit by JMarc. Reverting this commit makes LyX compilable for me. The problem for the compiler seems to be the Length::inPixel feature. JMarc, could you please hav

Can I take over C-S-PageUp binding for tab moving?

2015-04-05 Thread Scott Kostyshak
It is currently bound to buffer-begin-select. But this LFUN is also bound to C-S-Home. I would like to implement buffer-move-next, which will move the tab up one spot (and similar for C-S-PageDown. This feature and keybinding would be consistent with tab behavior in Chromium, Firefox, and Nautilus.

Re: cannot compile tex2lyx in current master

2015-04-05 Thread Uwe Stöhr
Am 06.04.2015 um 01:03 schrieb Uwe Stöhr: I cleaned my build tree again and now at least this linking error is gone. Sorry, that was wrong. I forgot to compile tex2lyx. The problem still exists. regards Uwe

Re: cannot compile current 2.1.x branch

2015-04-05 Thread Uwe Stöhr
Am Mittwoch, 1. April 2015 um 19:09:37, schrieb Uwe Stöhr > -- Install configuration: "Release" CMake Error at cmake_install.cmake:31 (file): file cannot create directory: C:/Program Files (x86)/LyX/Resources/bind/.. Maybe need administrative privileges. This problem has go

Re: cannot compile tex2lyx in current master

2015-04-05 Thread Uwe Stöhr
Am 01.04.2015 um 19:33 schrieb Kornel Benko: Am Mittwoch, 1. April 2015 um 19:28:59, schrieb Uwe Stöhr Am 01.04.2015 um 19:13 schrieb Kornel Benko: Is it a clean build? I simply started my PC, pulled from GIT and then started the build script. So I did not touch anything since End of Februar

Re: Layout mechanism for upper-case?

2015-04-05 Thread Scott Kostyshak
On Sun, Apr 5, 2015 at 11:04 AM, Richard Heck wrote: > On 04/04/2015 05:21 PM, Scott Kostyshak wrote: >> >> Suppose I want to make an environment for the following underlying LaTeX >> code: >> >> \uppercase{user input} >> >> Do we have a way to do this? I would like to have a 't' show exactly >> t

Re: [LyX/master] Export/view a PDF even if error

2015-04-05 Thread Scott Kostyshak
On Sat, Apr 4, 2015 at 1:14 PM, Scott Kostyshak wrote: > On Sat, Apr 4, 2015 at 3:28 AM, Jürgen Spitzmüller wrote: >> Scott Kostyshak wrote: >>> Good point. Attached is the updated patch, and the diff with respect >>> to the first patch. >> >> I'd say commit it. > > Done at 09700d5b. > > Scott Y

Re: [LyX/master] Show Anyway button needs to be enabled/disabled in paramsToDialog.

2015-04-05 Thread Scott Kostyshak
On Sun, Apr 5, 2015 at 4:50 AM, Juergen Spitzmueller wrote: > commit 80f992fc29b845bb0ff3474f9adcbff27a935cb6 > Author: Juergen Spitzmueller > Date: Sun Apr 5 10:50:30 2015 +0200 > > Show Anyway button needs to be enabled/disabled in paramsToDialog. > > Else, the state set on first laun

Re: [ugly patch] fix bug 9418

2015-04-05 Thread Richard Heck
On 04/05/2015 11:01 AM, Georg Baum wrote: Georg Baum wrote: All ArgumentProxy instances are contained in MathMacro::expanded_, which means that there is always a unique parent-child like relationship between MathMacro and ArgumentProxy. Therefore, a single place exists where ArgumentProxy::math

Re: Layout mechanism for upper-case?

2015-04-05 Thread Richard Heck
On 04/04/2015 05:21 PM, Scott Kostyshak wrote: Suppose I want to make an environment for the following underlying LaTeX code: \uppercase{user input} Do we have a way to do this? I would like to have a 't' show exactly the same as 'T'. The "noun" argument to the "Misc" command for fonts is close

Re: [ugly patch] fix bug 9418

2015-04-05 Thread Georg Baum
Georg Baum wrote: > All ArgumentProxy instances are contained in MathMacro::expanded_, which > means that there is always a unique parent-child like relationship between > MathMacro and ArgumentProxy. Therefore, a single place exists where > ArgumentProxy::mathMacro_ can become invalid, and where

Re: tab in tables

2015-04-05 Thread Scott Kostyshak
On Sun, Apr 5, 2015 at 3:01 AM, Edwin Leuven wrote: > On Apr 5, 2015, at 08:51 , Liviu Andronic wrote: > > What LyX version, OS, and can you provide a minimal .lyx document > exhibiting this issue? > > > trunk, osx, and i just add a new table, put the cursor in and hit tab > > thanks, ed. Are yo

Re: tab in tables

2015-04-05 Thread Edwin Leuven
On Apr 5, 2015, at 08:51 , Liviu Andronic wrote: > What LyX version, OS, and can you provide a minimal .lyx document > exhibiting this issue? trunk, osx, and i just add a new table, put the cursor in and hit tab thanks, ed.