lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?


From: David Stocker
Subject: Re: 2.13.3 docs emacs mode documentation AU 2.2.1 out of date?
Date: Fri, 24 Jul 2009 16:16:29 -0400
User-agent: Thunderbird 2.0.0.22 (X11/20090608)



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









reply via email to

[Prev in Thread] Current Thread [Next in Thread]