Greetings T.M.,

Commenting out these lines fixes the issue.

Thanks! Can some elisp expert have a look at addressing this? For now, I am 
fine, but this must affect others I would think, unless there is something odd 
about my emacs setup, which is very simple.

Should this be reported as a bug?

Andrew.


> On 16 Oct 2015, at 02:03, T. Michael Sommers <tmsomme...@gmail.com> wrote:
> 
> The culprit would seem to be this, starting at line 502 in the function 
> LilyPond-blink-matching-paren in lilypond-indent.el:
> 
>  (when blink-matching-paren-distance
>       (narrow-to-region
>        (max (point-min) (- (point) blink-matching-paren-distance))
>        (min (point-max) (+ (point) blink-matching-paren-distance))))
> 
> This narrowing is never undone.


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

Reply via email to