From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24994 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: problem with \startlanguagespecifics Date: Fri, 06 Jan 2006 22:02:35 +0100 Message-ID: <43BEDAEB.7000009@wxs.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1136581369 18405 80.91.229.2 (6 Jan 2006 21:02:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2006 21:02:49 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 06 22:02:47 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 1EuyjT-0004VC-CF for gctc-ntg-context-518@m.gmane.org; Fri, 06 Jan 2006 22:02:43 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 27967127F4; Fri, 6 Jan 2006 22:02:43 +0100 (CET) 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 07462-10-5; Fri, 6 Jan 2006 22:02:41 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 37ED3127F1; Fri, 6 Jan 2006 22:02:41 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 127A0127F1 for ; Fri, 6 Jan 2006 22:02:40 +0100 (CET) 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 07462-10-4 for ; Fri, 6 Jan 2006 22:02:39 +0100 (CET) Original-Received: from mail.pragma-ade.net (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with SMTP id 20036127EA for ; Fri, 6 Jan 2006 22:02:36 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 10635 for ; Fri, 06 Jan 2006 22:11:51 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:24994 Archived-At: =EF=BF=BD wrote: >Hello, >I get: >ERROR: TeX capacity exceeded, sorry [input stack size=3D1500]. >--- TeX said --- >\@@la@ec@-en@@la ->\@@la@ec@-en@@la=20 > \def \Fuco {fff} >and so on... > >with the following input file: > >\mainlanguage[de] >\def\Fuco{FFF} >\startlanguagespecifics[en] > \def\Fuco{fff} >\stoplanguagespecifics >\starttext >\Fuco {\language[en] \Fuco} \Fuco >\stoptext > >but very strange: when I exchange "de" and "en" (en <-> de), then it wor= ks >well. > =20 > both work ok here; i think i fixed that a while ago so i need to update=20 the zips Hans