Chris Jackson <[EMAIL PROTECTED]> writes:
> OK - the patch below (relative to my previous patch) sorts out some of the
> speed problems, and replaces a bloated and inefficient function... It can
> still struggle with .ly files over 20K, though.
Ok, thanks.
Jan.
--
Jan Nieuwenhuizen <[EMAIL PR
Chris Jackson <[EMAIL PROTECTED]> writes:
> The problem comes when I have largish source files, looking like, say,
>
> thing = \notes {
> (20 lines)
> }
>
> nextthing = \notes {
> (20 lines)
> }
>
> ... (about 10 of these)
>
> and I select the block at the bottom of the file and run indent-regi
On Thu, Jan 24, 2002 at 11:20:42AM +0100, Jan Nieuwenhuizen wrote:
> I must say that the speed is not too bad. On my fairly old G3/233MHz,
> it feels comparable with c-mode's indenting speed.
OK - the patch below (relative to my previous patch) sorts out some of the
speed problems, and replaces
On Thu, Jan 24, 2002 at 11:20:42AM +0100, Jan Nieuwenhuizen wrote:
> Chris Jackson <[EMAIL PROTECTED]> writes:
>
> > OK - The code below is a first attempt at indentation for lilypond-mode.
>
> Wow. That first attempt seems to work quite well, at first try!
Excellent.
> > The problem with th
acke@@gmx.de, Bjoern Jacke}
German glossary stuff.
+@item @email{chris@@fluffhouse.org.uk, Chris Jackson},
+Emacs mode indentation, directed arpeggios.
@item @email{nj104@@cus.cam.ac.uk, Neil Jerram}.
parts of Documentation/Vocab*
@item @email{heikki.junes@@hut.fi, Heikki Junes}.
>
rman glossary stuff.
+ * Chris Jackson <[EMAIL PROTECTED]> Emacs mode indentation,
+ directed arpeggios
+
* Neil Jerram <[EMAIL PROTECTED]>. parts of
Documentation/Vocab*
diff -purN lilypond-1.5.28/lilypond-font-lock.el
lilypond-1.5.28-new/lilypond-font-lock.el