From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30282 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: the closing bracket (structuring syntax) Date: Mon, 14 Aug 2006 08:13:35 +0200 Message-ID: <2A0E8733-4AD6-4435-84F0-D3B25457A390@st.estfiles.de> References: <59FF1893-2806-4363-B747-51AFADB26062@st.estfiles.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155622483 15632 80.91.229.2 (15 Aug 2006 06:14:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Aug 2006 06:14:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 15 08:14:41 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 1GCsCG-00067F-TS for gctc-ntg-context-518@m.gmane.org; Tue, 15 Aug 2006 08:14:40 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6F0D51FDFC; Tue, 15 Aug 2006 08:14:40 +0200 (CEST) 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 09804-08-2; Tue, 15 Aug 2006 08:14:33 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AFDA61FDD2; Tue, 15 Aug 2006 08:14:32 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BDCAF1FDED for ; Tue, 15 Aug 2006 08:14:30 +0200 (CEST) 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 09804-08 for ; Tue, 15 Aug 2006 08:14:27 +0200 (CEST) Original-Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.14]) by ronja.ntg.nl (Postfix) with SMTP id 9CD5B1FDD2 for ; Tue, 15 Aug 2006 08:14:27 +0200 (CEST) Original-Received: (qmail 30732 invoked from network); 15 Aug 2006 06:14:26 -0000 Original-Received: from unknown (HELO [62.180.164.62]) (698580@[62.180.164.62]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 15 Aug 2006 06:14:26 -0000 In-Reply-To: <59FF1893-2806-4363-B747-51AFADB26062@st.estfiles.de> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:30282 Archived-At: Am 13.08.2006 um 15:29 schrieb Steffen Wolfrum: > And what would be the opposite? > > For example \startquote ... \stopquote > to something like {MyQuote ... } > > Steffen \def\MyQuote#1{\startquote#1\stopquote} \MyQuote{something to be quoted} ... should work OK, right? Steffen