ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \Context bug?
@ 2011-06-09 21:13 Vedran Miletić
  2011-06-09 21:22 ` Wolfgang Schuster
  0 siblings, 1 reply; 8+ messages in thread
From: Vedran Miletić @ 2011-06-09 21:13 UTC (permalink / raw)
  To: NTG-ConTeXt mailing list

Hi,

is it intentional that

\starttext
\Context
\stoptext

makes context (mkiv, haven't tried mkii) hang indefinitely?

I'm using latest beta.

Vedran
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \Context bug?
  2011-06-09 21:13 \Context bug? Vedran Miletić
@ 2011-06-09 21:22 ` Wolfgang Schuster
  2011-06-15  8:24   ` Vedran Miletić
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Schuster @ 2011-06-09 21:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 09.06.2011 um 23:13 schrieb Vedran Miletić:

> Hi,
> 
> is it intentional that
> 
> \starttext
> \Context
> \stoptext
> 
> makes context (mkiv, haven't tried mkii) hang indefinitely?
> 
> I'm using latest beta.

Change this in font-ini.mkiv:

%\unexpanded\def\getscaledglyph   #1#2#3{{\setscaledstyledsymbolicfont{#1}{#2}\doifnumberelse{#3}\char\donothing#3}}
\unexpanded\def\getscaledglyph    #1#2#3{{\setscaledstyledsymbolicfont\fontbody{#1}{#2}\doifnumberelse{#3}\char\donothing#3}}

Better use \ConTeXt or \CONTEXT, \Context is only a variation of the logo which isn’t used anywhere.

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \Context bug?
  2011-06-09 21:22 ` Wolfgang Schuster
@ 2011-06-15  8:24   ` Vedran Miletić
  2011-06-15  8:28     ` Taco Hoekwater
  0 siblings, 1 reply; 8+ messages in thread
From: Vedran Miletić @ 2011-06-15  8:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

2011/6/9 Wolfgang Schuster <schuster.wolfgang@googlemail.com>:
>
> Am 09.06.2011 um 23:13 schrieb Vedran Miletić:
>
>> Hi,
>>
>> is it intentional that
>>
>> \starttext
>> \Context
>> \stoptext
>>
>> makes context (mkiv, haven't tried mkii) hang indefinitely?
>>
>> I'm using latest beta.
>
> Change this in font-ini.mkiv:
>
> %\unexpanded\def\getscaledglyph   #1#2#3{{\setscaledstyledsymbolicfont{#1}{#2}\doifnumberelse{#3}\char\donothing#3}}
> \unexpanded\def\getscaledglyph    #1#2#3{{\setscaledstyledsymbolicfont\fontbody{#1}{#2}\doifnumberelse{#3}\char\donothing#3}}
>
> Better use \ConTeXt or \CONTEXT, \Context is only a variation of the logo which isn’t used anywhere.

Hans, could you please fix this in stable version that is on CTAN as well?

Vedran
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \Context bug?
  2011-06-15  8:24   ` Vedran Miletić
@ 2011-06-15  8:28     ` Taco Hoekwater
  2011-06-15  8:36       ` Vedran Miletić
  0 siblings, 1 reply; 8+ messages in thread
From: Taco Hoekwater @ 2011-06-15  8:28 UTC (permalink / raw)
  To: ntg-context

On 06/15/2011 10:24 AM, Vedran Miletić wrote:
>
> Hans, could you please fix this in stable version that is on CTAN as well?

CTAN will get fixed when there is a new stable release.

Best wishes,
Taco
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \Context bug?
  2011-06-15  8:28     ` Taco Hoekwater
@ 2011-06-15  8:36       ` Vedran Miletić
  2011-06-15  8:41         ` Taco Hoekwater
  2011-06-15  8:43         ` Mojca Miklavec
  0 siblings, 2 replies; 8+ messages in thread
From: Vedran Miletić @ 2011-06-15  8:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2011/6/15 Taco Hoekwater <taco@elvenkind.com>:
> On 06/15/2011 10:24 AM, Vedran Miletić wrote:
>>
>> Hans, could you please fix this in stable version that is on CTAN as well?
>
> CTAN will get fixed when there is a new stable release.
>
> Best wishes,
> Taco

Will there be new stable release before TL2011 is released?

Vedran
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \Context bug?
  2011-06-15  8:36       ` Vedran Miletić
@ 2011-06-15  8:41         ` Taco Hoekwater
  2011-06-15  9:31           ` Hans Hagen
  2011-06-15  8:43         ` Mojca Miklavec
  1 sibling, 1 reply; 8+ messages in thread
From: Taco Hoekwater @ 2011-06-15  8:41 UTC (permalink / raw)
  To: ntg-context

On 06/15/2011 10:36 AM, Vedran Miletić wrote:
> 2011/6/15 Taco Hoekwater<taco@elvenkind.com>:
>> On 06/15/2011 10:24 AM, Vedran Miletić wrote:
>>>
>>> Hans, could you please fix this in stable version that is on CTAN as well?
>>
>> CTAN will get fixed when there is a new stable release.
>>
>> Best wishes,
>> Taco
>
> Will there be new stable release before TL2011 is released?

Highly unlikely. Sorry, but a borked \Context macro does not classify
as a major bug. Not big enough to warrant a new release, in any case.

Best wishes,
Taco
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \Context bug?
  2011-06-15  8:36       ` Vedran Miletić
  2011-06-15  8:41         ` Taco Hoekwater
@ 2011-06-15  8:43         ` Mojca Miklavec
  1 sibling, 0 replies; 8+ messages in thread
From: Mojca Miklavec @ 2011-06-15  8:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2011/6/15 Vedran Miletić <rivanvx@gmail.com>:
> 2011/6/15 Taco Hoekwater <taco@elvenkind.com>:
>> On 06/15/2011 10:24 AM, Vedran Miletić wrote:
>>>
>>> Hans, could you please fix this in stable version that is on CTAN as well?
>>
>> CTAN will get fixed when there is a new stable release.
>
> Will there be new stable release before TL2011 is released?

TL 2011 is usually fixed for bugs manually.

Mojca
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: \Context bug?
  2011-06-15  8:41         ` Taco Hoekwater
@ 2011-06-15  9:31           ` Hans Hagen
  0 siblings, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2011-06-15  9:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Taco Hoekwater

On 15-6-2011 10:41, Taco Hoekwater wrote:
> On 06/15/2011 10:36 AM, Vedran Miletić wrote:
>> 2011/6/15 Taco Hoekwater<taco@elvenkind.com>:
>>> On 06/15/2011 10:24 AM, Vedran Miletić wrote:
>>>>
>>>> Hans, could you please fix this in stable version that is on CTAN as
>>>> well?
>>>
>>> CTAN will get fixed when there is a new stable release.
>>>
>>> Best wishes,
>>> Taco
>>
>> Will there be new stable release before TL2011 is released?
>
> Highly unlikely. Sorry, but a borked \Context macro does not classify
> as a major bug. Not big enough to warrant a new release, in any case.

also, one can add such a patch to the cont-new.mkiv file if needed 
(which will get replaced with an update then)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-06-15  9:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-09 21:13 \Context bug? Vedran Miletić
2011-06-09 21:22 ` Wolfgang Schuster
2011-06-15  8:24   ` Vedran Miletić
2011-06-15  8:28     ` Taco Hoekwater
2011-06-15  8:36       ` Vedran Miletić
2011-06-15  8:41         ` Taco Hoekwater
2011-06-15  9:31           ` Hans Hagen
2011-06-15  8:43         ` Mojca Miklavec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).