1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
Richard M. Stallman
2fe66dda68 (show-paren-ring-bell-on-mismatch): New option.
(show-paren-function): Beep on mismatch, if requested.
1998-05-01 05:33:39 +00:00
Richard M. Stallman
82b6a81f61 (show-paren-match-face): Use gray on all non-color screens. 1997-07-17 18:36:12 +00:00
Richard M. Stallman
12eb843358 (show-paren-idle-timer): New defvar.
(show-paren-mode): Add :initialize attr in the defcustom.
Test the value at end of file, and turn on the mode if true.
1997-07-04 00:16:50 +00:00
Richard M. Stallman
b527f6c26c (show-paren-mode): Add a defvar before first use. 1997-07-03 01:06:11 +00:00
Simon Marshall
173f234148 customise, rewrite and extend. 1997-06-19 08:37:05 +00:00
Richard M. Stallman
9af289f9c2 Don't enable the mode just because file is loaded. 1997-06-18 20:21:20 +00:00
Karl Heuer
f8e2c40cde (show-paren-function): Handle multibyte characters. 1997-02-20 05:48:19 +00:00
Richard M. Stallman
0d554bae8b (show-paren-function): Handle unbalanced parens as
mismatched.  When the unbalanced paren is an opening paren,
highlight it as mismatched.
1996-09-03 17:54:23 +00:00
Simon Marshall
625d837ef4 Don't toggle on window-setup-hook. 1996-02-28 12:17:10 +00:00
Richard M. Stallman
673cc3c51d (show-paren-delay): New variable.
(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.
1996-02-28 01:28:42 +00:00
Karl Heuer
44bea10aef Use run-with-idle-timer, not post-command-idle-hook. 1996-02-21 21:21:55 +00:00
Richard M. Stallman
6f554752a4 (show-paren-command-hook): Position show-paren-overlay-1
properly when first creating it (just like when moving it).
1996-02-11 19:25:08 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
69e01b8eb2 (window-setup-hook): Clear blink-matching-paren-on-screen;
don't touch  blink-paren-function.
1995-12-21 17:59:43 +00:00
Karl Heuer
fee7c89dc1 (show-paren-command-hook): Don't list `paren-mismatch'
face in menu.
1995-11-10 18:58:14 +00:00
Richard M. Stallman
26ee1a5dd0 Use post-command-idle-hook.
(show-paren-command-hook): No need to test for idleness.
1995-08-21 22:00:21 +00:00
Richard M. Stallman
0671e80b5e (show-paren-command-hook): Do nothing if have unread events. 1995-08-16 15:03:59 +00:00
Richard M. Stallman
00b05a4299 (show-paren-command-hook): Don't alter paren-mismatch face
if make-face gives it some contents.
1995-01-10 17:44:28 +00:00
Richard M. Stallman
329ff3a4e7 (show-paren-command-hook): Set the face of an overlay
each time we move it somewhere.
1994-08-17 22:31:16 +00:00
Richard M. Stallman
080d320dce (show-paren-command-hook): Cope if matching-paren gives nil. 1994-08-11 02:42:22 +00:00
Richard M. Stallman
d196a64d03 (show-paren-command-hook): Use matching-paren.
Call overlay-put once for each overlay.
Wait .1 sec to see if any input comes in.
1994-06-25 01:20:11 +00:00
Richard M. Stallman
cde4c890f1 (show-paren-command-hook): Handle close paren rather than open paren
if point is between the two.
1994-06-23 14:42:48 +00:00
Richard M. Stallman
a060984a9a (show-paren-command-hook): Set paren foreground to white. 1994-06-23 14:31:35 +00:00
Richard M. Stallman
e8f9dff93b (show-paren-command-hook):
Always set show-paren-mismatch-face to symbol, not face vector.
1994-05-23 07:45:49 +00:00
Richard M. Stallman
e4b93bab48 (show-paren-command-hook): Do nothing when in kbd macro. 1994-01-17 22:43:40 +00:00
Richard M. Stallman
bac79b5181 (show-paren-command-hook): Do nothing if input is pending. 1993-08-12 05:33:16 +00:00
Richard M. Stallman
a1251f7964 (show-paren-command-hook): Don't use value of make-face. 1993-08-11 20:18:06 +00:00
Richard M. Stallman
520bca5791 (window-setup-hook): Add hook function. 1993-08-03 17:45:17 +00:00
Richard M. Stallman
776b7d5aac (show-paren-command-hook): Specify buffer for move-overay. 1993-07-30 07:50:15 +00:00
Richard M. Stallman
30322a2736 (show-paren-face): New variable.
(show-paren-command-hook): Use it.
Call set-face-background properly.
1993-07-20 05:59:51 +00:00
Richard M. Stallman
eb0d9f0861 Enable the hook only if window-system.
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.
1993-07-18 04:47:10 +00:00
Richard M. Stallman
80e1673824 (show-paren-command-hook): Do nothing if not window-system. 1993-07-10 05:16:08 +00:00
Jim Blandy
e4c37df716 *** empty log message *** 1993-07-04 17:52:52 +00:00
Jim Blandy
5e2325c935 *** empty log message *** 1993-07-04 17:41:56 +00:00
Jim Blandy
3a3236d27c *** empty log message *** 1993-06-29 21:27:42 +00:00
Jim Blandy
d1475aa1ba *** empty log message *** 1993-06-29 18:21:12 +00:00
Jim Blandy
e788f29183 *** empty log message *** 1993-06-29 04:03:22 +00:00
Jim Blandy
5e28918bbb Initial revision 1993-06-28 23:41:38 +00:00