]> git.donarmstrong.com Git - lilypond.git/commitdiff
(make-x11-color-handler): don't use
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 6 May 2005 16:54:12 +0000 (16:54 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 6 May 2005 16:54:12 +0000 (16:54 +0000)
#\sp. Apparently doesn't work on all platforms.

ChangeLog
scm/x11-color.scm

index 88ff052768c20ad8252f50e3b4e84e49708cd8c9..ce60507630040340690d73e4d971ed6c484af138 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/x11-color.scm (make-x11-color-handler): don't use
+       #\sp. Apparently doesn't work on all platforms. 
+
 2005-05-06  Graham Percival  <gperlist@shaw.ca>
 
        * Documentation/user/advanced-notation.itely, putting.itely,
index e7f83bbc6d6e33148158ecd3c46ad4dc6e188f2e..e738d35d670050545a81443b23011558ad7625eb 100644 (file)
            (if 
             (string? arg)
             (if 
-             (string-index arg #\sp)
+             (string-index arg #\ )
              (begin
                (string-capitalize! arg)
                (let
-                   ((arg-list (string-split arg #\sp)))
+                   ((arg-list (string-split arg #\ )))
                  (string->symbol 
                   (let append-all ((x arg-list))
                     (if