From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 837BCBB91 for ; Mon, 24 Jan 2005 19:05:06 +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 j0OI56wq029505 for ; Mon, 24 Jan 2005 19:05:06 +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 TAA15407 for ; Mon, 24 Jan 2005 19:05:05 +0100 (MET) Received: from laurel.muq.org (laurel.actlab.utexas.edu [128.83.194.15]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j0OI54NR011184 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Mon, 24 Jan 2005 19:05:05 +0100 Received: from rrcs-24-227-166-46.sw.biz.rr.com ([24.227.166.46] helo=maw) by laurel.muq.org with esmtp (Exim 4.34) id 1Ct8bA-0004hw-UJ for caml-list@inria.fr; Mon, 24 Jan 2005 12:06:00 -0600 Received: from cynbe by maw with local (Exim 4.34) id 1Ct8aA-00063x-2Z for caml-list@inria.fr; Mon, 24 Jan 2005 12:04:58 -0600 Received: by maw.muq.org (tmda-sendmail, from uid 1956); Mon, 24 Jan 2005 12:04:58 -0600 (CST) To: caml-list@inria.fr Subject: Of possible interest: GNU id-utils with SML (and lisp) support added User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4 (Corporate Culture, linux) Date: Mon, 24 Jan 2005 12:04:57 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Cynbe ru Taren X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) X-Miltered: at concorde with ID 41F538D2.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 41F538D0.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; sml:01 sml:01 ocaml:01 tarball:01 binary:01 deb:01 emacs:01 redefinition:01 invocation:01 lisp:01 lisp:01 checking:01 debian:02 occurrences:02 gnu:03 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.0 X-Spam-Level: I've tweaked the GNU id-utils to also support SML and lisp. (Should work equally well for Ocaml, I think. Let me know if not.) The source tarball (and a Debian binary .deb) are up at: http://muq.org/~cynbe/ml/smlnj-hacking-idutils.html Synopsis for anyone unfamiliar with the id-utils: A keystroke or two in emacs or vi gives lightning-fast access to all occurrences of a given identifier in the codebase. Great for looking up definitions, checking all uses after a redefinition, finding a typical invocation, and so forth. Valuable for reading any codebase over ten kilolines, and indispensable for multi-megaline codebases (where etags simply halts and catches fire). I'm a frank addict. --Cynbe