[NTG-context] Beta breaks synonyms

2012-05-23 Thread Marco
Hi

Today's beta breaks synonyms. The first run is fine, the second one
fails with an

! Undefined control sequence.

Example:

\abbreviation {LOREM} {Lorem Ipsum}
\starttext
  \placelistofabbreviations
  \LOREM\infull{LOREM}
\stoptext

Marco


___
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] Beta breaks synonyms

2012-05-23 Thread Wolfgang Schuster

Am 23.05.2012 um 14:23 schrieb Marco:

 Hi
 
 Today's beta breaks synonyms. The first run is fine, the second one
 fails with an
 
 ! Undefined control sequence.
 
 Example:
 
 \abbreviation {LOREM} {Lorem Ipsum}
 \starttext
  \placelistofabbreviations
  \LOREM\infull{LOREM}
 \stoptext

strc-des.mkvi:

\unexpanded\def\strc_descriptions_nop_titled
  {\doifnextbgroupelse
-{\strc_descriptions_nop_titled_yes_indeed}%
+{\strc_descriptions_nop_titled_indeed}
 {\setfalse\c_strc_constructions_title_state
  \strc_descriptions_nop_normal}}

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
___