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 NAA00498; Wed, 30 Oct 2002 13:32:17 +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 NAA00755 for ; Wed, 30 Oct 2002 13:32:16 +0100 (MET) Received: from tcs.inf.tu-dresden.de (tcs.inf.tu-dresden.de [141.76.75.101]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g9UCWF512258 for ; Wed, 30 Oct 2002 13:32:16 +0100 (MET) Received: from ithif51 (ithif51 [141.76.75.51]) by tcs.inf.tu-dresden.de (8.12.6/8.12.6) with ESMTP id g9UCWFOb026529 for ; Wed, 30 Oct 2002 13:32:15 +0100 (MET) Received: from tews by ithif51 with local (Exim 3.12 #1 (Debian)) id 186s19-0007uo-00 for ; Wed, 30 Oct 2002 13:32:15 +0100 From: Hendrik Tews MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15807.53583.487615.872051@gargle.gargle.HOWL> Date: Wed, 30 Oct 2002 13:32:15 +0100 (CET) To: caml-list@inria.fr Subject: [Caml-list] camlp4 Plexer.no_quotations default X-Mailer: VM 6.75 under Emacs 20.7.2 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, 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. Camlp4 modules that define grammar rules with quotations (like q_MLast.cmo) should change Plexer.no_quotations to false in their startup code. Bye, Hendrik ------------------- 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