Note for issue783: I think it's just better to have a sane default
than try to be fancy here.

Thu Jun  5 17:58:12 BST 2008  Eric Kow <[EMAIL PROTECTED]>
  * resolve issue783: propose 'edit' as a default Windows editor
  
  I think every Windows box has this.  Advantages over notepad are that
  - it's a console app
  - it appears to support Unix newlines

New patches:

[resolve issue783: propose 'edit' as a default Windows editor
Eric Kow <[EMAIL PROTECTED]>**20080605165812
 
 I think every Windows box has this.  Advantages over notepad are that
 - it's a console app
 - it appears to support Unix newlines
] hunk ./src/Darcs/Utils.lhs 183
              `ortryrunning` exec_interactive "emacs" f
              `ortryrunning` exec_interactive "emacs -nw" f
              `ortryrunning` exec_interactive "nano" f
+#ifdef WIN32
+             `ortryrunning` exec_interactive "edit" f
+#endif
 get_editor :: IO String
 get_editor = getEnv "DARCS_EDITOR" `catchall`
              getEnv "DARCSEDITOR" `catchall`

Context:

[Makefile: prefix -optl only on $(LIBS) that start with '-'
Eric Kow <[EMAIL PROTECTED]>**20080605105539
 
 Otherwise, on Windows, if you try to build --with-static-libs, the
 linker will be passed /usr/local/lib/libcurl.a as an argument, which
 makes gcc complain.
] 
[resolve issue770: catch 'does not exist' when running external programs
Eric Kow <[EMAIL PROTECTED]>**20080604143100
 Convert these errors into ExitCode 127 (for Windows)
] 
[TAG 2.0.1rc1
David Roundy <[EMAIL PROTECTED]>**20080603124331] 
Patch bundle hash:
75bb58e0fc4fcff6cbf7a69dc2d9399916053a3f
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to