]> git.donarmstrong.com Git - lilypond.git/commitdiff
separate sections for emacs-install and load-path setting
authorHeikki Junes <heikki.junes@hut.fi>
Tue, 19 Nov 2002 17:30:41 +0000 (17:30 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Tue, 19 Nov 2002 17:30:41 +0000 (17:30 +0000)
ChangeLog
Documentation/topdocs/INSTALL.texi

index 8c1f5acd4e886f834a23e87c1ac5daf8c3dd919c..0dafdb72efa9ab922278bdbec8c3501e478b1aef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
        remove instructions (found in lilypond-init.el or Documentation).
 
        * lilypond.words: add identifiers.
+
+       * Documentation/topdocs/INSTALL.texi: separate sections for installing
+       files and adding a load-path.
        
 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
index 012a598e733ea1c63834d3480c10c219b53896c6..2356ecff536fb4372f950dcd072d23185e0c0437 100644 (file)
@@ -324,18 +324,19 @@ An Emacs mode for entering music and running LilyPond is contained in
 the source archive as @file{lilypond-mode.el},
 @file{lilypond-indent.el} and @file{lilypond-font-lock.el}. 
 You should install these files to a directory included in your 
-@var{load-path}. As a user, you may want add your source path or
-@file{~/site-lisp/} to your @var{load-path}. Append the following line 
-(modified) to your @file{~/.emacs} or @file{~/.emacs.el}:
+@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}. If you have installed a precompiled LilyPond 
+package, these files can be found in @file{/usr/share/doc/lilypond-x.y.z/}. 
+
+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}:
 @quotation
 @example
 (setq load-path (append (list (expand-file-name "~/site-lisp")) load-path))
 @end example
 @end quotation
-File @file{lilypond-init.el} should be placed to 
-@var{load-path}@file{/site-start.d/} or appended to your @file{~/.emacs}.
-If you have installed a precompiled LilyPond package, these files can be
-found in @file{/usr/share/doc/lilypond-x.y.z/}. 
 
 If you have the latest LilyPond-1.4.x Debian package, LilyPond-mode is
 automatically loaded, you not even need to modify your @code{~/.emacs}