From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 3417CBC69 for ; Tue, 24 Apr 2007 02:12:55 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l3O0CsnT023871 for ; Tue, 24 Apr 2007 02:12:54 +0200 Received: by nz-out-0506.google.com with SMTP id l8so1710233nzf for ; Mon, 23 Apr 2007 17:12:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=doBysupjmPPwiK+OFqBMEom12pXuEaaFuWo4qv4bdmmk1Xl+UDry6TofSzKi3NeCvN9gZnkt6x1Df6p5fq2QBQMV4ZNuKJjRBaFkh7ep8scEZffeRnrmxCQS3256AZQTYOI5bPyeGNaPALai6g8dMW7m9OHfWGxAG9z3PygJ94M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FIDZGbR6tQlhD75CB+c7FntE71c1iG3EkRAslcoFJRf9FY5LLtrfnprZZwzPrIdquCIqbXG+ue59aT3v65/lJzcysOIZFkKO4+kW4VyDjOw6IsDOgYDIELg18tLzF88GS/clHzpqEnjLnkVVT/O26TMEAnd4FpMx3KyQ0I36FIw= Received: by 10.114.208.8 with SMTP id f8mr2776960wag.1177373573836; Mon, 23 Apr 2007 17:12:53 -0700 (PDT) Received: by 10.114.183.4 with HTTP; Mon, 23 Apr 2007 17:12:53 -0700 (PDT) Message-ID: Date: Tue, 24 Apr 2007 02:12:53 +0200 From: "Nicolas Pouillard" To: "Caml List" , "Aleksey Nogin" Subject: Re: [Caml-list] Camlp4 3.10 - antiquotations in keyword position? In-Reply-To: <462D4A54.6010700@metaprl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <462D4A54.6010700@metaprl.org> X-j-chkmail-Score: MSGID : 462D4B86.001 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 462D4B86.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 infix:01 wrote:01 caml-list:01 supported:01 defining:02 extend:07 seem:07 3.09:08 nicolas:08 nicolas:08 rule:11 similar:11 some:14 does:14 On 4/24/07, Aleksey Nogin wrote: > In 3.09 we used to allow defining "infix" keywords by using > antiquotations in inside the "EXTEND" and "DELETE_RULE" directives as > follows: > [...] > This does not seem to be supported in 3.10. Is there some other way to > achieve a similar effect in 3.10? Thanks! You can try something like .... op = KEYWORD $x$ ... Regards, -- Nicolas Pouillard