lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs question [FIXED]


From: James E. Bailey
Subject: Re: emacs question [FIXED]
Date: Wed, 10 Sep 2008 18:01:31 +0200


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]