From 3207b39f1454484c1f9d3888dd87fccdd654b8a3 Mon Sep 17 00:00:00 2001 From: hjunes Date: Mon, 14 Jul 2003 16:51:01 +0000 Subject: [PATCH] comment out paren-highlight. --- ChangeLog | 5 +++++ lilypond-mode.el | 19 +++++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index e62972ef5b..61842abdf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-07-14 Heikki Junes + + * lilypond-mode.el: comment-out paren-highlighting, it still causes + some interference to other modes. + 2003-07-14 Han-Wen Nienhuys * lily/main.cc (notice): change FSF address diff --git a/lilypond-mode.el b/lilypond-mode.el index 892bd13f1c..fa3fc55e4b 100644 --- a/lilypond-mode.el +++ b/lilypond-mode.el @@ -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 -- 2.39.5