From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24544 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: ownnumber=yes Date: Tue, 20 Dec 2005 20:42:18 -0800 Message-ID: <928223A0-514F-4F87-BDEA-94508BAF2615@cox.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135140272 27991 80.91.229.2 (21 Dec 2005 04:44:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2005 04:44:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 21 05:44:31 2005 Return-path: 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 1EovpD-0008Uo-Od for gctc-ntg-context-518@m.gmane.org; Wed, 21 Dec 2005 05:43:39 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EAE9D127EA; Wed, 21 Dec 2005 05:43:38 +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 19992-01; Wed, 21 Dec 2005 05:43:35 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8A70E1286A; Wed, 21 Dec 2005 05:43:34 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E70371286A for ; Wed, 21 Dec 2005 05:43:33 +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 19767-08 for ; Wed, 21 Dec 2005 05:43:33 +0100 (CET) Original-Received: from fed1rmmtao11.cox.net (fed1rmmtao11.cox.net [68.230.241.28]) by ronja.ntg.nl (Postfix) with ESMTP id 6E262127EA for ; Wed, 21 Dec 2005 05:43:32 +0100 (CET) Original-Received: from [10.0.1.2] (really [70.191.56.23]) by fed1rmmtao11.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051221044235.FSPN6244.fed1rmmtao11.cox.net@[10.0.1.2]> for ; Tue, 20 Dec 2005 23:42:35 -0500 Original-To: Context Mailing List List X-Mailer: Apple Mail (2.746.2) 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:24544 Archived-At: All, This: %output=pdf \definehead[david][section] \setuphead[david][ownnumber=yes] \starttext \chapter{One} \input tufte \section{Two} \input tufte \david{Three} \input tufte \section{Four} \input tufte \stoptext Causes this: ! TeX capacity exceeded, sorry [input stack size=5000]. \s!section -3 \previoussection #1->\csname \??se #1 \c!before \endcsname \countervalue #1->\csname #1 \endcsname \@@longsectionnumber ...?se \previoussection {#1}} >\zerocount \csname \previ... \finalsectionnumber ...alue {\@@sectie \c!number } \fi \fi \@@shortsectionnumber ...1\c!ownnumber \endcsname \fi ... l.14 \david{Three} Any ideas?