[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs lilypond-mode and also point-and-click
From: |
Andrew Bernard |
Subject: |
Re: Emacs lilypond-mode and also point-and-click |
Date: |
Fri, 16 Oct 2015 11:32:17 +1100 |
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 <address@hidden> 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.
Re: Emacs lilypond-mode and also point-and-click, David Wright, 2015/10/15