Browse thread
new emacs tuareg mode release
[
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: | 2010-05-25 (01:00) |
From: | Eliot Handelman <eliot@c...> |
Subject: | Re: [Caml-list] new emacs tuareg mode release |
Sam Steingold wrote: > my tuareg.el has this as line 1933: > (defun tuareg-semicolon-indent-kwop-point (&optional leading-semi-colon) > > I have no idea what could be causing this error. > > please try to investigate this yourself to produce a small test case. > e.g., try removing this or the previous form. > > Sam, I have the same problem with 22.3.1 playing around, this construction seems to be causing some invalid modifier errors: (skip-syntax-backward "\s-") in tuareg-find-colon-typespec and other places and also captive= as a let variable seems to cause problems in tuareg-indent-from-previous-kwop. commenting all these things out (or changing the var name) the file does load. best, -- eliot