+2005-07-20 Jan Nieuwenhuizen <janneke@gnu.org>
+
+ * scm/lily.scm (running-from-gui?): Always write to .log file on
+ dos-based windows.
+
2005-07-19 Jan Nieuwenhuizen <janneke@gnu.org>
* lily/main.cc (main): Remove invalid handle kludge.
;; If no TTY and not using safe, assume running from GUI.
(cond
((eq? PLATFORM 'windows)
- (if DOS #f
+ ;; Always write to .log file.
+ (if DOS #t
;; This only works for i586-mingw32msvc-gcc -mwindows
(not (string-match "standard input"
(format #f "~S" (current-input-port))))))