summaryrefslogtreecommitdiff
path: root/lisp/paren.el
Commit message (Collapse)AuthorAgeFilesLines
* (show-paren-function): Handle unbalanced parens asRichard M. Stallman1996-09-031-14/+27
| | | | | mismatched. When the unbalanced paren is an opening paren, highlight it as mismatched.
* Don't toggle on window-setup-hook.Simon Marshall1996-02-281-1/+1
|
* (show-paren-delay): New variable.Richard M. Stallman1996-02-281-16/+38
| | | | | | (show-paren-mode): New command. Use it. Call it at the top-level. (show-paren-mode, show-paren-idle-timer): New variables. (show-paren-function): Renamed from show-paren-command-hook.
* Use run-with-idle-timer, not post-command-idle-hook.Karl Heuer1996-02-211-3/+2
|
* (show-paren-command-hook): Position show-paren-overlay-1Richard M. Stallman1996-02-111-1/+1
| | | | properly when first creating it (just like when moving it).
* Update FSF's address.Erik Naggum1996-01-141-2/+4
|
* (window-setup-hook): Clear blink-matching-paren-on-screen;Karl Heuer1995-12-211-2/+2
| | | | don't touch blink-paren-function.
* (show-paren-command-hook): Don't list `paren-mismatch'Karl Heuer1995-11-101-0/+2
| | | | face in menu.
* Use post-command-idle-hook.Richard M. Stallman1995-08-211-5/+3
| | | | (show-paren-command-hook): No need to test for idleness.
* (show-paren-command-hook): Do nothing if have unread events.Richard M. Stallman1995-08-161-1/+3
|
* (show-paren-command-hook): Don't alter paren-mismatch faceRichard M. Stallman1995-01-101-8/+9
| | | | if make-face gives it some contents.
* (show-paren-command-hook): Set the face of an overlayRichard M. Stallman1994-08-171-4/+6
| | | | each time we move it somewhere.
* (show-paren-command-hook): Cope if matching-paren gives nil.Richard M. Stallman1994-08-111-2/+3
|
* (show-paren-command-hook): Use matching-paren.Richard M. Stallman1994-06-251-9/+6
| | | | | Call overlay-put once for each overlay. Wait .1 sec to see if any input comes in.
* (show-paren-command-hook): Handle close paren rather than open parenRichard M. Stallman1994-06-231-4/+4
| | | | if point is between the two.
* (show-paren-command-hook): Set paren foreground to white.Richard M. Stallman1994-06-231-1/+3
|
* (show-paren-command-hook):Richard M. Stallman1994-05-231-5/+3
| | | | Always set show-paren-mismatch-face to symbol, not face vector.
* (show-paren-command-hook): Do nothing when in kbd macro.Richard M. Stallman1994-01-171-1/+2
|
* (show-paren-command-hook): Do nothing if input is pending.Richard M. Stallman1993-08-121-1/+3
|
* (show-paren-command-hook): Don't use value of make-face.Richard M. Stallman1993-08-111-1/+2
|
* (window-setup-hook): Add hook function.Richard M. Stallman1993-08-031-1/+8
|
* (show-paren-command-hook): Specify buffer for move-overay.Richard M. Stallman1993-07-301-2/+5
|
* (show-paren-face): New variable.Richard M. Stallman1993-07-201-2/+6
| | | | | (show-paren-command-hook): Use it. Call set-face-background properly.
* Enable the hook only if window-system.Richard M. Stallman1993-07-181-44/+71
| | | | | | | Clear blink-paren-function at the same time. (show-paren-command-hook): If after a closeparen, highlight that closeparen as well as matching open. Use a different color for a mismatch, if color screen.
* (show-paren-command-hook): Do nothing if not window-system.Richard M. Stallman1993-07-101-49/+50
|
* *** empty log message ***Jim Blandy1993-07-041-3/+3
|
* *** empty log message ***Jim Blandy1993-07-041-1/+8
|
* *** empty log message ***Jim Blandy1993-06-291-0/+3
|
* *** empty log message ***Jim Blandy1993-06-291-13/+14
|
* *** empty log message ***Jim Blandy1993-06-291-1/+1
|
* Initial revisionJim Blandy1993-06-281-0/+85