lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Emacs-mode


From: Heikki Johannes Junes
Subject: Re: [PATCH] Emacs-mode
Date: Tue, 16 Apr 2002 22:27:36 +0300 (EET DST)

> Hmmm, then why does C-mode multi line comments work?

Hmmm. You are right. 

Index: VERSION
===================================================================
RCS file: /home/lilypond/lilypond/VERSION,v
retrieving revision 1.385
diff -u -p -r1.385 VERSION
--- VERSION     16 Apr 2002 11:58:57 -0000      1.385
+++ VERSION     16 Apr 2002 19:17:33 -0000
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=5
 PATCH_LEVEL=52
-MY_PATCH_LEVEL=hjj4
+MY_PATCH_LEVEL=hjj5
 
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
Index: ChangeLog
===================================================================
RCS file: /home/lilypond/lilypond/ChangeLog,v
retrieving revision 1.84
diff -u -p -r1.84 ChangeLog
--- ChangeLog   16 Apr 2002 11:58:57 -0000      1.84
+++ ChangeLog   16 Apr 2002 19:17:33 -0000
@@ -1,6 +1,7 @@
 2002-04-16  Heikki Junes <address@hidden>
 
        * lilypond-mode.el: "C-c f" does font-lock-fontify-buffer.
+       Set 'font-lock-multiline' true.
 
 2002-04-15  Juergen Reuter  <address@hidden>
 
Index: lilypond-mode.el
===================================================================
RCS file: /home/lilypond/lilypond/lilypond-mode.el,v
retrieving revision 1.34
diff -u -p -r1.34 lilypond-mode.el
--- lilypond-mode.el    16 Apr 2002 11:58:57 -0000      1.34
+++ lilypond-mode.el    16 Apr 2002 19:17:33 -0000
@@ -659,6 +659,8 @@ LilyPond-xdvi-command\t\tcommand to disp
   ; string and comments are fontified explicitly
   (make-local-variable 'font-lock-keywords-only)
   (setq font-lock-keywords-only t)
+  (make-local-variable 'font-lock-multiline)
+  (setq font-lock-multiline t)
 
   (make-local-variable 'paragraph-separate)
   (setq paragraph-separate "^[ \t]*$")
--
      Heikki Junes




reply via email to

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