From: Heikki Junes Date: Tue, 19 Nov 2002 17:30:41 +0000 (+0000) Subject: separate sections for emacs-install and load-path setting X-Git-Tag: release/1.7.9~47 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=78b504072ff93565ff233f082ce71ad090f62782;p=lilypond.git separate sections for emacs-install and load-path setting --- diff --git a/ChangeLog b/ChangeLog index 8c1f5acd4e..0dafdb72ef 100644 --- 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 diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 012a598e73..2356ecff53 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -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}