Neil Mitchell wrote:
Hi

  * :edit runs notepad by default on Windows


Ouch, Notepad! Unfortunately most Haskell projects keep their files in
Unix format, which Notepad puts all on one single line.

Could you not ShellExecute on the .hs file, then at least whatever the
user has configured as their Haskell editor will be run?

I just copied what Hugs does, or at least I thought I did - does Hugs do ShellExecute?

Cheers,
        Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to