On 10.09.2008, at 17:37, John Mandereau wrote:
The following fix works for me, I'm pushing it to Git, it will appear in
release 2.11.58 or .59
diff --git a/elisp/lilypond-mode.el b/elisp/lilypond-mode.el
index 769331f..80a3f29 100644
--- a/elisp/lilypond-mode.el
+++ b/elisp/lilypond-mode.el
@@ -638,8 +638,7 @@ Must be the car of an entry in
`LilyPond-command-alist'."
              (base (cadr l)))
         (LilyPond-command-expand
          (concat (substring string 0 b)
-                  dir
-                  base
+                  (shell-quote-argument (concat dir base))
                  (let ((entry (assoc (substring string b e)
                                      LilyPond-expand-alist)))
                    (if entry (cdr entry) ""))
I just updated my file. This is beautiful. Thank you so much. I knew  
this would get solved eventually.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to