On Wed, Jan 11, 2012 at 3:38 PM, Steffen Wolfrum
Am 11.01.2012 um 13:50 schrieb Steffen Wolfrum:
Am 11.01.2012 um 13:40 schrieb Steffen Wolfrum:
Am 11.01.2012 um 13:22 schrieb Steffen Wolfrum:
Hi,
testing the current beta gave me several errors and "Undefined control
sequence",
...
This example "hangs":
\def\nobreakspace{~}
\setupbodyfont[times,10pt]\setupinterlinespace[line=12pt]
\starttext
test~text
\stoptext
Steffen
___________________________________________________________________________________ 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
___________________________________________________________________________________
hm, always dangerous to redefine lowercase macros In this case I suspect an infinite recursive definition \unexpanded\def~{\nobreakspace} -- luigi