Trigger showing when point is in the "periphery" of a line or just
commit01c1b1a8ae6431f9f3d6dd74b8fdc4753537e836
authorAlan Mackenzie <acm@muc.de>
Thu, 16 Oct 2014 20:29:44 +0000 (16 20:29 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 16 Oct 2014 20:29:44 +0000 (16 20:29 +0000)
tree5cddb15cedc2b655f85ed1b80d05043ac5ff5624
parente72f5197ea3bf314b491f52b02e54b7e4f590d70
Trigger showing when point is in the "periphery" of a line or just
inside a paren.
paren.el (show-paren-style, show-paren-delay)
(show-paren-priority, show-paren-ring-bell-on-mismatch): Remove
superfluous :group specifications.
(show-paren-when-point-inside-paren)
(show-paren-when-point-in-periphery): New customizable variables.
(show-paren-highlight-openparen): Make into a defcustom.
(show-paren--unescaped-p, show-paren--categorize-paren)
(show-paren--locate-near-paren): New defuns.
(show-paren--default): Refaactor and trigger on more paren
positions.
(show-paren-function): Small consequential changes.
lisp/ChangeLog
lisp/paren.el