From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@russet.org.uk (Phillip Lord) Newsgroups: gmane.emacs.help Subject: Emacs and lilypond Date: Thu, 03 Mar 2016 22:12:10 +0000 Message-ID: <87bn6v43et.fsf@russet.org.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1457049194 18680 80.91.229.3 (3 Mar 2016 23:53:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Mar 2016 23:53:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 04 00:53:05 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1abd3F-0007YR-FD for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Mar 2016 00:53:01 +0100 Original-Received: from localhost ([::1]:37936 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abd3E-0000zH-N0 for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Mar 2016 18:53:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abbTj-0003aq-5Z for help-gnu-emacs@gnu.org; Thu, 03 Mar 2016 17:12:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abbTg-0002yE-0L for help-gnu-emacs@gnu.org; Thu, 03 Mar 2016 17:12:15 -0500 Original-Received: from cloud103.planethippo.com ([31.216.48.48]:36994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abbTf-0002xM-Qb for help-gnu-emacs@gnu.org; Thu, 03 Mar 2016 17:12:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=russet.org.uk; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From; bh=cfWwMQoQ/G3/u49yPHyVT2xvGBrIx9h/INlewwIt8Vw=; b=hBQtA6LKV uUcAmV8VaJ3FUvlYUnY1gC1ztVyysdj0KtevVtMs2pHv34lDtPyJz0CfYDlVB9nHjNQUkd/TfDPao y4gW13nXKLP8syo7eOsvIP/pOw8uIqgxAujMM6bo5pDYy9uURP+XMuPUwnLtJ7OFXTH9hGiLhaqRm Gg4YqdaFsWqMNXTiWhFXLJy0i4dbtSai9f791KlPedR/cb0Cr3viKCjly+dHaBa9MklnBRlwYyNVA JrljsTt1x3VB7HTK2/IXA3gAqGQgN7nzir5+RIt/uI36lYQHckkhP9BfuMfz8wEw9XzSppF61hPBJ p4GlFIkcnoMv9aF5tjlvN0G1Q==; Original-Received: from cpc1-benw10-2-0-cust373.gate.cable.virginm.net ([77.98.219.118]:55232 helo=russet.org.uk) by cloud103.planethippo.com with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.86) (envelope-from ) id 1abbTf-001LAU-2L for help-gnu-emacs@gnu.org; Thu, 03 Mar 2016 22:12:11 +0000 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cloud103.planethippo.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - russet.org.uk X-Get-Message-Sender-Via: cloud103.planethippo.com: authenticated_id: phillip.lord@russet.org.uk X-Authenticated-Sender: cloud103.planethippo.com: phillip.lord@russet.org.uk X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 31.216.48.48 X-Mailman-Approved-At: Thu, 03 Mar 2016 18:52:41 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:109431 Archived-At: I've just been trying lilypond with Emacs, and the situation seems fairly poor. Currently, it appears there no modes on any of the package repos. There is a mode distributed with lilypond itself, but this looks fairly old (it has emacs-19 compatability code), is not namespace clean and some of the functionality is broken. There is also https://github.com/nsceaux/lyqi, again not on a package repo, and described by the author as "buggy". Then, https://github.com/jmgpena/lilypond-mode, which is the lilypond distributed mode but updated. And, finally, https://github.com/jstamant/lilypond-mode which is a new mode. Any feedback on the best route to go!