Re: [NTG-context] \preventmode does not work

2014-11-21 Thread Hans Hagen

On 11/19/2014 5:48 PM, Rik Kabel wrote:

(This is a bump, with an improved example, of my earlier note on the
subject.)

In MKIV, \preventmode does not work. It appears to do the opposite of
what is intended, and enable the specified mode. It also does not
prevent the explicit enablement of a mode (as can be seen by
uncommenting the commented line in the MWE).

I have not tested it with MKII , where it might work. (Will ConTeXt
online ever be restored?)

This goes back to TL14 and likely earlier.

Do I misunderstand what \preventmode should do, or have I misused it?

And why are there {curlies} instead of [squares] around the mode name in
\doifmode and friends?

MWE, run context MWE.tex:

\starttext
\preventmode[X]
%\enablemode[X]
\doifmode{X}{!}
\stoptext


fixed in next beta (there was actually a note in the source that it 
needed checking)


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
___

Re: [NTG-context] \preventmode does not work

2014-11-19 Thread Rik Kabel
(This is a bump, with an improved example, of my earlier note on the 
subject.)


In MKIV, \preventmode does not work. It appears to do the opposite of 
what is intended, and enable the specified mode. It also does not 
prevent the explicit enablement of a mode (as can be seen by 
uncommenting the commented line in the MWE).


I have not tested it with MKII , where it might work. (Will ConTeXt 
online ever be restored?)


This goes back to TL14 and likely earlier.

Do I misunderstand what \preventmode should do, or have I misused it?

And why are there {curlies} instead of [squares] around the mode name in 
\doifmode and friends?


MWE, run context MWE.tex:

   \starttext
   \preventmode[X]
   %\enablemode[X]
   \doifmode{X}{!}
   \stoptext

--
Rik Kabel
___
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
___