From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/59139 Path: news.gmane.org!not-for-mail From: Michael Saunders Newsgroups: gmane.comp.tex.context Subject: Re: LuaTeX error ... object in use Date: Sat, 29 May 2010 02:53:41 -0500 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1275119643 941 80.91.229.12 (29 May 2010 07:54:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 May 2010 07:54:03 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat May 29 09:54:01 2010 connect(): No such file or directory Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OIGrn-0007kn-Ab for gctc-ntg-context-518@m.gmane.org; Sat, 29 May 2010 09:53:59 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BC474C9C24; Sat, 29 May 2010 09:53:57 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ROMjOh-iaI21; Sat, 29 May 2010 09:53:54 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9D533C9C33; Sat, 29 May 2010 09:53:54 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 10DEDC9C33 for ; Sat, 29 May 2010 09:53:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id P-jwVE-d9Imw for ; Sat, 29 May 2010 09:53:42 +0200 (CEST) Original-Received: from mail-gy0-f169.google.com (mail-gy0-f169.google.com [209.85.160.169]) by balder.ntg.nl (Postfix) with ESMTP id 9CEE1C9C24 for ; Sat, 29 May 2010 09:53:42 +0200 (CEST) Original-Received: by gyg4 with SMTP id 4so1767870gyg.14 for ; Sat, 29 May 2010 00:53:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=GLEoM0Gpu62jyVe5yyiCbJG1KYoQzeQcIoGxUZkJa14=; b=CyufbjYIzTAgev6SF95Vv9JOvS2yS7M0G/jG3jA5yFU0MsF3XUT1Uei+vHD/mPnBAB sTPFzeA6lDTdfotuzcXgpq9dYvk+OwzP8wG4y0I7vQ/7bPKKAeJD2jxQTO/J7LKPh4P7 hb8FsXOdjYKslpV7bgJSJARLTnZoNbUrS+9Cg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NV0gSeoAn7ub1xt2dFEzyfSGkUqI7EMJSo9u8OE+DCVdJ8vLvlsatvWp9+PSgUoj26 sz3Xrd4RRVftxLygRFIazVoVtCJQKy4wnKgh2AfRy3k5pySgtwlOONpjKuxm7Xeh6NoV W1efAaiC3WjcewY/AwWNRFv6tuC1owCEzimhw= Original-Received: by 10.101.147.1 with SMTP id z1mr1687689ann.241.1275119621280; Sat, 29 May 2010 00:53:41 -0700 (PDT) Original-Received: by 10.100.197.16 with HTTP; Sat, 29 May 2010 00:53:41 -0700 (PDT) In-Reply-To: X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:59139 Archived-At: > This problem we have seen before, and I think it was a luatex bug then. > Which luatex is this ? 0.60.1 ? It was .50, so I updated to .60. I'm still getting errors with the same behavior, e.g.: % block of text block of text and block of text % block of text work, but block of text block of text doesn't. The difference is that now they are reporting differently: " ! Undefined control sequence. \@@bklocation \processaction ...-> \expandaction \!!stringa{#1 } \ifx \!!stringa \empty \l..." In addition, everything involving inferiors, superiors, numerators and denominators is now broken. For example: \definefontfeature[in][body][sinf=yes]%inferior Cs{\setff{in}133} has no effect. > Also, debugging this really needs a complete test input file. I don't know how to make one. ___________________________________________________________________________________ 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 ___________________________________________________________________________________