Re: [LyX/master] Fix tex2lyx linker error on windows

2015-04-08 Thread Kornel Benko
Am Mittwoch, 8. April 2015 um 22:06:54, schrieb Georg Baum b...@lyx.org commit d4718b18b6b29a25aaa869c5f38b49eff20eafef Author: Georg Baum b...@lyx.org Date: Wed Apr 8 22:04:13 2015 +0200 Fix tex2lyx linker error on windows The FontMetrics dummy class was in the wrong

Re: ACM-sigplan template does not compile

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 8, 2015 at 7:57 PM, Enrico Forestieri for...@lyx.org wrote: On Wed, Apr 08, 2015 at 01:44:01PM -0400, Scott Kostyshak wrote: On Wed, Apr 8, 2015 at 12:38 PM, Enrico Forestieri for...@lyx.org wrote: Hence, the right fix is defining \@doi through the \doi macro. ATM, the layout

Re: ACM-sigplan template does not compile

2015-04-08 Thread Enrico Forestieri
On Wed, Apr 08, 2015 at 01:44:01PM -0400, Scott Kostyshak wrote: On Wed, Apr 8, 2015 at 12:38 PM, Enrico Forestieri for...@lyx.org wrote: Hence, the right fix is defining \@doi through the \doi macro. ATM, the layout does not offer any way to do that and one has to insert this info in the

tex2lyx tests are failing on master

2015-04-08 Thread Scott Kostyshak
If you cannot reproduce, let me know and I'll provide more details. Scott

Re: cannot compile tex2lyx in current master

2015-04-08 Thread Uwe Stöhr
Am 08.04.2015 um 22:37 schrieb Georg Baum: Let us analyze it: 1) The linker complains about an unresolved symbol. 2) The name of the symbol is lyx::frontend::FontMetrics. 3) Cannot be! This symbol is in dummy_funcs.cpp. 4) Maybe it is the order of the objects on the linker command line as

Re: ACM-sigplan template does not compile

2015-04-08 Thread Enrico Forestieri
On Wed, Apr 08, 2015 at 01:36:19AM -0400, Scott Kostyshak wrote: On Sat, Apr 4, 2015 at 1:56 PM, Scott Kostyshak skost...@lyx.org wrote: Note that you must be on current master (specifically, more recent than 0a6120cb) for LyX to detect this error. To reproduce, go to File New from

Re: Preview compilation

2015-04-08 Thread Kornel Benko
Am Freitag, 3. April 2015 um 20:39:31, schrieb Kornel Benko kor...@lyx.org Am Freitag, 3. April 2015 um 14:19:24, schrieb Scott Kostyshak skost...@lyx.org On Fri, Apr 3, 2015 at 4:35 AM, Kornel Benko kor...@lyx.org wrote: For some reason I cannot get some macros to preview, while the

Re: [LyX/master] Simplify previous commit

2015-04-08 Thread Jürgen Spitzmüller
Scott Kostyshak wrote: + case LFUN_BUFFER_PREVIOUS: // because we cycle, it doesn't matter whether on first or last if (d.currentTabWorkArea()-count() = 1) enable = false; I would do enable = (d.currentTabWorkArea()-count() 1); to

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

2015-04-08 Thread Kornel Benko
Am Mittwoch, 8. April 2015 um 01:29:11, schrieb Scott Kostyshak skost...@lyx.org On Sun, Apr 5, 2015 at 8:40 PM, Richard Heck rgh...@lyx.org wrote: 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

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

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 08, 2015 at 09:37:26AM +0200, Kornel Benko wrote: Am Mittwoch, 8. April 2015 um 01:29:11, schrieb Scott Kostyshak skost...@lyx.org On Sun, Apr 5, 2015 at 8:40 PM, Richard Heck rgh...@lyx.org wrote: On 04/05/2015 07:47 PM, Scott Kostyshak wrote: It is currently bound to

Re: [LyX/master] Simplify previous commit

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 8, 2015 at 6:09 AM, Jürgen Spitzmüller sp...@lyx.org wrote: Scott Kostyshak wrote: + case LFUN_BUFFER_PREVIOUS: // because we cycle, it doesn't matter whether on first or last if (d.currentTabWorkArea()-count() = 1) enable = false; I

