From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31974 Path: news.gmane.org!not-for-mail From: Oliver Buerschaper Newsgroups: gmane.comp.tex.context Subject: Bug: missing stopper? Date: Mon, 27 Nov 2006 09:52:34 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164617571 3953 80.91.229.2 (27 Nov 2006 08:52:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Nov 2006 08:52:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 27 09:52:48 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 1GocEI-0001HD-Bx for gctc-ntg-context-518@m.gmane.org; Mon, 27 Nov 2006 09:52:46 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 446EB1FDEA; Mon, 27 Nov 2006 09:51:06 +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 10106-02-6; Mon, 27 Nov 2006 09:51:00 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DD27B1FDFC; Mon, 27 Nov 2006 09:50:59 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 90AB91FE3F for ; Mon, 27 Nov 2006 09:50:58 +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 10106-02-5 for ; Mon, 27 Nov 2006 09:50:56 +0100 (CET) Original-Received: from post.rzg.mpg.de (post.rzg.mpg.de [130.183.7.21]) by ronja.ntg.nl (Postfix) with SMTP id 8754F1FDEA for ; Mon, 27 Nov 2006 09:50:56 +0100 (CET) Original-Received: from [172.20.3.3] (gateway.maximilianeum.mhn.de [129.187.19.245]) by post.rzg.mpg.de (8.9.2/8.9.2) with ESMTP id JAA733238 for ; Mon, 27 Nov 2006 09:52:35 +0100 X-Envelope-To: Original-To: mailing ConTeXt users list for X-Mailer: Apple Mail (2.752.2) 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:31974 Archived-At: Hello, playing with \defineenumeration I noticed some weird behaviour: whenever I set an enumeration to be unnumbered the stopper is mysteriously suppressed ... I searched the mailing list for this problem and I discovered that people have experienced problems related to the stopper option before. However, these appeared to have been solved. Now I'm not sure whether I missed a detail or stumbled upon a potentially remaining bug. \defineenumeration [theorem] [text=Theorem] \defineenumeration [remark] [text=Remark] \setupenumerations [location=serried,width=fit,distance=1em,stopper=.] \setupenumerations [remark] [number=no] \starttext \starttheorem \input ward \stoptheorem \startremark \input tufte \stopremark \stoptext By the way what's the role of the option right I found in the source code? Same as stopper? Deprecated? Best wishes, Oliver