]> git.donarmstrong.com Git - lilypond.git/commitdiff
turn on blink-matching-paren.
authorHeikki Junes <heikki.junes@hut.fi>
Mon, 21 Jul 2003 20:32:31 +0000 (20:32 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Mon, 21 Jul 2003 20:32:31 +0000 (20:32 +0000)
ChangeLog
lilypond-mode.el

index 1d2a0915f770e84cdadfcf20a998050b36857ae9..f8a5d2503381f3bb6e57b8e7b53129e1c12e9013 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
-2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
+2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
 
        * lilypond-font-lock.el: do not try to match two-char slurs \) \].
 
+       * lilypond-mode.el: turn on blink-matching-paren.
+
 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/output-sodipodi.scm (svg-header): Fix typo.
index 19c5ad9b1338dd56ebc8bfce0b1a966f8fd69a5a..ca5b3beed6717b9881a32d37b393c415c97cbd83 100644 (file)
@@ -1136,7 +1136,13 @@ LilyPond-xdvi-command\t\tcommand to display dvi files -- bit superfluous"
       (progn
        (make-local-variable 'paren-mode)
        (paren-set-mode 'paren)
-       ))
+       (make-local-variable 'blink-matching-paren)
+       (setq blink-matching-paren t)
+       )
+    (progn
+      (make-local-variable 'blink-matching-paren-on-screen)
+      (setq blink-matching-paren-on-screen t)
+     ))
 
   ;; run the mode hook. LilyPond-mode-hook use is deprecated
   (run-hooks 'LilyPond-mode-hook))