Re: [PATCH 2/2] Add an autotest for #7673

2013-01-28 Thread Scott Kostyshak
On Mon, Jan 28, 2013 at 10:42 PM, Scott Kostyshak wrote: > On Mon, Jan 28, 2013 at 10:09 PM, wrote: >> From: Scott Kostyshak >> >> This test should fail because #7673 is not yet fixed in trunk. >> Note that it is fixed in branch. > > Can someone confirm that this test runs correctly (and fails)

Re: [PATCH 2/2] Add an autotest for #7673

2013-01-28 Thread Scott Kostyshak
On Mon, Jan 28, 2013 at 10:09 PM, wrote: > From: Scott Kostyshak > > This test should fail because #7673 is not yet fixed in trunk. > Note that it is fixed in branch. Can someone confirm that this test runs correctly (and fails) on CMake and/or autotools? The previous patch in this series shoul

[PATCH 2/2] Add an autotest for #7673

2013-01-28 Thread skostysh
From: Scott Kostyshak This test should fail because #7673 is not yet fixed in trunk. Note that it is fixed in branch. This is the first autotest that uses an existing .lyx file, bug-7673.lyx. --- development/autotests/bug-7673-in.txt |9 ++ development/autotests/bug-7673.lyx| 157 +

[PATCH 1/2] autotests: clean up .emergency file of input .lyx

2013-01-28 Thread skostysh
From: Scott Kostyshak If the test opens an existing .lyx file and crashes, it will leave around a .emergency file. If a test with that same name is run again, LyX will try to recover the .emergency file, which could throw off the test. This is implemented for both CMake and autotools. --- devel

support for the kurier fonts

2013-01-28 Thread Uwe Stöhr
Hello Jürgen, you recently added support for a lot of fonts. Today I stumbled over the kurier fonts http://www.ctan.org/tex-archive/fonts/kurier/ ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/fonts/kurier/doc/fonts/kurier/kurier-info.pdf because they are used by modernCV by a theme. In

Re: Restart layout update discussion; was: Re: [patch] final layout patches for branch

2013-01-28 Thread Uwe Stöhr
Am 28.01.2013 07:54, schrieb Jürgen Spitzmüller: The linebreak is necessary to get the city in its own line. This is a requirement for some job applications. At least that was once reported to me. Look, the problem is that some modernCV themes (casual, which has the address information in the

Re: [LyX master] chkconfig.ltx: check for KOMA and caption

2013-01-28 Thread Uwe Stöhr
Am 28.01.2013 07:47, schrieb Jürgen Spitzmüller: Hm. But you know there is no class called "koma-script". Sorry. When will I even learn that MiKTeX works different? (I can test for a package named "koma-script" and also for scrbook.cls). Yesterday I fiddled a lot with the miktex package inst

Re: make initial configure part of install (esp. Windows) ?

2013-01-28 Thread Uwe Stöhr
Am 21.01.2013 21:16, schrieb Georg Baum: This was a problem in configure.py that was kindly fixed by Enrico some weeks ago. The fix is included for both installer of LyX 2.0.5.1. Does this mean that the version installed by the windows installer is not built from the 2.5.0.1 source tarball?

Re: [LyX master] chkconfig.ltx: check for KOMA and caption

2013-01-28 Thread Enrico Forestieri
On Mon, Jan 28, 2013 at 07:47:22AM +0100, Jürgen Spitzmüller wrote: > Uwe Stöhr wrote: > > +\TestPackage{koma-script} > > Hm. But you know there is no class called "koma-script". Really? But MikTeX installs that package when adding this line. -- Enrico

Re: Hindi typing in ubuntu 12.10

2013-01-28 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > You mean that when rtl support is disabled, we would just let qt do its > thing and see what happens? Exactly. Probably it won't be perfect, but I suppose we can start from there. > What I can try to do also is to reduce the differences between hebrew > and arabic

Re: Hindi typing in ubuntu 12.10

2013-01-28 Thread Jean-Marc Lasgouttes
Le 28/01/2013 13:00, Jürgen Spitzmüller a écrit : Jean-Marc Lasgouttes wrote: One of the things I would like to do in Milano (if it proves possible) is to implement word-level metrics computation, at least for LtR text. This would be great! Don't hold your breath yet :) but I will not try

Re: Hindi typing in ubuntu 12.10

2013-01-28 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > One of the things I would like to do in Milano (if it proves possible) > is to implement word-level metrics computation, at least for LtR text. This would be great! > It would be great to get rid of our Bidi stuff too, Even better. > but I will not try > anythin

Re: Hindi typing in ubuntu 12.10

2013-01-28 Thread Jean-Marc Lasgouttes
Le 28/01/2013 12:19, John Tapsell a écrit : Hi, Qt uses harfbuzz to get the information. You can do the same. It seems that QChar gives the relevant information, if only I could understand it :) JMarc

Re: Hindi typing in ubuntu 12.10

2013-01-28 Thread John Tapsell
Hi, Qt uses harfbuzz to get the information. You can do the same. John On 28 January 2013 10:45, Jürgen Spitzmüller wrote: > Jean-Marc Lasgouttes wrote: >> What I had in mind is the helper functions isHebrewComposeChar or >> isArabicComposeChar in Encoding.cpp. Actually, I am not sure why the

Re: Hindi typing in ubuntu 12.10

2013-01-28 Thread Jean-Marc Lasgouttes
Le 28/01/2013 11:45, Jürgen Spitzmüller a écrit : I understand that a compose char is a compose char. But how many compose chars are there over the whole unicode range? My point is: If Qt already knows this, and if we can catch this information, why should we hardcode a list of code points oursel

Re: Hindi typing in ubuntu 12.10

2013-01-28 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > What I had in mind is the helper functions isHebrewComposeChar or > isArabicComposeChar in Encoding.cpp. Actually, I am not sure why these > could not just be 'isComposeChar'. What does the language has to do > with it? Is there a reason for testing the language as

Re: Hindi typing in ubuntu 12.10

2013-01-28 Thread Jean-Marc Lasgouttes
Le 28/01/2013 09:00, Jürgen Spitzmüller a écrit : Jean-Marc Lasgouttes wrote: I guess we need some special support like we have for arabic. Are there some special character composition rules we should know about? Do we really have to reinvent the wheel given that Qt has all this information? I

Re: Hindi typing in ubuntu 12.10

2013-01-28 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I guess we need some > special support like we have for arabic. Are there some special > character composition rules we should know about? Do we really have to reinvent the wheel given that Qt has all this information? I understand it would be significant work to b