Support command line arguments
Status: Beta
                
                Brought to you by:
                
                    llb
                    
                
            I love the F# emacs mode! Thanks for the great work that helps emacs users like myself start with F#. 
However, I noticed that there is no support for supplying command line arguments to the executable run 
with "C-c x" for code that uses main construct such as the thread-ring benchmark: 
http://shootout.alioth.debian.org/u64q/program.php?test=threadring&lang=fsharp&id=4 
I modified the function fsharp-run-executable-file in fsharp.el and tested it with the above program. I've 
attached the patch file for your reference. 
Thanks, 
Ajit
==== 
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
Patch file to supports command line args