From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10642 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: changing tt only Date: Fri, 31 Jan 2003 00:18:51 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <87y952teec.fsf@gundla.ch> References: <87d6mf7rmi.fsf@gundla.ch> <87d6mf7rmi.fsf@gundla.ch> <5.1.0.14.1.20030130003523.0426f210@remote-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043968776 26518 80.91.224.249 (30 Jan 2003 23:19:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2003 23:19:36 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18eNxW-0006rc-00 for ; Fri, 31 Jan 2003 00:19:02 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 483B610AEC; Fri, 31 Jan 2003 00:20:49 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by ref.ntg.nl (Postfix) with ESMTP id 7BEAD10AEA for ; Fri, 31 Jan 2003 00:19:07 +0100 (MET) Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18eNxb-0003z0-00 for ntg-context@ntg.nl; Fri, 31 Jan 2003 00:19:07 +0100 Original-Received: from [129.217.137.100] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18eNxa-0006MQ-00; Fri, 31 Jan 2003 00:19:06 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18eNxL-0000Dl-00; Fri, 31 Jan 2003 00:18:51 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: <5.1.0.14.1.20030130003523.0426f210@remote-1> (Hans Hagen's message of "Thu, 30 Jan 2003 00:40:32 +0100") Original-Lines: 35 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:10642 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10642 Hans Hagen writes: Hello again, > selecting them is a matter of best match, say [key a] or [key a][key > b] or ... so > > \usetypescript [key a] [key b] > > filters all instances that match those first two keys (actually sets of keys) I have: \starttypescript [aaa] [bbb][ccc] \def\hello{abc} \stoptypescript and: \starttext \usetypescriptfile[patrick] \usetypescript [aaa][bbb] \message {\hello} \stoptext I get: undefined control sequence \hello. So it looks as if I have to write \usetypescript [aaa][bbb][ccc] or \usetypescript [aaa][bbb][all] to get the above defined typescript. Patrick