From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 099C5BC0A for ; Thu, 7 Jun 2007 19:16:06 +0200 (CEST) Received: from mail.cs.unm.edu (mail.cs.unm.edu [64.106.20.33]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l57HG5PN032412 for ; Thu, 7 Jun 2007 19:16:05 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.cs.unm.edu (Postfix) with ESMTP id 9B5AAE4101; Thu, 7 Jun 2007 11:16:04 -0600 (MDT) Received: from mail.cs.unm.edu ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28826-08; Thu, 7 Jun 2007 11:16:04 -0600 (MDT) Received: from deimos.cs.unm.edu (deimos.cs.unm.edu [64.106.21.29]) by mail.cs.unm.edu (Postfix) with ESMTP id 409E3E4100; Thu, 7 Jun 2007 11:16:04 -0600 (MDT) Date: Thu, 7 Jun 2007 11:16:43 -0600 (MDT) From: "William D. Neumann" To: Jonathan Bryant Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] OSX GUI In-Reply-To: Message-ID: References: <200706061616.58578.jon@ffconsultancy.com> <755FDE71-7ADC-4313-9D69-109BC6D834BE@valdosta.edu> <8ABE187D-314A-4FBC-AEDC-333AAA148058@gmail.com> <0361BEC7-5E6A-44C4-B197-C0E04B552222@valdosta.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at cs.unm.edu X-Miltered: at discorde with ID 46683D55.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; osx:01 syntax:01 bug:01 2007,:98 1.0:98 highlighted:98 recorder:98 wrote:01 caml-list:01 int:01 neumann:02 neumann:02 black:96 float:03 let:03 On Thu, 7 Jun 2007, Jonathan Bryant wrote: > Copy this into TextMate: > > type t = { > x : int; > y : float > } > > let _ = > let r = { x = 1; y = 1.0 } in > let r' = { r with x = 2 } in > (* ... Syntax highlighting has stopped working here ... *) > > That's where it fails because of the "with". It's the only obvious bug I've > run across, but if you have something like that early in the code, the rest > of your code is not highlighted. Maybe I have an old version of the bundle > if you don't see this problem. It works fine here, you must have an old version of the bundle. You should do an svn up to grab the latest changes. William D. Neumann --- "There's just so many extra children, we could just feed the children to these tigers. We don't need them, we're not doing anything with them. Tigers are noble and sleek; children are loud and messy." -- Neko Case Life is unfair. Kill yourself or get over it. -- Black Box Recorder