From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20830 Path: news.gmane.org!not-for-mail From: Matthias Weber Newsgroups: gmane.comp.tex.context Subject: Problem with defineenumeration [number=no] Date: Mon, 13 Jun 2005 10:16:28 -0500 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118675738 2403 80.91.229.2 (13 Jun 2005 15:15:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2005 15:15:38 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jun 13 17:15:30 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 1Dhqeq-0005Mv-6j for gctc-ntg-context-518@m.gmane.org; Mon, 13 Jun 2005 17:15:24 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 249EA127CB; Mon, 13 Jun 2005 17:20:14 +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 20035-06; Mon, 13 Jun 2005 17:20:13 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 21528127C1; Mon, 13 Jun 2005 17:16:34 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9D25A127C1 for ; Mon, 13 Jun 2005 17:16:32 +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 20123-03 for ; Mon, 13 Jun 2005 17:16:31 +0200 (CEST) Original-Received: from julesburg.uits.indiana.edu (julesburg.uits.indiana.edu [129.79.1.75]) by ronja.ntg.nl (Postfix) with ESMTP id 90733127C0 for ; Mon, 13 Jun 2005 17:16:31 +0200 (CEST) Original-Received: from mail-relay.iu.edu (fontz.uits.indiana.edu [129.79.1.76]) by julesburg.uits.indiana.edu (8.12.10/8.12.10/IUPO) with ESMTP id j5DFGRaN008211 for ; Mon, 13 Jun 2005 10:16:27 -0500 (EST) Original-Received: from [129.79.94.193] (129-79-94-193.dhcp-bl.indiana.edu [129.79.94.193]) (authenticated bits=0) by mail-relay.iu.edu (8.12.10/8.12.10/IUPO) with ESMTP id j5DFGSqt003501 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Mon, 13 Jun 2005 10:16:28 -0500 (EST) Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.622) 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20830 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20830 Hello, if I'm not mistaken as usual, the number=no option of \ defineenumeration is broken in ConTeXt ver: 2005.06.08 fmt: 2005.6.13: \mainlanguage [en] \defineenumeration [test] [text=Test, number=no, location=hanging] \starttext \starttest What's that? \stoptext produces "ommandTest" instead of just "Test". Please advise. Matthias