From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1573 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: context syntax error? Date: Thu, 20 Jan 2000 16:58:36 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20000120165836.007bb100@pop.wxs.nl> References: <200001201523.QAA30831@PCI008A.nlr.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035392392 1481 80.91.224.250 (23 Oct 2002 16:59:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:59:52 +0000 (UTC) Original-To: ntg-context@ntg.nl In-Reply-To: <200001201523.QAA30831@PCI008A.nlr.nl> Xref: main.gmane.org gmane.comp.tex.context:1573 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1573 Hi Michael, >A few days ago I installed the context release of 2000.01.11. Today I got >around to recompiling my Literate Programming Slides and, low and behold, I >stumbled upon this syntax error. After a bit more digging, I find I can >reproduce the error with any version newer than 1999.10.24. > >Here's the log. Any suggestions? I ran into this bug this afternoon when running pdftex. (It's no bug when you use pdfetex, since the etex alternative is safer.) Add this to cont-new.tex: \unprotect \def\doifmeaningelse#1#2#3#4% {\edef\!!stringa{\meaning#1}% \def\!!stringb{#2}\edef\!!stringb{\meaning\!!stringb}% \ifx\!!stringa\!!stringb#3\else#4\fi} \def\dobetweenthelines% {\doifmeaningelse{\next}{\obeyedline}{\@@rgtussen}{}} \protect (Taco may like the new \doifmeaningelse) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl -----------------------------------------------------------------