From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id B9EACBB9C for ; Thu, 19 Jan 2006 18:07:11 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id k0JH7Bng018383 for ; Thu, 19 Jan 2006 18:07:11 +0100 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id SAA10486 for ; Thu, 19 Jan 2006 18:07:10 +0100 (MET) Received: from haka.fmf.uni-lj.si (haka.fmf.uni-lj.si [193.2.67.18]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k0JH79Mi021692 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Thu, 19 Jan 2006 18:07:10 +0100 Received: from katapult.fmf.uni-lj.si ([193.2.67.50] helo=[10.10.4.74]) by haka.fmf.uni-lj.si with esmtpa (Exim 4.50) id 1EzdFY-0006JO-Vp; Thu, 19 Jan 2006 18:07:08 +0100 Message-ID: <43CFC776.3060801@andrej.com> Date: Thu, 19 Jan 2006 18:08:06 +0100 From: Andrej Bauer Reply-To: Andrej.Bauer@andrej.com User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Stokes Cc: Caml list References: <43CFBE3E.1090808@andrej.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 193.2.67.50 X-SA-Exim-Mail-From: Andrej.Bauer@andrej.com Subject: Re: [Caml-list] toplevel with pre-installed printers X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100) X-SA-Exim-Scanned: Yes (on haka.fmf.uni-lj.si) X-Miltered: at concorde with ID 43CFC73F.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 43CFC73D.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; andrej:01 andrej:01 caml-list:01 toplevel:01 toplevel:01 ocaml:01 ocaml:01 unix:01 wrote:01 arbitrary:01 evaluates:02 expressions:03 improvements:08 bauer:09 bauer:09 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 Eric Stokes wrote: > When the toplevel starts up, it evaluates (on unix) ~/.ocamlinit, > which can contain arbitrary ocaml expressions. Sorry, I was not clear enough. I know about .ocamlinit. I am going to have several custom ocamltop's and they can't all share the same .ocamlinit. What now? Andrej P.S. Ocaml toplevel could use a bit of improvements.