Re: ACM-sigplan template does not compile

2015-04-07 Thread Scott Kostyshak
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 > New from Template > ACM-sigplan > > View with PDF (pdflatex). I get the following error: > > ! U

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

2015-04-07 Thread 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 C-S-Home. I would like to implement buffer-move-next, which >> will move the tab up one spot (and similar for C

Re: cannot compile tex2lyx in current master

2015-04-07 Thread 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 lyx::FontInfo const &), but for tex2lyx it is part of 'src/tex2lyx/dummy_impl.cpp'. As I underst

Re: [ugly patch] fix bug 9418

2015-04-07 Thread Jean-Marc Lasgouttes
Le 01/04/2015 21:49, Georg Baum a écrit : Jean-Marc Lasgouttes wrote: Le 31/03/2015 21:38, Georg Baum a écrit : BTW updateMacros is quite heavy on big documents (#5973) and I have medium-term plans for making the update lazy. This may become unnecessary if you can do another kind of miracle. M

Re: cannot compile tex2lyx in current master

2015-04-07 Thread Jean-Marc Lasgouttes
Le 06/04/2015 10:22, Kornel Benko a écrit : 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 compilable for

Re: #9491: Enhance Usability for non-TeX fonts

2015-04-07 Thread Evan Langlois
I envision the Preferences as being a system-wide default used for on-screen fonts when the "use non-tex fonts" is not checked. New documents would use system preferences as it is now. This way, as long as you keep that box checked, different documents get different screen fonts. When the box i

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

2015-04-07 Thread Scott Kostyshak
On Mon, Apr 6, 2015 at 3:51 AM, Scott Kostyshak wrote: > In this case the patch should be easy, just removing the return > statements. I will do this and test. In at 03b17b52. Scott