lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-mode


From: Dieter Grollmann
Subject: emacs-mode
Date: Wed, 10 Dec 2008 01:08:48 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hello,

After some years I'm back using LilyPond. Program and documentation
have improved immensely since then (version 1.2.x or 1.4.x). Thank
you very much!

I'm using GNU Emacs 22.3 with LilyPond-mode and I found two things:

First, in lilypond-mode.el, to get the keybinding S-TAB working with Emacs
22.x, it should be

[(shift iso-lefttab)]

This works also with GNU Emacs 21.x. Here the diff output:

====================

--- lilypond/usr/share/emacs/site-lisp/lilypond-mode.el 2008-09-18 
18:02:52.000000000 +0200
+++ CONFIGS/dot-elisp/lilypond/lilypond-mode.el 2008-11-10 22:05:56.000000000 
+0100
@@ -766,7 +766,7 @@
   (define-key LilyPond-mode-map "|" 'LilyPond-electric-bar)
   (if (string-match "XEmacs\\|Lucid" emacs-version)
       (define-key LilyPond-mode-map [iso-left-tab] 'LilyPond-autocompletion)
-    (define-key LilyPond-mode-map [iso-lefttab] 'LilyPond-autocompletion))
+    (define-key LilyPond-mode-map [(shift iso-lefttab)] 
'LilyPond-autocompletion))
   (define-key LilyPond-mode-map "\C-c\t" 'LilyPond-info-index-search)
   )

====================

Second, in lilypond-indent.el: Is the "$" at the end really intended
or is it a typo?


====================

--- lilypond/usr/share/emacs/site-lisp/lilypond-indent.el       2008-09-10 
06:47:09.000000000 +0200
+++ CONFIGS/dot-elisp/lilypond/lilypond-indent.el       2008-11-10 
22:00:30.000000000 +0100
@@ -68,7 +68,7 @@
   :group 'LilyPond
   :type 'boolean)
 
-(defcustom LilyPond-comment-region "%%$"
+(defcustom LilyPond-comment-region "%%%"
   "*String inserted by \\[LilyPond-comment-region]\
  at start of each line in region."
   :group 'LilyPond

====================

Regards
Dieter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]