Re: Emacs mode indentation

2002-01-27 Thread Jan Nieuwenhuizen
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

Re: Emacs mode indentation

2002-01-27 Thread Jan Nieuwenhuizen
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

Re: Emacs mode indentation

2002-01-26 Thread Chris Jackson
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

Re: Emacs mode indentation

2002-01-24 Thread Chris Jackson
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

Re: Emacs mode indentation

2002-01-24 Thread Jan Nieuwenhuizen
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}. >

Emacs mode indentation

2002-01-23 Thread Chris Jackson
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