aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/paren.el
Commit message (Collapse)AuthorAgeFilesLines
* (show-paren-function): Undo 2007-04-19 and 2007-04-20 changes.Chong Yidong2007-06-011-8/+1
|
* (show-paren-function): Fix last fix.Chong Yidong2007-04-201-1/+2
|
* (show-paren-function): Reset window-start to avoid recentering.Chong Yidong2007-04-191-1/+7
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Fix the highlight overlay extensionVinicius Jose Latorre2006-12-011-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (show-paren-match, show-paren-mismatch): Use existing groupJuri Linkov2005-12-301-4/+4
| | | | `paren-showing-faces'.
* (paren-showing-faces): New group.Richard M. Stallman2005-12-271-4/+8
| | | | (show-paren-match, show-paren-mismatch): Move to that group.
* (show-paren-mode): No longer change `blink-matching-paren-on-screen'.Luc Teirlinck2005-11-271-8/+1
|
* (show-paren-function): Allow new paren-class info.Stefan Monnier2005-11-201-1/+6
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-373Miles Bader2005-06-101-4/+8
| | | | | | | | | | | | Remove "-face" suffix from show-paren faces 2005-06-10 Miles Bader <[email protected]> * lisp/paren.el (show-paren-match, show-paren-mismatch): Remove "-face" suffix from face names. (show-paren-match-face, show-paren-mismatch-face): New backward-compatibility aliases for renamed faces. (show-paren-function): Use renamed show-paren faces.
* (show-paren-function): Use it to recognize parens that areStefan Monnier2005-04-191-4/+4
| | | | also used in 2-char comment markers.
* (show-paren-function): Fix last change (2004-12-02).Stefan Monnier2004-12-061-6/+7
|
* (show-paren-function): Check for matching chars specified by text props.Richard M. Stallman2004-12-031-2/+4
|
* (syntax-after): Undo last change.Stefan Monnier2004-11-221-4/+4
|
* (show-paren-function): Change calls to syntax-afterRichard M. Stallman2004-11-081-2/+2
| | | | for new way of returning the value.
* (show-paren-highlight-openparen): New var.Juri Linkov2004-04-271-1/+4
| | | | | (show-paren-function): Turn on openparen highlighting when matching forward if show-paren-highlight-openparen is non-nil.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* (show-paren-mismatch-face): Fix face spec.Andreas Schwab2002-12-011-1/+1
|
* (show-paren-function): Use syntax-after.Stefan Monnier2002-09-091-5/+4
|
* (show-paren-function): Move back in other directionRichard M. Stallman2002-03-111-0/+8
| | | | to verify the match is correct.
* (show-paren-match-face): Add dark-background variant.Miles Bader2001-11-071-3/+9
|
* Update the Commentary with installation instructions.Eli Zaretskii2001-10-161-2/+6
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (show-paren-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+1
|
* (show-paren-mode): Use define-minor-mode.Stefan Monnier2000-09-291-26/+5
|
* (show-paren-priority): New user option.Gerd Moellmann2000-08-141-0/+8
| | | | | (show-paren-function): Set overlay priorities to show-paren-priority.
* (show-paren-mode): Add autoload cookie.Dave Love1999-09-251-0/+1
|
* Fix maintainer address.Karl Heuer1999-08-161-1/+1
|
* (show-paren-mode): Support making show-paren-modeKarl Heuer1999-08-161-107/+125
| | | | | | | | a buffer-local variable. Don't check for a window system. (show-paren-function): Check whether show-paren-function is enabled in current buffer; do the right thing if not. Don't check for a window system. (show-paren-mode): Make it a user variable.
* (show-paren-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* *** empty log message ***Karl Heuer1999-03-301-1/+1
|
* (show-paren-mode): Doc fix.Karl Heuer1999-03-301-1/+2
|
* (show-paren-ring-bell-on-mismatch): New option.Richard M. Stallman1998-05-011-1/+10
| | | | (show-paren-function): Beep on mismatch, if requested.
* (show-paren-match-face): Use gray on all non-color screens.Richard M. Stallman1997-07-171-2/+1
|
* (show-paren-idle-timer): New defvar.Richard M. Stallman1997-07-041-33/+32
| | | | | (show-paren-mode): Add :initialize attr in the defcustom. Test the value at end of file, and turn on the mode if true.
* (show-paren-mode): Add a defvar before first use.Richard M. Stallman1997-07-031-0/+2
|
* customise, rewrite and extend.Simon Marshall1997-06-191-123/+155
|
* Don't enable the mode just because file is loaded.Richard M. Stallman1997-06-181-4/+0
|
* (show-paren-function): Handle multibyte characters.Karl Heuer1997-02-201-8/+12
|
* (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.