PATCH for deprecated FSPathMakeRef

2013-07-09 Thread Stephan Witt
I've made an alternate implementation for autoOpenFile w/o using the deprecated FSPathMakeRef function. Stephan 0001-autoOpenFile.patch Description: Binary data

Re: configure /usr/bin/moc

2013-07-09 Thread Stephan Witt
Am 09.07.2013 um 17:25 schrieb Jean-Marc Lasgouttes : > 07/07/2013 16:27, Stephan Witt: >> Hmm… it looks like that: >> 1. /opt/qt-everywhere-opensource-src-4.8.2/bin has "moc" but not "moc-qt4" >> 2. LyX's configure checks for moc-qt4 first and is happy to find it in >> /usr/bin > > Does the fol

Re: error building xvkbd: undefined reference, add to linker command line?

2013-07-09 Thread Kornel Benko
It turned out, the problem is the link-stage. The (needed) library libXMU is added automatically by the gnu-cc in case of ubuntu 12.04, but not in case of ubuntu 13.04. The attached patch for development/autotests/CMakeLists.txt worked on both platforms. Ok to commit to 2.1-staging? Kor

Re: configure /usr/bin/moc

2013-07-09 Thread Jean-Marc Lasgouttes
07/07/2013 16:27, Stephan Witt: Hmm… it looks like that: 1. /opt/qt-everywhere-opensource-src-4.8.2/bin has "moc" but not "moc-qt4" 2. LyX's configure checks for moc-qt4 first and is happy to find it in /usr/bin Does the following patch make sense? It only searches for moc-qt4 when not looking

Re: configure /usr/bin/moc

2013-07-09 Thread Jean-Marc Lasgouttes
07/07/2013 16:27, Stephan Witt: Hmm… it looks like that: 1. /opt/qt-everywhere-opensource-src-4.8.2/bin has "moc" but not "moc-qt4" 2. LyX's configure checks for moc-qt4 first and is happy to find it in /usr/bin Are there still systems where looking for qt4-foo makes sense? Wasn't it useful on

Re: [PATCH] Re: feature request: allowing "Update Master Document" command in master document

2013-07-09 Thread Jean-Marc Lasgouttes
06/07/2013 04:31, Pavel Sanda: Jean-Marc Lasgouttes wrote: This make sense. Here is a proposed patch. Since I am not a master/child Correction of doxy comment is needed. Pavel Like this? What am I supposed to do with this patch now? BTW, I am not very happy with the current bindings. I woul

Re: Greek support: depends on which TeX distribution?

2013-07-09 Thread stefano franchi
Hi Guenter, this is slightly off-topic, but related to the present discussion: there is an encoding-related problem with polytonic Greek support in Babel and LuaTeX in TexLive 2013. It is discussed in this texexchange thread: http://tex.stackexchange.com/questions/121842/polutoniko-greek-in-tex

Re: error building xvkbd: undefined reference, add to linker command line?

2013-07-09 Thread Kornel Benko
Am Dienstag, 9. Juli 2013 um 00:30:23, schrieb Scott Kostyshak > On Mon, Jul 8, 2013 at 5:34 PM, Kornel Benko wrote: > > Am Montag, 8. Juli 2013 um 14:49:11, schrieb Scott Kostyshak > > > > > >> On Mon, Jul 8, 2013 at 4:13 AM, Kornel Benko wrote: > > > >> > Am Sonntag, 7. Juli 2013 um 16:14:27

Re: Greek support: depends on which TeX distribution?

2013-07-09 Thread Guenter Milde
On 2013-07-08, Scott Kostyshak wrote: > On Mon, Jul 8, 2013 at 3:36 AM, Guenter Milde wrote: >> On 2013-07-08, Scott Kostyshak wrote: ... >>> Currently, LyX outputs this in the preamble for Greek: >>> \documentclass[greek]{article} >>> \usepackage[T1]{fontenc} >>> \usepackage[iso-8859-7]{inpute

Re: [LyX GSoC/xhtml/bugs/8280] Render multicharacter delims properly to MathML and XHTML (Fix bug #8280)

2013-07-09 Thread Julien Rioux
On 08/07/2013 8:21 PM, Josh Hieronymus wrote: I'm looking at how to put convertDelimToXMLEscape() into output_xhtml, but I'm not sure how best to do this, or whether it might be better to put it somewhere else. convertDelimToXMLEscape() uses mathedWordList() from MathFactory, which isn't currentl