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=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id AC5F4BC6B for ; Thu, 26 Apr 2007 18:26:00 +0200 (CEST) Received: from hub.hrl.com (hub.hrl.com [208.179.241.200]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l3QGPvZN019149 for ; Thu, 26 Apr 2007 18:25:58 +0200 Received: from [192.27.172.110] (dangle.hrl.com [192.27.172.110]) by hpux03.hrl.com (iPlanet Messaging Server 5.2 HotFix 2.10 (built Dec 26 2005)) with ESMTP id <0JH400IH15N8GR@hpux03.hrl.com> for caml-list@inria.fr; Thu, 26 Apr 2007 09:25:56 -0700 (PDT) Date: Thu, 26 Apr 2007 09:25:56 -0700 From: Aleksey Nogin Subject: Re: [Caml-list] Camlp4 3.10 - antiquotations in keyword position? In-reply-to: To: Nicolas Pouillard Cc: Caml List Message-id: <4630D294.3080706@metaprl.org> Organization: MetaPRL/Mojave Research Group MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 7BIT User-Agent: Thunderbird 1.5.0.10 (X11/20070301) References: <462D4A54.6010700@metaprl.org> X-Miltered: at concorde with ID 4630D295.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 camlp:01 syntax:01 erroneously:01 wrote:01 caml-list:01 nicolas:08 error:12 but:14 solution:14 something:14 keyword:17 keyword:17 thanks:17 try:19 On 23.04.2007 17:12, Nicolas Pouillard wrote: > You can try something like > > .... op = KEYWORD $x$ ... Thanks, that worked! P.S. I tried it before sending the email, but as I only had Camlp4.PreCast.Syntax opened and not Camlp4.PreCast, I got an error message and erroneously decided that this was not the right solution. Aleksey