>>>>> "H" == Helge Kruse <[EMAIL PROTECTED]> writes:
H> I installed emacs-22.1 at my Windows XP SP2 system, but I
H> cannot find any lilypond-mode. I search for the
H> lilypond-mode.el file and entered in emacs "M-x lilypond-mode"
H> and got the reponse "[No match]".
H> How can I get and install lilypond-mode (manually)?
For some odd reason the symbol used in lilypond-mode.el is in
camelcase. Try typing 'M-x LilyPond-mode'.
If this doesn't work check that lilypond-mode.el (or
lilypond-mode.elc) is in fact installed somewhere in emacs' load-path.
Check by typing 'M-x locate-library' - and respond with
'lilypond-mode' at the prompt.
If you have the file lilypond-mode.el(c) but not in your load-path,
add the path by typing in your .emacs-file:
(add-to-list 'load-path "/my/lilypond/elisp/lib/")
and possibly
(add-to-list 'auto-mode-alist '("\\.ly$" . LilyPond-mode))
to make emacs automagically recognize .ly-files as LilyPond-files.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user