Re: cannot compile tex2lyx in current master

2015-04-08 Thread Kornel Benko
Am Mittwoch, 8. April 2015 um 01:20:42, schrieb Uwe Stöhr uwesto...@web.de Am 07.04.2015 um 12:44 schrieb Jean-Marc Lasgouttes: Le 06/04/2015 10:22, Kornel Benko a écrit : It should not be. According to your previous post, it is unresolved from lyx::theFontMetrics(class lyx::FontInfo

Re: French Math manual fails to export with LuaTeX and system fonts

2015-04-08 Thread Scott Kostyshak
On Mon, Apr 6, 2015 at 1:19 PM, Scott Kostyshak skost...@lyx.org wrote: On Mon, Apr 06, 2015 at 10:23:32AM +, Jean-Pierre Chrétien wrote: Scott Kostyshak skostysh at lyx.org writes: To reproduce, open fr/Math.lyx, click Use non-TeX fonts, and choose e.g. FreeSans for the three fonts.

Re: ACM-sigplan template does not compile

2015-04-08 Thread Enrico Forestieri
On Wed, Apr 08, 2015 at 12:08:27PM +0200, Enrico Forestieri wrote: I don't know this class but it seems to be a class error. A quick glance at the class source reveals that the \@toappear macro is intended to be defined as empty by default, but the time the \maketitle macro is executed, its

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

2015-04-08 Thread Liviu Andronic
On Wed, Apr 8, 2015 at 7:08 PM, Scott Kostyshak skost...@lyx.org wrote: On Wed, Apr 08, 2015 at 09:37:26AM +0200, Kornel Benko wrote: Am Mittwoch, 8. April 2015 um 01:29:11, schrieb Scott Kostyshak skost...@lyx.org On Sun, Apr 5, 2015 at 8:40 PM, Richard Heck rgh...@lyx.org wrote: On

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

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 8, 2015 at 1:48 PM, Liviu Andronic landronim...@gmail.com wrote: On Wed, Apr 8, 2015 at 7:40 PM, Liviu Andronic landronim...@gmail.com wrote: On Wed, Apr 8, 2015 at 7:08 PM, Scott Kostyshak skost...@lyx.org wrote: On Wed, Apr 08, 2015 at 09:37:26AM +0200, Kornel Benko wrote: Am

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

2015-04-08 Thread Liviu Andronic
On Wed, Apr 8, 2015 at 7:51 PM, Scott Kostyshak skost...@lyx.org wrote: On Wed, Apr 8, 2015 at 1:48 PM, Liviu Andronic landronim...@gmail.com wrote: On Wed, Apr 8, 2015 at 7:40 PM, Liviu Andronic landronim...@gmail.com wrote: On Wed, Apr 8, 2015 at 7:08 PM, Scott Kostyshak skost...@lyx.org

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

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 8, 2015 at 2:02 PM, Liviu Andronic landronim...@gmail.com wrote: On Wed, Apr 8, 2015 at 7:51 PM, Scott Kostyshak skost...@lyx.org wrote: On Wed, Apr 8, 2015 at 1:48 PM, Liviu Andronic landronim...@gmail.com wrote: On Wed, Apr 8, 2015 at 7:40 PM, Liviu Andronic

Re: ACM-sigplan template does not compile

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 8, 2015 at 12:38 PM, Enrico Forestieri for...@lyx.org wrote: On Wed, Apr 08, 2015 at 12:08:27PM +0200, Enrico Forestieri wrote: I don't know this class but it seems to be a class error. A quick glance at the class source reveals that the \@toappear macro is intended to be defined

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

2015-04-08 Thread Liviu Andronic
On Wed, Apr 8, 2015 at 7:40 PM, Liviu Andronic landronim...@gmail.com wrote: On Wed, Apr 8, 2015 at 7:08 PM, Scott Kostyshak skost...@lyx.org wrote: On Wed, Apr 08, 2015 at 09:37:26AM +0200, Kornel Benko wrote: Am Mittwoch, 8. April 2015 um 01:29:11, schrieb Scott Kostyshak skost...@lyx.org

Re: cannot compile tex2lyx in current master

2015-04-08 Thread Georg Baum
Kornel Benko wrote: Am Montag, 6. April 2015 um 02:22:24, schrieb Uwe Stöhr uwesto...@web.de 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

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

2015-04-08 Thread Kornel Benko
Am Mittwoch, 8. April 2015 um 01:29:11, schrieb Scott Kostyshak > On Sun, Apr 5, 2015 at 8:40 PM, Richard Heck wrote: > > 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

Re: ACM-sigplan template does not compile

2015-04-08 Thread Enrico Forestieri
On Wed, Apr 08, 2015 at 01:36:19AM -0400, Scott Kostyshak wrote: > On Sat, Apr 4, 2015 at 1:56 PM, Scott Kostyshak wrote: > > Note that you must be on current master (specifically, more recent > > than 0a6120cb) for LyX to detect this error. > > > > To reproduce, go to File >

Re: [LyX/master] Simplify previous commit

2015-04-08 Thread Jürgen Spitzmüller
Scott Kostyshak wrote: > + case LFUN_BUFFER_PREVIOUS: > // because we cycle, it doesn't matter whether on first or > last if (d.currentTabWorkArea()->count() <= 1) > enable = false; I would do enable = (d.currentTabWorkArea()->count() > 1);

Re: Preview compilation

2015-04-08 Thread Kornel Benko
Am Freitag, 3. April 2015 um 20:39:31, schrieb Kornel Benko > Am Freitag, 3. April 2015 um 14:19:24, schrieb Scott Kostyshak > > > On Fri, Apr 3, 2015 at 4:35 AM, Kornel Benko wrote: > > > > > > For some reason I cannot get some macros to

Re: cannot compile tex2lyx in current master

2015-04-08 Thread Kornel Benko
Am Mittwoch, 8. April 2015 um 01:20:42, schrieb Uwe Stöhr > Am 07.04.2015 um 12:44 schrieb Jean-Marc Lasgouttes: > > Le 06/04/2015 10:22, Kornel Benko a écrit : > > >> It should not be. According to your previous post, it is unresolved > >> from lyx::theFontMetrics(class

Re: ACM-sigplan template does not compile

2015-04-08 Thread Enrico Forestieri
On Wed, Apr 08, 2015 at 12:08:27PM +0200, Enrico Forestieri wrote: > > I don't know this class but it seems to be a class error. A quick glance > at the class source reveals that the \@toappear macro is intended to be > defined as empty by default, but the time the \maketitle macro is executed, >

Re: [LyX/master] Simplify previous commit

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 8, 2015 at 6:09 AM, Jürgen Spitzmüller wrote: > Scott Kostyshak wrote: >> + case LFUN_BUFFER_PREVIOUS: >> // because we cycle, it doesn't matter whether on first or >> last if (d.currentTabWorkArea()->count() <= 1) >> enable

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

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 08, 2015 at 09:37:26AM +0200, Kornel Benko wrote: > Am Mittwoch, 8. April 2015 um 01:29:11, schrieb Scott Kostyshak > > > On Sun, Apr 5, 2015 at 8:40 PM, Richard Heck wrote: > > > On 04/05/2015 07:47 PM, Scott Kostyshak wrote: > > >> > > >> It is

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

2015-04-08 Thread Liviu Andronic
On Wed, Apr 8, 2015 at 7:08 PM, Scott Kostyshak wrote: > On Wed, Apr 08, 2015 at 09:37:26AM +0200, Kornel Benko wrote: >> Am Mittwoch, 8. April 2015 um 01:29:11, schrieb Scott Kostyshak >> >> > On Sun, Apr 5, 2015 at 8:40 PM, Richard Heck

Re: ACM-sigplan template does not compile

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 8, 2015 at 12:38 PM, Enrico Forestieri wrote: > On Wed, Apr 08, 2015 at 12:08:27PM +0200, Enrico Forestieri wrote: >> >> I don't know this class but it seems to be a class error. A quick glance >> at the class source reveals that the \@toappear macro is intended to be

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

2015-04-08 Thread Liviu Andronic
On Wed, Apr 8, 2015 at 7:40 PM, Liviu Andronic wrote: > On Wed, Apr 8, 2015 at 7:08 PM, Scott Kostyshak wrote: >> On Wed, Apr 08, 2015 at 09:37:26AM +0200, Kornel Benko wrote: >>> Am Mittwoch, 8. April 2015 um 01:29:11, schrieb Scott Kostyshak >>>

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

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 8, 2015 at 1:48 PM, Liviu Andronic wrote: > On Wed, Apr 8, 2015 at 7:40 PM, Liviu Andronic wrote: >> On Wed, Apr 8, 2015 at 7:08 PM, Scott Kostyshak wrote: >>> On Wed, Apr 08, 2015 at 09:37:26AM +0200, Kornel Benko

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

2015-04-08 Thread Liviu Andronic
On Wed, Apr 8, 2015 at 7:51 PM, Scott Kostyshak wrote: > On Wed, Apr 8, 2015 at 1:48 PM, Liviu Andronic wrote: >> On Wed, Apr 8, 2015 at 7:40 PM, Liviu Andronic >> wrote: >>> On Wed, Apr 8, 2015 at 7:08 PM, Scott Kostyshak

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

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 8, 2015 at 2:02 PM, Liviu Andronic wrote: > On Wed, Apr 8, 2015 at 7:51 PM, Scott Kostyshak wrote: >> On Wed, Apr 8, 2015 at 1:48 PM, Liviu Andronic >> wrote: >>> On Wed, Apr 8, 2015 at 7:40 PM, Liviu Andronic

Re: French Math manual fails to export with LuaTeX and system fonts

2015-04-08 Thread Scott Kostyshak
On Mon, Apr 6, 2015 at 1:19 PM, Scott Kostyshak wrote: > On Mon, Apr 06, 2015 at 10:23:32AM +, Jean-Pierre Chrétien wrote: >> Scott Kostyshak lyx.org> writes: >> >> > >> > To reproduce, open fr/Math.lyx, click "Use non-TeX fonts", and choose >> > e.g. "FreeSans" for the

Re: cannot compile tex2lyx in current master

2015-04-08 Thread Georg Baum
Kornel Benko wrote: > Am Montag, 6. April 2015 um 02:22:24, schrieb 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

Re: [LyX/master] Fix tex2lyx linker error on windows

2015-04-08 Thread Kornel Benko
Am Mittwoch, 8. April 2015 um 22:06:54, schrieb Georg Baum > commit d4718b18b6b29a25aaa869c5f38b49eff20eafef > Author: Georg Baum > Date: Wed Apr 8 22:04:13 2015 +0200 > > Fix tex2lyx linker error on windows > > The FontMetrics dummy class was in the

Re: ACM-sigplan template does not compile

2015-04-08 Thread Scott Kostyshak
On Wed, Apr 8, 2015 at 7:57 PM, Enrico Forestieri wrote: > On Wed, Apr 08, 2015 at 01:44:01PM -0400, Scott Kostyshak wrote: >> On Wed, Apr 8, 2015 at 12:38 PM, Enrico Forestieri wrote: >> > >> > Hence, the right fix is defining \@doi through the \doi macro. >> >

Re: ACM-sigplan template does not compile

2015-04-08 Thread Enrico Forestieri
On Wed, Apr 08, 2015 at 01:44:01PM -0400, Scott Kostyshak wrote: > On Wed, Apr 8, 2015 at 12:38 PM, Enrico Forestieri wrote: > > > > Hence, the right fix is defining \@doi through the \doi macro. > > ATM, the layout does not offer any way to do that and one has to insert > > this

tex2lyx tests are failing on master

2015-04-08 Thread Scott Kostyshak
If you cannot reproduce, let me know and I'll provide more details. Scott

Re: cannot compile tex2lyx in current master

2015-04-08 Thread Uwe Stöhr
Am 08.04.2015 um 22:37 schrieb Georg Baum: Let us analyze it: 1) The linker complains about an unresolved symbol. 2) The name of the symbol is lyx::frontend::FontMetrics. 3) Cannot be! This symbol is in dummy_funcs.cpp. 4) Maybe it is the order of the objects on the linker command line as