lilypond-devel
[Top][All Lists]
Advanced

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

Re: emacs trouble


From: Heikki Johannes Junes
Subject: Re: emacs trouble
Date: Wed, 11 Jun 2003 13:09:04 +0300 (EEST)

On Tue, 10 Jun 2003, Paul Scott wrote:

>  From the CVS version I built on 7 June this .emacs:
>
> (autoload 'server-edit "server" nil t)
> (server-edit)
> (setq tex-dvi-view-command "xdvi")
> (setq load-path (append (list (expand-file-name
> "/usr/local/src/lilypond")) load-path))
>
> (setq auto-mode-alist (append '(("\\.ly$" . lilypond-mode) )
> auto-mode-alist))
> (autoload 'lilypond-mode "/usr/local/src/lilypond/lilypond-mode.el"
> "Lilypond editing mode." t)
>
> produces:
>
> Loading /usr/local/src/lilypond/lilypond-mode.el (source)...
> 0 occurrences [3 times]
> Loading lilypond-font-lock (source)...done
> Loading lilypond-indent (source)...done
> Loading /usr/local/src/lilypond/lilypond-mode.el (source)...done
> File mode specification error: (error "Autoloading failed to define
> function lilypond-mode")
>
> Any ideas?
>
> TIA,
>
> Paul Scott

Try to do it the way shown in lilypond-init.el. At least there is one
add-hook, what is not present in your settings.  If it does not work, one
should maybe refresh the instruction file lilypond-init.el.

There are also newer cvs-files in which some emacs-mode files have been
changed. Maybe it works better.

  Heikki Junes





reply via email to

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