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 TAA07914; Wed, 27 Aug 2003 19:43:04 +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 TAA16053 for ; Wed, 27 Aug 2003 19:43:02 +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 h7RHh1T05288 for ; Wed, 27 Aug 2003 19:43:02 +0200 (MET DST) Received: from manzanita ([127.0.0.1] helo=ucdavis.edu) by manzanita with esmtp (Exim 3.36 #1 (Debian)) id 19s4Hf-00018t-00; Wed, 27 Aug 2003 10:40:39 -0700 Message-ID: <3F4CED16.4070408@ucdavis.edu> Date: Wed, 27 Aug 2003 10:40:38 -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: Hendrik Tews , caml-list@inria.fr Subject: Re: [Caml-list] Taglet 1.2 References: <3F4C4CFB.9040108@ucdavis.edu> <16204.37888.251988.65626@ithif51.inf.tu-dresden.de> In-Reply-To: <16204.37888.251988.65626@ithif51.inf.tu-dresden.de> 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 caml-list:01 hendrik:01 tews:01 mli:01 otags:01 uninitiated:01 otags:01 camlp:01 camlp:01 hendrik:01 emacs:01 patch:02 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hendrik Tews wrote: >I agree that the redundent tags for *mli files could be annoying. >However, with emacs I just hit M-, to cycle through all matching >tags. So maybe you only need a key binding for :tn ?? > Well, I'm sure your idea will help, but I prefer to go directly to the file without having to cycle through anything. It's a matter of taste. > 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. > >Otags' architecture is a bit complicated, it does not really >invite the uninitiated for hacking. To add your wishes to otags >you have to: > >- add an option to the driver in otags.ml >- arrange that the new option will passed to camlp4 >- declare the option in one of the camlp4 modules >- program your wishes > >There is a patch below with the necessary changes. The name of >the option is -mli-only-module. > >Bye, > >Hendrik > This is nice. Thank you for this patch and the other one you sent. - ijt ------------------- 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