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 TAA01934; Thu, 9 Oct 2003 19:48:21 +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 TAA32442 for ; Thu, 9 Oct 2003 19:48:20 +0200 (MET DST) Received: from woodstock.1969.ws (64-215-156-42.eosinc.net [64.215.156.42]) by nez-perce.inria.fr (8.11.1/8.11.1) with SMTP id h99HmF121179 for ; Thu, 9 Oct 2003 19:48:18 +0200 (MET DST) Received: (qmail 12870 invoked from network); 9 Oct 2003 17:59:14 -0000 Received: from apollo.1969.ws (HELO 1969.ws) (zilles@10.3.2.5) by woodstock.1969.ws with SMTP; 9 Oct 2003 17:59:14 -0000 Message-ID: <3F85A05F.4080509@1969.ws> Date: Thu, 09 Oct 2003 10:52:31 -0700 From: Karl Zilles Organization: 1969 Communications, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030827 X-Accept-Language: en-us, en MIME-Version: 1.0 To: CAML LIST Subject: Re: [Caml-list] Emacs NT and Types References: <20031009122447.1D2A517C3DB@ioskeha.hittite.isp.9tel.net> In-Reply-To: <20031009122447.1D2A517C3DB@ioskeha.hittite.isp.9tel.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 barichard:01 3.07:01 cygwin:01 c-c:01 c-t:01 annotations:01 3.07:01 bug:01 annotations:01 cygwin:01 mismatches:01 ocaml:01 ocaml:01 emacs:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Vincent Barichard wrote: > Hi All, > > After installing ocaml 3.07 with cygwin, I changed my Makefile in order to compile sources with the -dtypes option. > When I use Emacs and I hit the C-c C-t keys ("Show Type At Point" function), emacs says: "no annotations found for this source file". But I found the .annot file in the directory. > > Under linux OS + ocaml 3.07 + emacs, It works well. > > Is there a bug in the caml-types.el when emacs is run under windows ? > Maybe someone else has the same problem ? I have successfully used the type annotations with emacs under cygwin. The one catch is: The file has to use unix style line endings. Dos style line endings will cause mismatches. I'm not sure if this is your problem. ------------------- 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