From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/87704 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Keyword order problem Date: Fri, 06 Jun 2014 01:22:35 +0200 Message-ID: <5390FBBB.5050107@wxs.nl> References: <538E8A85.5080908@rik.users.panix.com> 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: ger.gmane.org 1402010581 22552 80.91.229.3 (5 Jun 2014 23:23:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2014 23:23:01 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Jun 06 01:22:57 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wsgzo-0007ZU-Po for gctc-ntg-context-518@m.gmane.org; Fri, 06 Jun 2014 01:22:56 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5822610213 for ; Fri, 6 Jun 2014 01:22:56 +0200 (CEST) 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 Ofv-DRNQSDIq for ; Fri, 6 Jun 2014 01:22:56 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 1792010207 for ; Fri, 6 Jun 2014 01:22:53 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 51DCF101EA for ; Fri, 6 Jun 2014 01:22:47 +0200 (CEST) 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 RgHwPLXcIZNQ for ; Fri, 6 Jun 2014 01:22:45 +0200 (CEST) Original-Received: from filter3-til.mf.surf.net (filter3-til.mf.surf.net [194.171.167.219]) by balder.ntg.nl (Postfix) with ESMTP id 295C8101E3 for ; Fri, 6 Jun 2014 01:22:40 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter3-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s55NMdZx024957 for ; Fri, 6 Jun 2014 01:22:39 +0200 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.104; Original-Received: from [10.100.1.104] (unverified [10.100.1.104]) by pragma-net.nl (SurgeMail 6.5a2) with ESMTP id 5335-1713362 for ; Fri, 06 Jun 2014 01:22:37 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: <538E8A85.5080908@rik.users.panix.com> X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=Provincie Overijssel; city=Zwolle; latitude=52.5058; longitude=6.0858; http://maps.google.com/maps?q=52.5058,6.0858&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 06MaLmDRR - f25a9b480d2f - 20140606 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.219 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:87704 Archived-At: On 6/4/2014 4:55 AM, Rik Kabel wrote: > Keyword order appears to matter for the \blank command. The following > example shows all orderings for the set {dimension, nowhite, samepage}, > some of which work and some of which do not. It also shows two orderings > of {dimension, nowhite, samepage, disable}; one works and the other does > not. This happens with TL13 as well as the 2014-06-01 beta. > > I can find no discussion of keyword ordering in the wiki, on the mailing > list, or in the manuals. The command \enabletrackers[vspacing.spacing] Gives some insight in the processing order. Samepage is an option that changes the order (gravity) so it triggers a flush. At some point I will redo part of that code (as it was written very early in the mkiv/luatex development) but not today. > Is this intentional, and if so, with what other commands are keywords > similarly constrained? Whether or not this is intentional, can a > developer please provide a suggested ordering to use until this is > better documented or corrected? The order that keywords are presented in > the wiki and in the reference manual are among those that fail. > > \starttext > \subject{Without disable} > > 12pt,samepage,nowhite\blank[12pt,samepage,nowhite] > works > > 12pt,nowhite,samepage\blank[12pt,nowhite,samepage] > fails > > samepage,12pt,nowhite\blank[samepage,12pt,nowhite] > fails > > samepage,nowhite,12pt\blank[samepage,nowhite,12pt] > works > > nowhite,12pt,samepage\blank[nowhite,12pt,samepage] > works > > nowhite,samepage,12pt\blank[nowhite,samepage,12pt] > works > > \subject{With disable} > > 12pt,samepage,nowhite,disable\blank[12pt,samepage,nowhite,disable] > works > > samepage,12pt,nowhite,disable\blank[samepage,12pt,nowhite,disable] > fails > > \stoptext > > > > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ > -- ----------------------------------------------------------------- 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 ___________________________________________________________________________________