Juanma Barranquero
4361b6c29e
(reb-mode-common): Remove reference to bogus variable `reb-kill-buffer';
...
don't make hooks buffer-local, use the LOCAL arg of `add-hook'.
(reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
Remove spurious * from defcustom docstrings.
(reb-next-match, reb-prev-match, reb-enter-subexp-mode): Fix typos in messages.
(reb-mode-buffer-p): New function.
(re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
(top, reb-show-subexp, reb-auto-update, reb-auto-update, reb-delete-overlays,
reb-cook-regexp, reb-update-regexp, reb-update-overlays): Use `unless', `when'.
(re-builder-unload-function): New function.
2008-03-25 16:49:22 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
8b72699e88
Add 2008 to copyright years.
2008-01-07 01:14:52 +00:00
Juanma Barranquero
90ce955480
(reb-delete-overlays): Use mapc' rather than
mapcar'.
2007-09-26 00:15:01 +00:00
Glenn Morris
e0085d62fa
Switch license to GPLv3 or later.
2007-07-25 04:14:29 +00:00
Juanma Barranquero
640eb069c5
(reb-update-overlays): Do not mark zero-width regexps as invalid
...
but rather at least count them correctly.
2007-03-18 14:34:18 +00:00
Richard M. Stallman
7b1730dd1f
(reb-re-syntax): Fix custom type.
2007-03-05 20:27:34 +00:00
Glenn Morris
f0fa15c5e5
Add 2007 to copyright years.
2007-01-21 02:48:43 +00:00
Juanma Barranquero
9fc917591d
(reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder*
...
buffer (it causes spurious error messages).
2006-11-12 05:28:37 +00:00
Eli Zaretskii
fc7d3ac548
(reb-update-overlays): Cycle through provided faces once they all have been
...
used.
2006-05-05 13:02:14 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Thien-Thi Nguyen
3731a85096
Update years in copyright notice; nfc.
2005-08-06 17:48:15 +00:00
Juanma Barranquero
78690f09b1
(reb-with-current-window): Delete.
...
(reb-next-match, reb-show-subexp): Use `with-selected-window' instead of
`reb-with-current-window'.
(reb-prev-match): Likewise. Also, don't move left if the search was
unsuccessful.
(reb-initialize-buffer): New function.
(re-builder, reb-change-syntax): Use it.
2005-07-24 02:29:14 +00:00
Juanma Barranquero
bbb319fb99
(regexp-builder): Use `defalias' instead of faking it.
2005-07-21 09:10:49 +00:00
Richard M. Stallman
5834812aad
(reb-cook-regexp): Avoid warning calling lre-compile-string.
...
(reb-color-display-p): Avoid warning.
2005-07-16 17:35:09 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Lute Kamstra
d47f3fc56f
(reb-mode): Use run-mode-hooks.
2005-05-26 15:13:09 +00:00
Juanma Barranquero
027a4b6b3f
Replace string-to-int' by
string-to-number'.
2005-05-16 11:34:49 +00:00
Dan Nicolaescu
ea81d57ec5
* mh-customize.el (mh-speedbar-selected-folder-face): Special case
...
high number of colors displays.
* textmodes/table.el (table-cell-face): Add special case for
displays supporting a high number of colors.
* progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
(vhdl-font-lock-reserved-words-face)
(vhdl-speedbar-architecture-face)
(vhdl-speedbar-instantiation-face)
(vhdl-speedbar-architecture-selected-face)
(vhdl-speedbar-instantiation-selected-face): Likewise.
* progmodes/sh-script.el (sh-heredoc-face): Likewise.
* progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
* progmodes/ebrowse.el (ebrowse-tree-mark-face)
(ebrowse-root-class-face, ebrowse-member-attribute-face)
(ebrowse-progress-face): Likewise.
* progmodes/compile.el (compilation-info-face): Likewise.
* progmodes/cc-fonts.el (c-invalid-face): Likewise.
* emacs-lisp/re-builder.el (reb-match-3): Likewise.
* calendar/calendar.el (diary-face): Likewise.
* woman.el (woman-italic-face, woman-bold-face)
(woman-unknown-face): Likewise.
* wid-edit.el (widget-button-pressed-face): Likewise.
* whitespace.el (whitespace-highlight-face): Likewise.
* smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
* pcvs-info.el (cvs-marked-face): Likewise.
* info.el (info-xref): Likewise.
* ido.el (ido-subdir-face, ido-indicator-face): Likewise.
* hilit-chg.el (highlight-changes-face)
(highlight-changes-delete-face): Likewise.
* hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
(hi-red-b): Likewise.
* generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
* font-lock.el (font-lock-keyword-face)
(font-lock-function-name-face, font-lock-warning-face): Likewise.
* cus-edit.el (custom-invalid-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-variable-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Likewise.
* comint.el (comint-highlight-prompt): Likewise.
2005-04-08 14:26:13 +00:00
Richard M. Stallman
e342a48a65
(regexp-builder): New function.
2005-02-27 10:35:51 +00:00
John Paul Wallington
d7975e20a0
Update copyright. Update commentary to mention rx syntax support.
2005-01-06 21:58:17 +00:00
John Paul Wallington
ee1fcbddee
(reb-mode-map): Define within defvar.
...
(reb-force-update): Doc fix.
2004-08-17 09:58:06 +00:00
John Paul Wallington
8bd6323a8f
(reb-re-syntax): Add `rx' syntax.
...
(reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
(reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
(reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2004-08-07 12:03:54 +00:00
John Paul Wallington
7c20a7a9bb
(reb-update-overlays): Distinguish between one and several matches in message.
2004-07-09 17:16:59 +00:00
Juanma Barranquero
403532ee37
(reb-auto-update): Fix typo in docstring.
2004-05-07 00:53:56 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Juanma Barranquero
a1506d2977
Trailing whitepace deleted.
2003-02-04 13:24:35 +00:00
Markus Rost
060b279a11
Add provide call.
2002-11-17 22:43:07 +00:00
Miles Bader
bf1ec48202
(reb-match-0, reb-match-1)
...
(reb-match-2, reb-match-3): Add dark-background variants.
2001-11-22 14:55:55 +00:00
Richard M. Stallman
ac5231e6bc
(reb-mode): Don't use define-derived-mode. Call kill-all-local-variables.
2001-11-20 23:43:55 +00:00
Eli Zaretskii
3813214946
(re-builder): Don't re-enter RE Builder Mode.
2001-11-20 18:26:55 +00:00
Eli Zaretskii
84c7e2dc61
(reb-change-target-buffer): New function.
...
(top-level): Bind it to C-c C-b.
2001-11-20 18:20:56 +00:00
Stefan Monnier
d6b3b5f4f8
(reb-mode): Use define-derived-mode.
...
(font-lock-defaults-alist): Don't change it any more.
(reb-subexp-mode-map): Cleanup.
2001-11-18 01:44:08 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00
Dave Love
45974ac693
(reb-mode): Quote the hook name. From
...
Juanma Barranquero.
2001-02-09 15:37:42 +00:00
Eli Zaretskii
5017058b7b
(reb-update-modestring): Don't use concat for integers.
...
From Juanma Barranquero <lektu@uol.com.br>.
2001-01-31 08:29:28 +00:00
Gerd Moellmann
bdec99ee91
Remove RCS Id, remove history comment.
2000-03-12 15:22:03 +00:00
Gerd Moellmann
b78417b000
(reb-re-syntax): Fix typo in `:type'. Fix comment.
2000-03-12 13:45:25 +00:00
Gerd Moellmann
d1221ea91d
*** empty log message ***
2000-03-09 20:28:18 +00:00