There was a copy paste-error. Below is the correct patch. Now menus work
the right way.
Index: lilypond-mode.el
===================================================================
RCS file: /home/lilypond/lilypond/lilypond-mode.el,v
retrieving revision 1.33
diff -p -u -r1.33 lilypond-mode.el
--- lilypond-mode.el 13 Apr 2002 11:26:14 -0000 1.33
+++ lilypond-mode.el 16 Apr 2002 09:29:51 -0000
@@ -509,6 +509,7 @@ command."
(define-key LilyPond-mode-map "\C-c\C-v" 'LilyPond-command-view)
(define-key LilyPond-mode-map "\C-c\C-p" 'LilyPond-command-viewps)
(define-key LilyPond-mode-map "\C-c\C-m" 'LilyPond-command-next-midi)
+ (define-key LilyPond-mode-map "\C-cf" 'font-lock-fontify-buffer)
(define-key LilyPond-mode-map "\C-cn" 'LilyPond-insert-tag-notes)
(define-key LilyPond-mode-map "\C-cs" 'LilyPond-insert-tag-score)
(define-key LilyPond-mode-map "\C-c:" 'LilyPond-un-comment-region)
@@ -604,6 +605,7 @@ command."
'(("Miscellaneous"
["Uncomment Region" LilyPond-un-comment-region t]
["Comment Region" comment-region t]
+ ["Refontify buffer" font-lock-fontify-buffer t]
))
))
--
Heikki Junes
_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel