lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-mode.el


From: Orm Finnendahl
Subject: Re: lilypond-mode.el
Date: Thu, 30 Mar 2006 13:16:11 +0200
User-agent: Mutt/1.5.9i

Am 30. März 2006, 05:57 Uhr (-0500) schrieb Geoff Horton:
> > In addition <Tab> doesn't auto-complete but rather indents the current
> > line...
> 
> I'm pretty sure this is the intended behavior.


<snippet from lilypond-mode.el>

  (if (string-match "XEmacs\\|Lucid" emacs-version)
      (define-key LilyPond-mode-map [iso-left-tab] 'LilyPond-autocompletion)
    (define-key LilyPond-mode-map [iso-lefttab] 'LilyPond-autocompletion))

</snippet from lilypond-fontlock.el>

Is there *anybody* who got the cursor movements or autocompletion
working with gnu emacs? I can't imagine nobody is using it.

--
Orm




reply via email to

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