I'm not sure, but I recommend getting it from subversion. I had problems with it when I used getbundle, so I went back to checking out the bundles with subversion. You might also want to install cmigrep (it's in godi) in order to use the ocaml experimental completions bundle. On 6/7/07, Jonathan Bryant wrote: > > (I guess this is getting a bit off topic for this list, but I'll > press on anyway) > > I just did with GetBundle and I'm still having the same problem. Is > there any way to tell what version of the bundle I have so that I can > see if it is the latest version? I can't seem to find that. > > On Jun 7, 2007, at 1:08 PM, Ralph Douglass wrote: > > > It highlights fine for me. Try grabbing the latest version of the > > bundle. > > > > On 6/7/07, Jonathan Bryant wrote: > > On Jun 7, 2007, at 11:21 AM, William D. Neumann wrote: > > > > > On Wed, 6 Jun 2007, Jonathan Bryant wrote: > > > > > >>> Do you prefer TextMate's OCaml mode to that of Emacs? > > >> > > >> It's OCaml mode usually works fine, but there are a few places it > > >> messes up: the "with" record syntax is the most notable. > > > > > > Yeah... unfortunately, the regex matching that the syntax > > > hilighting is based on hakes it hard to get certain constructs > > > right. I believe this is supposed to be overhauled in v2.0 (which > > > is dependant on Tiger). BTW: what's wrong with the with record > > > syntax? It seems to work fine for me. > > > > 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. > > > > > > > >> Downsides are that (a) not programmable, and (b) you have to keep > > >> a terminal open to build, etc. > > > > > > Well, it is scriptable, so you could write a script that tould take > > > care of that for you. Ocamlbuild should help make this a bit less > > > painless as well. > > > > > > Actually, my biggest annoyance is that you can't easily do > > > something like jump to the ith character of a selection (though I > > > could prabably write a script for that too), which is needed for > > > working with large exressions in the toplevel where it identifies > > > errors by location and not highlighting. > > > > > > 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 > > > > > > _______________________________________________ > > > Caml-list mailing list. Subscription management: > > > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > > > Archives: http://caml.inria.fr > > > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > > > Bug reports: http://caml.inria.fr/bin/caml-bugs > > > > _______________________________________________ > > Caml-list mailing list. Subscription management: > > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > > Archives: http://caml.inria.fr > > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > > Bug reports: http://caml.inria.fr/bin/caml-bugs > > > > > > > > -- > > Ralph > > _______________________________________________ > > Caml-list mailing list. Subscription management: > > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > > Archives: http://caml.inria.fr > > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > > Bug reports: http://caml.inria.fr/bin/caml-bugs > > -- Ralph