From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id PAA03066; Wed, 30 Oct 2002 15:05:21 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA03746 for ; Wed, 30 Oct 2002 15:05:20 +0100 (MET) Received: from verdot.inria.fr (verdot.inria.fr [128.93.11.7]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g9UE5K516619 for ; Wed, 30 Oct 2002 15:05:20 +0100 (MET) Received: (from ddr@localhost) by verdot.inria.fr (8.9.3/8.9.3) id PAA02160 for caml-list@inria.fr; Wed, 30 Oct 2002 15:05:15 +0100 Date: Wed, 30 Oct 2002 15:05:14 +0100 From: Daniel de Rauglaudre To: caml-list@inria.fr Subject: Re: [Caml-list] camlp4 Plexer.no_quotations default Message-ID: <20021030150514.Z21451@verdot.inria.fr> References: <15807.53583.487615.872051@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15807.53583.487615.872051@gargle.gargle.HOWL>; from tews@tcs.inf.tu-dresden.de on Wed, Oct 30, 2002 at 01:32:15PM +0100 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, On Wed, Oct 30, 2002 at 01:32:15PM +0100, Hendrik Tews wrote: > > the default value for Plexer.no_quotations is false. This lets > "camlp4o pr_o.cmo" fail on legal ocaml programs like > let ( <:> ) x y = x + y;; > I would suggest to make the default value true. No, because it supposes that people using the Camlp4 quotations would always have to set it explicitely to false. And I think that there are much more people using the Camlp4 quotations than using the token <:> What I could do, if you want, is to add an option of the command line of Camlp4 setting it to true. You could use it like that: ocamlc -pp "camlp4o -no_quot" ... Something like that. Would you like it? -- Daniel de RAUGLAUDRE http://cristal.inria.fr/~ddr/ ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners