From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31375 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: bug in beta: extra \else Date: Fri, 13 Oct 2006 19:16:58 -0400 (EDT) Message-ID: References: <452C1937.1050208@seznam.cz> <452CA17A.2030707@wxs.nl> <452CCA7D.4050309@seznam.cz> <452D48B7.9050704@wxs.nl> <45300908.9050400@seznam.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1160781457 22137 80.91.229.2 (13 Oct 2006 23:17:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Oct 2006 23:17:37 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Oct 14 01:17:34 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYWHT-0004yD-5f for gctc-ntg-context-518@m.gmane.org; Sat, 14 Oct 2006 01:17:31 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E30A71FDF2; Sat, 14 Oct 2006 01:17:28 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08513-04; Sat, 14 Oct 2006 01:17:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4ADA01FE7A; Sat, 14 Oct 2006 01:17:18 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9DC571FE7C for ; Sat, 14 Oct 2006 01:17:10 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07910-06 for ; Sat, 14 Oct 2006 01:17:01 +0200 (CEST) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by ronja.ntg.nl (Postfix) with SMTP id 47C7F1FDF2 for ; Sat, 14 Oct 2006 01:16:57 +0200 (CEST) Original-Received: FROM aditya.engin.umich.edu (udhcp-wlan48.public.engin.umich.edu [141.213.120.58]) BY tombraider.mr.itd.umich.edu ID 45301E68.6C4D0.8109 ; 13 Oct 2006 19:16:56 -0400 Original-To: mailing list for ConTeXt users In-Reply-To: <45300908.9050400@seznam.cz> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31375 Archived-At: On Fri, 13 Oct 2006, Vit Zyka wrote: > Hans Hagen wrote: >> Vit Zyka wrote: >>> Hans Hagen wrote: >>>> Vit Zyka wrote: >>>>> Hi all, >>>>> >>>>> there is some deep bug that was discovered translating Beginners manual. >>>>> Let take single chapter e.g. ma-cb-cz-alignments.tex >>>>> >>>>> With today beta I got .log attached (error ! Extra \else) >>>>> This will appear in both modes screen and normal. >>>>> >>>>> Interesting is that no error appears in context 2006-05-28. >>>> quite some code is being rewritten / adapted to context mkiv so there >>>> could be low level differences >>>> >>>> can you make a small example, since this else problem can come from other >>>> places than reported >>> There are demonstrative files. Please, run >>> texmfstart texexec --pdf ma-cb-cz-test.tex >>> and >>> texmfstart texexec --pdf --mode=screen ma-cb-cz-test.tex >> >> this file: ma-cb-env-cz.tex refers to itself and probably should be : >> >> \startenvironment ma-cb-env-cz >> >> \environment ma-cb.tex >> >> \mainlanguage[cz] >> \language[en] >> \enableregime[latin2] >> >> \stopenvironment > > Sorry, my fault but it does not solve the problem. I obtain the same error > with fresh context and corrected version of this file: > > ----------------------------------------- > \startenvironment ma-cb-env-cz > > \mainlanguage[cz] > \language[en] > \enableregime[latin2] > > \stopenvironment > ----------------------------------------- There is something wrong with ma-cb environment files. The file ma-cb-en does not compile. I get an error ! Undefined control sequence. \@@olbackground ->\StatusAchtergrond \doifvaluesomething ...inga {\csname #1\endcsname }\ifx \!!stringa \empty \e... \stoplocalframed ...ing {\@@framed \c!background } \dobackedbox \handleframed... \PlaatschapterStatus ... [\v!chapter \v!number ]}} \vskip 0pt plus \scratchc... \PlaatschapterStatus {}{}{} \firstoftwoarguments #1#2->#1 ... l.19 \Introduction {Introduction} I tried making minimal example of the file that you posted, but always get the same error. I am pretty certain that ma-cb-en.tex used to compile in the past. Aditya