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: Sat, 25 Jul 2009 00:01:01 -0400
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Glad this worked for you. I just went through this to set up lilypond-mode on a fresh install of Ubuntu 9.04. It was still fresh in my mind.

Best regards,

David

Paul Scott wrote:
David Stocker wrote:


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/" ))

That was it!!
Thanks,

Paul









reply via email to

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