]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/topdocs/INSTALL.texi: Update emacs mode.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 23 Sep 2003 20:42:00 +0000 (20:42 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 23 Sep 2003 20:42:00 +0000 (20:42 +0000)
ChangeLog
Documentation/topdocs/INSTALL.texi

index 232a0f67dcdbc8d8ab27737ea422f51dbd37e61a..d1a2c3c864d1e5197984a6f297c2c6923c7420fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi: Update emacs mode.
+
 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * Documentation/user/cheatsheet.itely: more verbose examples.
index 9c887ac6a1b58d6cde315dd189dac8bc50813384..57c4c85f012b3812953eaa9478f1d971253f8b50 100644 (file)
@@ -227,25 +227,25 @@ and for the profiling version, I specify a different configuration:
 @section Emacs mode
 
 An Emacs mode for entering music and running LilyPond is contained in
-the source archive as @file{lilypond-mode.el},
-@file{lilypond-indent.el}, @file{lilypond-font-lock.el} and
-@file{lilypond.words.el}.  You should install these files to a directory
-included in your @var{load-path}. File @file{lilypond-init.el} should
-be placed to @var{load-path}@file{/site-start.d/} or appended to your
-@file{~/.emacs} or @file{~/.emacs.el}.
+the source archive in the @file{elisp} directory.  @command{make
+install} installs it @var{elispdir}.  The file @file{lilypond-init.el}
+should be placed to @var{load-path}@file{/site-start.d/} or appended
+to your @file{~/.emacs} or @file{~/.emacs.el}.
 
 As a user, you may want add your source path or, e.g., @file{~/site-lisp/} 
 to your @var{load-path}. Append the following line (modified) to your 
 @file{~/.emacs}:
+@c any reason we do not advise:  (push "~/site-lisp" load-path)
 @quotation
 @example
-       (setq load-path (append (list (expand-file-name "~/site-lisp")) load-path))
+(setq load-path (append (list (expand-file-name "~/site-lisp")) load-path))
 @end example
 @end quotation
 
 
 @section Vim mode
 
+@c lilypond.words.el for vim auto-completion?
 A Vim mode for entering music and running LilyPond is contained in
 the source archive. Append the content of @file{vimrc} to @file{~/.vimrc}
 to get shortcuts. Install file @file{lilypond.words.el} to @file{~/.vim/} to