From 87304dc41bfbc4b313db54c9e44c6a0a1728747a Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 23 Sep 2003 20:42:00 +0000 Subject: [PATCH] * Documentation/topdocs/INSTALL.texi: Update emacs mode. --- ChangeLog | 4 ++++ Documentation/topdocs/INSTALL.texi | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 232a0f67dc..d1a2c3c864 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-23 Jan Nieuwenhuizen + + * Documentation/topdocs/INSTALL.texi: Update emacs mode. + 2003-09-23 Han-Wen Nienhuys * Documentation/user/cheatsheet.itely: more verbose examples. diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 9c887ac6a1..57c4c85f01 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -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 -- 2.39.5