From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/75281 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Itemize without page break Date: Thu, 22 Mar 2012 11:48:34 +0100 Message-ID: <4F6B0382.1050301@wxs.nl> References: <1331948860.30893.0.camel@kip-laptop> <1332113133.3358.43.camel@kip-laptop> <1332113351.3358.44.camel@kip-laptop> <1332205456.3358.248.camel@kip-laptop> <7448136C-5F9E-44D5-8D5E-DF40EA6C3E57@googlemail.com> <1332221482.3358.310.camel@kip-laptop> <46285150-558A-4D3E-B052-12DFBF7E6F70@googlemail.com> <1332281923.21496.1.camel@kip-laptop> <1332381718.21496.61.camel@kip-laptop> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1332413337 23776 80.91.229.3 (22 Mar 2012 10:48:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2012 10:48:57 +0000 (UTC) Cc: Mojca Miklavec To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 22 11:48:53 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SAfZd-0007KM-3R for gctc-ntg-context-518@m.gmane.org; Thu, 22 Mar 2012 11:48:53 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 56125101FA; Thu, 22 Mar 2012 11:48:52 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id JOmAIuMfAIha; Thu, 22 Mar 2012 11:48:50 +0100 (CET) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 94EC2101E3; Thu, 22 Mar 2012 11:48:50 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2A308101E3 for ; Thu, 22 Mar 2012 11:48:49 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id niLXzEWseFG4 for ; Thu, 22 Mar 2012 11:48:48 +0100 (CET) Original-Received: from filter3-ams.mf.surf.net (filter3-ams.mf.surf.net [192.87.102.71]) by balder.ntg.nl (Postfix) with ESMTP id 638CF10194 for ; Thu, 22 Mar 2012 11:48:48 +0100 (CET) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter3-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q2MAmllS005745 for ; Thu, 22 Mar 2012 11:48:47 +0100 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by pragma-net.nl (SurgeMail 5.3h2) with ESMTP (TLS) id 321-1713362 for multiple; Thu, 22 Mar 2012 11:48:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 In-Reply-To: X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.9999 (Score 4.7, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=03; city=Hattem; latitude=52.4667; longitude=6.0667; http://maps.google.com/maps?q=52.4667,6.0667&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0LGMyMLm1 - bc252eb0cc22 - 20120322 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.71 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:75281 Archived-At: On 22-3-2012 11:38, Mojca Miklavec wrote: > - The fact that assignments and simple options have to be separated is > not a limitation of TeX, but the way how ConTeXt is programmed. Hans > uses a single command that takes all options inside brackets at once > that defines (results in) something similar to (syntax is not exact > and is probably completely different in MKIV) \@@itmstart -> 11, > \@@itmbefore -> \startlinecorrection, etc. fyi: In mkiv the principle is the same but it's a bit more more dynamic: \: with namespace being efficiently shortcut deep down in context. The new fashion is then \parameter{key} given that \current == is set. This is the new commandhandler approach that we use in overhauled core code as well as in Wolfgangs and Adityas modules. The dynamic approach is somewhat slower but it's compensated by way less hash entries and other speedups in the overhaul. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 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 ___________________________________________________________________________________