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 IAA14404; Wed, 27 Aug 2003 08:19:50 +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 IAA14038 for ; Wed, 27 Aug 2003 08:19:48 +0200 (MET DST) Received: from manzanita (63-217-154-71.greystoneapts.com [63.217.154.71]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h7R6JlT18810 for ; Wed, 27 Aug 2003 08:19:48 +0200 (MET DST) Received: from manzanita ([127.0.0.1] helo=ucdavis.edu) by manzanita with esmtp (Exim 3.36 #1 (Debian)) id 19rtcZ-0000cg-00 for ; Tue, 26 Aug 2003 23:17:31 -0700 Message-ID: <3F4C4CFB.9040108@ucdavis.edu> Date: Tue, 26 Aug 2003 23:17:31 -0700 From: Issac Trotts Reply-To: ijtrotts@ucdavis.edu User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030319 Debian/1.3-3 X-Accept-Language: en MIME-Version: 1.0 To: caml-list@inria.fr Subject: [Caml-list] Taglet 1.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Loop: caml-list@inria.fr X-Spam: no; 0.00; issac:01 trotts:01 ijtrotts:01 mli:01 counterparts:01 tagger:01 mli:01 otags:01 tagger:01 otags:01 issac:01 trotts:01 cursor:01 cursor:01 ucdavis:02 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Here's another revision. Enjoy! Changes for version 1.2: o Handling of .ml files having no .mli counterparts o Handling of files containing no lines without slashes From the README: Why write another tagger? ========================= Taglet makes a tag file that just lists all the .mli files, which reduces the number of redundant tags and helps you get the documentation you want more quickly without having to dig through a bunch of identical tags. With otags, if I want to look up List.map, I put my cursor over "map", press ctrl-], and look through a bunch of other map functions until I find the one I want. With Taglet, I put my cursor over "List", press ctrl-], and am immediately in list.mli. Then I search for "map" in list.mli. Often, if the .mli file is short, I can find what I need without having to page down. Why not just add Taglet's functionality to an existing tagger? ============================================================== Taglet is tiny and is useful alone, so it's nice to have it as a separate program. I would like add its functionality to otags, but I haven't yet figured out how to do it. Even if I do, Taglet will still be useful and easy to understand on its own. Issac Trotts ------------------- 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