From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27443 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Register with numeric values Date: Mon, 24 Apr 2006 14:33:56 +0200 Message-ID: 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 1145882064 10350 80.91.229.2 (24 Apr 2006 12:34:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Apr 2006 12:34:24 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Apr 24 14:34:22 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 1FY0Gk-00015F-G0 for gctc-ntg-context-518@m.gmane.org; Mon, 24 Apr 2006 14:34:22 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 06D0F127B0; Mon, 24 Apr 2006 14:34:22 +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 23586-07; Mon, 24 Apr 2006 14:34:12 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9158E1279C; Mon, 24 Apr 2006 14:34:11 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3D5091279C for ; Mon, 24 Apr 2006 14:34:03 +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 23587-07 for ; Mon, 24 Apr 2006 14:33:59 +0200 (CEST) Original-Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.177]) by ronja.ntg.nl (Postfix) with SMTP id C0DF31277F for ; Mon, 24 Apr 2006 14:33:57 +0200 (CEST) Original-Received: by pproxy.gmail.com with SMTP id w49so125998pyg for ; Mon, 24 Apr 2006 05:33:56 -0700 (PDT) Original-Received: by 10.35.107.20 with SMTP id j20mr2477707pym; Mon, 24 Apr 2006 05:33:56 -0700 (PDT) Original-Received: by 10.35.130.17 with HTTP; Mon, 24 Apr 2006 05:33:56 -0700 (PDT) Original-To: "mailing list for ConTeXt users" Content-Disposition: inline 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:27443 Archived-At: I'm using register with numeric values, eg \defineregister[MyReg][MyRegs] \starttext 123\MyReg[123] 345\MyReg[345] aaa\MyReg[aaa] \page \placeMyReg \stoptext but there aren't head as for entry 'aaa'. I'm looking into core-reg, but I've not ideas. luigi