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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to