Paul Scott wrote:

Doing that to the best of my ability I get:

File mode specification error: (file-error "Cannot open load file" "lilypond-mode")

This is how I interpreted your instructions:

(setq load-path (append (list (expand-file-name "/usr/local/lilypond/usr/share/emacs/site-lisp/*" )) load-path))
(autoload 'LilyPond-mode "lilypond-mode" "LilyPond Editing Mode" t)
(add-to-list 'auto-mode-alist '("\\.ly$" . LilyPond-mode))
(add-to-list 'auto-mode-alist '("\\.ily$" . LilyPond-mode))
(add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock)))
I think you need to delete the * near the beginning after .../emacs/site-lisp/*" ))

It should be .../emacs/site-lisp/" ))

Even though I have done some scheme I don't know enough to diagnose this.

Thanks for any help,

Paul







_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to