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 AAA13475; Tue, 19 Mar 2002 00:30:09 +0100 (MET) 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 AAA13636 for ; Tue, 19 Mar 2002 00:30:08 +0100 (MET) Received: from kraid.nerim.net (kraid.nerim.net [62.4.16.95]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g2INU8j00700 for ; Tue, 19 Mar 2002 00:30:08 +0100 (MET) Received: from karryall.nerim.net (aboukir-101-1-1-oandrieu.adsl.nerim.net [62.4.18.180]) by kraid.nerim.net (Postfix) with ESMTP id A8EB140F5A for ; Tue, 19 Mar 2002 00:28:28 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15510.30846.279541.62235@karryall.nerim.net> Date: Tue, 19 Mar 2002 00:30:06 +0100 From: andrieu@ijm.jussieu.fr To: caml-list@inria.fr Subject: [Caml-list] caml-info-look X-Mailer: VM 7.03 under Emacs 20.7.1 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hello, I wrote a small Emacs-lisp library for automatically looking up documentation in OCaml Info files. It's to be used with Info files generated by OCamldoc (using the texinfo generator). Calling `caml-info-lookup-id' in a caml-mode buffer on an identifier (say, String.length) will open an Info window and display the relevant Info node, with the type and commentary that goes with the identifier. I don't write much elisp so the code looks a bit hideous but it seems to work (at least for my Emacs 20.7, I don't know for XEmacs). http://oandrieu.nerim.net/ocaml/caml-info-look.el -- Olivier ------------------- 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