[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Hendrik Tews <tews@t...> |
| Subject: | Re: taglet 1.0 (was Re: [Caml-list] taggage 1.1) |
Issac Trotts writes: From: Issac Trotts <ijtrotts@ucdavis.edu> Date: Tue, 26 Aug 2003 15:09:34 -0700 Subject: taglet 1.0 (was Re: [Caml-list] taggage 1.1) It just occurred to me that it would be nice to have tag files containing only module names for .mli files. If the file you're editing contains "List.map" and you want to know what it does, you put your cursor on top of "List", press ctrl-] , and then search for map. Have you tried with otags? Otags creates a tag with the module name for every file it processes. So just do "otags ." and search for any module name. Bye, Hendrik ------------------- 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