Having helped advise Tomas and Ben with regard to MonoDevelop, I'd recommend focusing on option 1. Supporting option 2 as well would not be a bad thing, but probably not worth the fragmentation, unless it is very easy to build, implement and document.
The .fsproj file format really is the "standard" format for F# (I suppose Makefiles are the other standard format) The Mono team have effectively embraced .csproj for C#, and I think for good reasons.
Choosing a new format may be optimal for one programmer, but the ability to contribute to existing F# projects with any editor you like (and using the same project metadata) is very good for shared F# projects and for spreading F# adoption. With that in place, the one (or more!) Emacs-lovers on a team can contribute to code on an equal basis, with good tooling support.
Further, by getting the infrastructure shared you set the standard for future support in other editors.
Kind regards
Don
________________________________________
From: fsharp-o...@googlegroups.com [fsharp-o...@googlegroups.com] on behalf of Robin Neatherway [robin.ne...@gmail.com]
Sent: 26 November 2012 19:22
To: fsharp-o...@googlegroups.com
Subject: Emacs (and other editors) integration -- projects
Hi all,
http://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html
Thoughts?
Cheers,
Robin
--
--
You received this message because you are subscribed to the Google
Groups "FSharp Open Source Community" group.
To post to this group, send email to fsharp-o...@googlegroups.com
To unsubscribe from this group, send email to
fsharp-opensou...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/fsharp-opensource?hl=en
Don
________________________________________
From: fsharp-o...@googlegroups.com [fsharp-o...@googlegroups.com] on behalf of Tomas Petricek [to...@tomasp.net]
Sent: 26 November 2012 21:23
To: fsharp-o...@googlegroups.com
Subject: RE: Emacs (and other editors) integration -- projects
Tomas
--