[NTG-context] issue with Junicode font and \input

2016-02-13 Thread Pablo Rodriguez
Dear list,

I have the following sample:

\definefontfamily[mainface][rm][Junicode]
\setupbodyfont[mainface]
\starttext
\input zapf
\stoptext

Junicode can be downloaded from
https://sf.net/projects/junicode/files/junicode/junicode-0-7-8/.

I experience an endless loop (or an unended compilation that I have to
kill) if "\input zapf" is selected.

But the weird thing is that compilation works fine if "\input knuth" is
selected.

I’m using beta from 2016.02.08 15:35. I’m on Fedora 22 (32bit).

Could anyone confirm the random behavior?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] issue with Junicode font and \input

2016-02-13 Thread Ulrike Fischer
Am Sat, 13 Feb 2016 20:26:52 +0100 schrieb Pablo Rodriguez:

> Dear list,
> 
> I have the following sample:
> 
> \definefontfamily[mainface][rm][Junicode]
> \setupbodyfont[mainface]
> \starttext
> \input zapf
> \stoptext
> 
> Junicode can be downloaded from
> https://sf.net/projects/junicode/files/junicode/junicode-0-7-8/.
> 
> I experience an endless loop (or an unended compilation that I have to
> kill) if "\input zapf" is selected.
> 
> But the weird thing is that compilation works fine if "\input knuth" is
> selected.

Perhaps it is the same problem that has been found for latex and
caused documents to hang:
https://github.com/lualatex/luaotfload/issues/322

It happens only for some words (starting with ell)

-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] issue with Junicode font and \input

2016-02-13 Thread Philipp Gesang
·

> Am Sat, 13 Feb 2016 20:26:52 +0100 schrieb Pablo Rodriguez:
> 
> > I have the following sample:
> > 
> > \definefontfamily[mainface][rm][Junicode]
> > \setupbodyfont[mainface]
> > \starttext
> > \input zapf
> > \stoptext
> > 
> > I experience an endless loop (or an unended compilation that I have to
> > kill) if "\input zapf" is selected.
> 
> Perhaps it is the same problem that has been found for latex and
> caused documents to hang:
> https://github.com/lualatex/luaotfload/issues/322

I patched font-otn.lua to disable the “contextpos” features to
get rid of the hang. That’s the old loader, though; no idea where
it hangs with the current one.




pgpPdXbOqnZgs.pgp
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] issue with Junicode font and \input

2016-02-13 Thread Hans Hagen

On 2/13/2016 10:59 PM, Philipp Gesang wrote:

·


Am Sat, 13 Feb 2016 20:26:52 +0100 schrieb Pablo Rodriguez:


I have the following sample:

 \definefontfamily[mainface][rm][Junicode]
 \setupbodyfont[mainface]
 \starttext
 \input zapf
 \stoptext

I experience an endless loop (or an unended compilation that I have to
kill) if "\input zapf" is selected.


Perhaps it is the same problem that has been found for latex and
caused documents to hang:
https://github.com/lualatex/luaotfload/issues/322


I patched font-otn.lua to disable the “contextpos” features to
get rid of the hang. That’s the old loader, though; no idea where
it hangs with the current one.


because there are not that many differences in the logic between those

fixed in next beta

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] issue with Junicode font and \input

2016-02-13 Thread Pablo Rodriguez
On 02/14/2016 12:32 AM, Hans Hagen wrote:
> On 2/13/2016 10:59 PM, Philipp Gesang wrote:
>> ·
>>
>>> Am Sat, 13 Feb 2016 20:26:52 +0100 schrieb Pablo Rodriguez:
>>>
 I have the following sample:

  \definefontfamily[mainface][rm][Junicode]
  \setupbodyfont[mainface]
  \starttext
  \input zapf
  \stoptext

 I experience an endless loop (or an unended compilation that I have to
 kill) if "\input zapf" is selected.
>>>
>>> Perhaps it is the same problem that has been found for latex and
>>> caused documents to hang:
>>> https://github.com/lualatex/luaotfload/issues/322
>>
>> I patched font-otn.lua to disable the “contextpos” features to
>> get rid of the hang. That’s the old loader, though; no idea where
>> it hangs with the current one.
> 
> because there are not that many differences in the logic between those
> 
> fixed in next beta

Many thanks for the fix, Hans.


Pablo
-- 
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___