caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Taglet 1.2
@ 2003-08-27  6:17 Issac Trotts
  2003-08-27 11:20 ` Hendrik Tews
  0 siblings, 1 reply; 3+ messages in thread
From: Issac Trotts @ 2003-08-27  6:17 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-27 17:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-27  6:17 [Caml-list] Taglet 1.2 Issac Trotts
2003-08-27 11:20 ` Hendrik Tews
2003-08-27 17:40   ` Issac Trotts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).