Make blink-matching-paren perform blinking without moving the cursor
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 13 Dec 2013 04:14:17 +0000 (06:14 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 13 Dec 2013 04:14:17 +0000 (06:14 +0200)
commit84c73ba09921f0918d98a5f5784d35d2db9a7577
tree58dafc4161cfc80b6ed662320a3f1618ccbbf679
parent11dde529083c0b3df2e8e91913426ed4975b77c3
Make blink-matching-paren perform blinking without moving the cursor

* lisp/faces.el (paren-showing-faces, show-paren-match)
(show-paren-mismatch): Move from paren.el.

* lisp/simple.el (blink-matching--overlay): New variable.
(blink-matching-open): Instead of moving point, highlight the
matching paren with an overlay
(http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
lisp/ChangeLog
lisp/faces.el
lisp/paren.el
lisp/simple.el