From 0917237c5faec070032014789016a3530cfa273a Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Mon, 18 Nov 2002 09:51:27 +0000 Subject: [PATCH] advise how to include source path to Emacs load-path --- ChangeLog | 5 +++++ Documentation/topdocs/INSTALL.texi | 17 +++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26cebbed80..a4b7b297cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-16 Heikki Junes + + * Documentation/topdocs/INSTALL.texi: advise how to include source + path to Emacs load-path and improve language. + 2002-11-16 Jan Nieuwenhuizen * GNUmakefile.in: config.h message fix. diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 46a739a5f2..688e10fb41 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -320,19 +320,20 @@ and for the profiling version, I specify a different configuration. @section Emacs mode -An Emacs mode for entering music and running LilyPond is included with +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 somewhere in your @var{load-path}. Add, e.g., -@file{~/site-lisp/} to @var{load-path} by appending the following line to your -@file{~/.emacs} or @file{~/.emacs.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}: @quotation @example (setq load-path (append (list (expand-file-name "~/site-lisp")) load-path)) @end example @end quotation -Place then @file{lilypond-init.el} to @var{load-path}@file{/site-start.d/} -or append it also to your @file{~/.emacs} or @file{~/.emacs.el}. +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/}. @@ -342,9 +343,9 @@ file. @section Vim mode -A Vim mode for entering music and running LilyPond is included with +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. Add files @file{lilypond.vim} and @file{lilypond.words} +to get shortcuts. Install files @file{lilypond.vim} and @file{lilypond.words} to @file{~/.vim/} to get syntax-highlighting and auto-completion, correspondingly. -- 2.39.5