> 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 <[EMAIL PROTECTED]>
* lilypond-mode.el: "C-c f" does font-lock-fontify-buffer.
+ Set 'font-lock-multiline' true.
2002-04-15 Juergen Reuter <[EMAIL PROTECTED]>
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
_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel