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 XAA02125; Fri, 31 May 2002 23:26:33 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 XAA02232 for ; Fri, 31 May 2002 23:26:32 +0200 (MET DST) Received: from tw304h3.cpmc.columbia.edu (tw304h3.cpmc.columbia.edu [156.111.84.180]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g4VLQVn06567 for ; Fri, 31 May 2002 23:26:32 +0200 (MET DST) Received: from trott by tw304h3.cpmc.columbia.edu with local (Exim 3.35 #1 (Debian)) id 17DtvD-0005pr-00 for ; Fri, 31 May 2002 17:26:55 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Oleg To: "caml-list" Subject: Re: [Caml-list] Readline support in the toplevel loop Date: Fri, 31 May 2002 17:26:55 -0400 X-Mailer: KMail [version 1.3.2] References: <20020529011820.GA2876@vincent> <20020529121956.G30629@verdot.inria.fr> <20020531114450.GA28367@lambda.u-strasbg.fr> In-Reply-To: <20020531114450.GA28367@lambda.u-strasbg.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi If anyone is interested, there's a nice perl script similar to l'edit, but for Lisp: http://vim.sourceforge.net/scripts/script.php?script_id=221 It adds readline to the input interface and also it creates a pipe, so one can also interact with the Lisp interpreter from VIM instead of readline. (Like myself, the author hated Emacs) Oleg ------------------- 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