Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81731 - Help to make media-sound/lilypond have emacs support
Summary: Help to make media-sound/lilypond have emacs support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-12 06:01 UTC by Sebastian Spaeth
Modified: 2006-03-26 19:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Spaeth 2005-02-12 06:01:56 UTC
Hello, the current ebuild lilypond-2.5.2 does some magic hackery to get .el file for a Lili mode (.ly files) out. The "make install" automatically copies the files ionto /usr/share/emacs/site-lisp. So all I needed to make it work was to add:

;load lilypond mode
(load "lilypond-init.el")

to site-gentoo.el. In my opinion there is no reason to additionally copy the files to /usr/share/lilyponf/<version>/elisp as is done now. I don't know a thing about how the integration of new modes into site-gentoo.el works, but it would be great if you could have a look at the ebuild, and could make it a bit prettier in the regard of emacs integration.

Thanks a lot,
Sebastian
Comment 1 Frederik 'Freso' S. Olesen 2006-03-26 12:03:31 UTC
Hey Aron - I don't know whether you're still doing the 'emacs hackery' as described in this bug, but either way, I felt I should poke you at it since you seem to be Lilypond's current maintainer.
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2006-03-26 19:29:07 UTC
fixed in lilypond-2.8.0-r1.ebuild, thanks