]> git.donarmstrong.com Git - lilypond.git/commitdiff
comment out paren-highlight.
authorHeikki Junes <heikki.junes@hut.fi>
Mon, 14 Jul 2003 16:51:01 +0000 (16:51 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Mon, 14 Jul 2003 16:51:01 +0000 (16:51 +0000)
ChangeLog
lilypond-mode.el

index e62972ef5b70480899a2f92a70562190fde09a37..61842abdf6dfb0fcad7cf85b6279292df35fddc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: comment-out paren-highlighting, it still causes
+       some interference to other modes.
+
 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/main.cc (notice): change FSF address 
index 892bd13f1cee936a2c124bd7ed592c2f26b1bcf4..fa3fc55e4b79cc9151d9d9fae2826f5bf40cc1cd 100644 (file)
@@ -1137,14 +1137,17 @@ LilyPond-xdvi-command\t\tcommand to display dvi files -- bit superfluous"
   ;; In Emacs blink-...-on-screen needs to be declared.
   (if (not (string-match "XEmacs\\|Lucid" emacs-version))
       (progn
-       (make-local-variable 'show-paren-mode)
-       (show-paren-mode nil)
-       (make-local-variable 'LilyPond-show-paren-mode)
-       (LilyPond-show-paren-mode t))
-    (progn 
-      (make-local-variable 'paren-mode) ; used in LilyPond-paren-set-mode
-      (paren-set-mode -1)               ; disable default hook
-      (LilyPond-paren-set-mode 'paren)  ; define buffer-local hook
+;; Commented-out: there may be several idle-timers
+;;     (make-local-variable 'show-paren-mode)
+;;     (show-paren-mode nil)
+;;     (make-local-variable 'LilyPond-show-paren-mode)
+;;     (LilyPond-show-paren-mode t)
+       )
+    (progn
+;; Commented-out: show-paren-command-hook should not be deleted from post-command-hook
+;;     (make-local-variable 'paren-mode) ; used in LilyPond-paren-set-mode
+;;     (paren-set-mode -1)               ; disable default hook
+;;     (LilyPond-paren-set-mode 'paren)  ; define buffer-local hook
       ))
 
   ;; run the mode hook. LilyPond-mode-hook use is deprecated