bug-lilypond
[Top][All Lists]
Advanced

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

Can't compile lilypond-mode in xemacs


From: Peter Chubb
Subject: Can't compile lilypond-mode in xemacs
Date: Wed, 29 Dec 2004 15:24:30 +1100

Hi, 
    When trying to install the 2.4.x snapshot, I see:

    Compiling 
/usr/share/xemacs21/site-lisp/lilypond-snapshot/lilypond-font-lock.el...
Wrote /usr/share/xemacs21/site-lisp/lilypond-snapshot/lilypond-font-lock.elc
Compiling /usr/share/xemacs21/site-lisp/lilypond-snapshot/lilypond-indent.el...
While compiling LilyPond-matching-paren in file 
/usr/share/xemacs21/site-lisp/lilypond-snapshot/lilypond-indent.el:
  ** malformed cond form: nil
  !! error (("malformed cond clause nil"))
>>Error occurred processing lilypond-indent.el: 
malformed cond clause nil


Here's a patch:

--- lilypond-indent.el~ 2004-12-29 15:22:34.000000000 +1100
+++ lilypond-indent.el  2004-12-29 15:23:25.000000000 +1100
@@ -348,7 +348,7 @@
          (cdr (assoc bracket-type LilyPond-parens-alist)) )
        ( (member bracket-type (mapcar 'cdr LilyPond-parens-alist))
          (car (rassoc bracket-type LilyPond-parens-alist)) )
-       nil))
+       (t nil)))
 
 
 (defun LilyPond-scan-containing-sexp (&optional bracket-type slur-paren-p dir)





reply via email to

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