From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31973 Path: news.gmane.org!not-for-mail From: Renaud Aubin Newsgroups: gmane.comp.tex.context Subject: Custom itemization broken by the new release Date: Sun, 26 Nov 2006 20:50:34 +0100 Message-ID: <4569F00A.4070904@nibua-r.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1164570409 23838 80.91.229.2 (26 Nov 2006 19:46:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Nov 2006 19:46:49 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 26 20:46:47 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 1GoPxb-0000cV-B5 for gctc-ntg-context-518@m.gmane.org; Sun, 26 Nov 2006 20:46:43 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F292B1FE62; Sun, 26 Nov 2006 20:45:05 +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 23362-02-9; Sun, 26 Nov 2006 20:44:55 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B91F21FE57; Sun, 26 Nov 2006 20:44:55 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D35181FE55 for ; Sun, 26 Nov 2006 20:44:53 +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 23362-02-8 for ; Sun, 26 Nov 2006 20:44:48 +0100 (CET) Original-Received: from 27.mail-out.ovh.net (27.mail-out.ovh.net [213.186.38.137]) by ronja.ntg.nl (Postfix) with SMTP id EDD521FE59 for ; Sun, 26 Nov 2006 20:44:47 +0100 (CET) Original-Received: (qmail 13590 invoked by uid 503); 26 Nov 2006 19:48:04 -0000 Original-Received: from gw2.ovh.net (HELO mail176.ha.ovh.net) (213.251.189.202) by 27.mail-out.ovh.net with SMTP; 26 Nov 2006 19:48:04 -0000 Original-Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 26 Nov 2006 19:46:23 -0000 Original-Received: from d213-103-90-203.cust.tele2.fr (HELO ?192.168.78.2?) (aubin@nibua-r.org@213.103.90.203) by ns0.ovh.net with SMTP; 26 Nov 2006 19:46:21 -0000 User-Agent: Thunderbird 1.5.0.8 (X11/20061025) Original-To: ConTeXt Mailing List X-Ovh-Remote: 213.103.90.203 (d213-103-90-203.cust.tele2.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N 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:31973 Archived-At: Hi all, The following code % frenchitemize \setbox0=3D\hbox{--~} \def\indenteddash#1{\hskip\parindent--~} \definesymbol[indentdash][\indenteddash] \defineitemgroup[frenchitemize] \setupitemgroup[frenchitemize] [each] [indentdash,packed,joinedup]%,intext] % comment=E9 le 2611 [indentnext=3Dyes,width=3D\dimexpr \parindent + \wd0 \rela= x] % testitemize \defineitemgroup[testitemize] \setupitemgroup[testitemize] [each] [indentdash,packed,joinedup,intext] % comment=E9 le 2611 [indentnext=3Dyes,width=3D\dimexpr \parindent + \wd0 \rela= x] \starttext \input knuth \startfrenchitemize \item \input tufte \item \input tufte \stopfrenchitemize \input knuth \page \input knuth \starttestitemize \item \input tufte \item \input tufte \stoptestitemize \input knuth \stoptext "demonstrates" (?) the fact that [indentdash,packed,joinedup,intext] = options don't lead to the expected result, i.e. the intext option break = the packed one in the definition of testitemize. Renaud