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 OAA24352; Wed, 13 Jun 2001 14:16:05 +0200 (MET DST) 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 OAA24285 for ; Wed, 13 Jun 2001 14:16:04 +0200 (MET DST) Received: from tcs.inf.tu-dresden.de (tcs.inf.tu-dresden.de [141.76.75.101]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f5DCG3T24835 for ; Wed, 13 Jun 2001 14:16:03 +0200 (MET DST) Received: from ithif51 (ithif51 [141.76.75.51]) by tcs.inf.tu-dresden.de (8.12.0.Beta7/8.12.0.Beta7) with ESMTP id f5DCG37X028425 for ; Wed, 13 Jun 2001 14:16:03 +0200 (MET DST) Received: from tews by ithif51 with local (Exim 3.12 #1 (Debian)) id 15A9Z4-0003Oo-00 for ; Wed, 13 Jun 2001 14:16:02 +0200 From: Hendrik Tews MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15143.22914.894206.676827@gargle.gargle.HOWL> Date: Wed, 13 Jun 2001 14:16:02 +0200 (CEST) To: caml-list@inria.fr Subject: Re: [Caml-list] pretty printers and format and matrices In-Reply-To: <4.3.2.7.2.20010612135731.029837a0@shell16.ba.best.com> References: <4.3.2.7.2.20010612111351.029b8720@shell16.ba.best.com> <4.3.2.7.2.20010612135731.029837a0@shell16.ba.best.com> X-Mailer: VM 6.75 under Emacs 20.7.2 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, I have another question about the format module: How can I set max_boxes to infinity? We use the format module to output source code of a programming language. For that one needs a way to advice the format module to print everything, regardless of how deep boxes are nested. At the moment we use (set_max_boxes 1000), and when we run into problems we increase the number. Bye, Hendrik ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr