From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53738 Path: news.gmane.org!not-for-mail From: "Kevin D. Robbins" Newsgroups: gmane.comp.tex.context Subject: Re: Problem or bug with enumerations in latest ConTeXt beta Date: Mon, 26 Oct 2009 12:10:00 -0600 Message-ID: References: <4AE2FC2B.6040908@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0817945134==" X-Trace: ger.gmane.org 1256580619 31252 80.91.229.12 (26 Oct 2009 18:10:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Oct 2009 18:10:19 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Oct 26 19:10:12 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1N2U1E-0001O7-Io for gctc-ntg-context-518@m.gmane.org; Mon, 26 Oct 2009 19:10:12 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8C6A6C9B16; Mon, 26 Oct 2009 19:09:03 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rleb8oP3hxEW; Mon, 26 Oct 2009 19:08:59 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8BE26C9AF9; Mon, 26 Oct 2009 19:08:59 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 73F5BC9AFD for ; Mon, 26 Oct 2009 19:08:57 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lp32n8lLmtFO for ; Mon, 26 Oct 2009 19:08:54 +0100 (CET) Original-Received: from mail-px0-f204.google.com (mail-px0-f204.google.com [209.85.216.204]) by balder.ntg.nl (Postfix) with ESMTP id 98BBBC9AE3 for ; Mon, 26 Oct 2009 19:08:53 +0100 (CET) Original-Received: by pxi42 with SMTP id 42so2750744pxi.5 for ; Mon, 26 Oct 2009 11:10:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=8NyHZfE5bIJyNh3yKdgriHUfXGVswvURttByH5MxePM=; b=lCpOuJsmmtznNQr1/PRPf/QFYFe939DQPwySaL3cp2sPv9tJjwZ2KC9c22VraRTIqC 0XDVxKoeeJwEeUmqzLYhLq1pinclzfuPx9N0o9+ubMr3sdTxTV3YJ3EJBmcCA8BFpW2r oNQ1zTusQVfIjXxlWuSlOopAPvXsJb0v75b94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=aAl7/h9BYGBHvDYFJf+u1gMsREFsnvFsVNeZfKRqWUnpYMAdn/5fKR7daU5xhSCkkn u6CIeEV95qOCwgpnrrAsUgg1yqdYIKepv3RJWVKdgQfmGePteR5mKvSeUcYaSQVvaiOw ZTZgHvsCVjz1bYPmHHBKoMaPRrBUJ0IsE+i9w= Original-Received: by 10.142.74.20 with SMTP id w20mr1200558wfa.193.1256580600488; Mon, 26 Oct 2009 11:10:00 -0700 (PDT) In-Reply-To: <4AE2FC2B.6040908@wxs.nl> X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:53738 Archived-At: --===============0817945134== Content-Type: multipart/alternative; boundary=001636e90cfd52e2c60476da7845 --001636e90cfd52e2c60476da7845 Content-Type: text/plain; charset=UTF-8 Hi Hans, Thanks for the quick fix! I retested with the latest from minimals, and all three problems I reported are fixed. Kevin On Sat, Oct 24, 2009 at 7:07 AM, Hans Hagen wrote: > Kevin D. Robbins wrote: > >> Hello all, >> >> I have attached a fairly minimal example that demonstrates three problems >> I currently have using an enumeration for code listings. >> >> The first problem is that \placelist[enumeration:listing] errors out with: >> > > has to do with the fact that the list is not initialized (i'll add a test > for that) and therefore variables are not resolved using the parent chain > > for the moment add: > > \definelist[listing] > > also, use "listing' as name in order to get some result > > \setuplist[listing]... > > \placelist[listing][criterium=text] > > Hans > > ----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com > | www.pragma-pod.nl > ----------------------------------------------------------------- > > > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to > the Wiki! > > maillist : ntg-context@ntg.nl / > http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > > ___________________________________________________________________________________ > --001636e90cfd52e2c60476da7845 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Hans,

Thanks for the quick fix! I retested with the latest from m= inimals, and all three problems I reported are fixed.

Kevin

<= div class=3D"gmail_quote">On Sat, Oct 24, 2009 at 7:07 AM, Hans Hagen <pragma@= wxs.nl> wrote:
Kevin D. Rob= bins wrote:
Hello all,

I have attached a fairly minimal example that demonstrates three problems I= currently have using an enumeration for code listings.

The first problem is that \placelist[enumeration:listing] errors out with:<= br>

has to do with the fact that the list is not initialized (i'll add a te= st for that) and therefore variables are not resolved using the parent chai= n

for the moment add:

=C2=A0\definelist[listing]

also, use "listing' as name in order to get some result

=C2=A0\setuplist[listing]...

=C2=A0\placelist[listing][criterium=3Dtext]

Hans

-----------------------------------------------------------------
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Ha= ns Hagen | PRAGMA ADE
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Ridderstraat 27 | 8061 GH = Hasselt | The Netherlands
=C2=A0 =C2=A0 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 | www.pragma-= pod.nl
-----------------------------------------------------------------

___________________________________________________________________________= ________
If your question is of interest to others as well, please add an entry to t= he Wiki!

maillist : ntg-cont= ext@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage =C2=A0: http= ://www.pragma-ade.nl / http://tex.aanhet.net
archive =C2=A0: http://foundry.supelec.fr/projects/contextrev/
wiki =C2=A0 =C2=A0 : http://contextgarden.net
___________________________________________________________________________= ________

--001636e90cfd52e2c60476da7845-- --===============0817945134== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0817945134==--