lilypond-user
[Top][All Lists]
Advanced

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

"bug" in emacsmodes info


From: Atte Andre Jensen
Subject: "bug" in emacsmodes info
Date: Fri, 28 Jun 2002 20:41:12 +0200 (CEST)

It's me again :-)

In lilypond-mode.el it says:

;;; Add this to your ~/.emacs or ~/.emacs.el
;;;     (load-library "lilypond-mode.el")
;;;     (setq auto-mode-alist
;;;      (append '(("\\.ly$" . LilyPond-mode) auto-mode-alist)))

but that seems to destroy whatever mode in auto-mode-list before. However
doing:

(load-library "lilypond-mode.el")
(add-to-list 'auto-mode-alist '("\\.ly$" . LilyPond-mode))

works. Might also be worth mentioning that all four lilypond.*el
should be copied to ~/.elisp if people keep their modes there. Somebody
might want to change the info accordingly...
-- 
love, peace & harmony
Atte




reply via email to

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