Hello,
Just my two cents - #light-mode F# does not like Tabs, which Tuareg mode sometimes (rarely) inserts. One way to avoid that is to have
(add-hook 'tuareg-mode-hook
'(lambda ()
# .... your customizations .....
(setq indent-tabs-mode nil)))
By the way, anyone got code completion to work? Some limited form perhaps?
My line of thinking here is if I could get all F# pervasives and libs listed in one file like
Seq.of_list
Seq.to_array
then having that file open would enable dabbrev-completion with M-/ keystrokes, which would be at least something to start.
What else - well perhaps running an inferior process that uses .NET reflection?
--Anton
--
Anton Tayanovskyy
F# Developer
IntelliFactory, Budapest - Hungary
www.intellifactory.com