[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lilypond-mode with XEmacs
From: |
Maury Merkin |
Subject: |
Re: lilypond-mode with XEmacs |
Date: |
Thu, 29 Jan 2004 17:05:02 -0500 |
User-agent: |
KMail/1.5.1 |
Thank you, Feri!!
Of course, it was the capitalization. I am an idiot. I can't thank you
enough. I've been struggling with this for days now.
Best wishes from Maryland (in the US).
Maury
On Thursday 29 January 2004 04:50, Ferenc Wagner wrote:
> Maury Merkin <address@hidden> writes:
> > Has anyone gotten lilypond-mode to work with XEmacs?
>
> Don't know about XEmacs, but my setup for Emacs is a little
> different:
>
> (autoload 'LilyPond-mode "lilypond-mode" nil t)
> (setq auto-mode-alist (cons '("\\.ly$" . LilyPond-mode) auto-mode-alist))
> (add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock)))
>
> Notice the capitalization! Maybe you should try this
> (btw. it's 50lilypond.el from the distribution).
>
> Feri.
>
>
> _______________________________________________
> Lilypond-user mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/lilypond-user