emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding packages to enable by default


From: martin rudalics
Subject: Re: Finding packages to enable by default
Date: Wed, 11 Dec 2013 09:13:51 +0100

>               (save-excursion
> -               (goto-char blinkpos)
> -               (sit-for blink-matching-delay))))
> +               (move-overlay blink-matching--overlay blinkpos (1+ blinkpos)
> +                             (current-buffer))
> +               (overlay-put blink-matching--overlay
> +                            'priority show-paren-priority)
> +               (sit-for blink-matching-delay)
> +               (delete-overlay blink-matching--overlay))))

I think there's no more need to save the excursion here.

But maybe someone likes the old behavior and we should provide an option
(like a special value 'jump for `blink-matching-paren') to support it.

martin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]