summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/re-builder.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* * outline.el (outline-mode-menu-bar-map):Dan Nicolaescu2008-04-041-1/+31
| | | | | | | | | | * term.el (terminal-signal-menu): Add :help. * net/eudc.el (eudc-mode-map): Declare and define in one step. (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help. * emacs-lisp/re-builder.el (reb-mode-map): * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
* (reb-mode-common): Remove reference to bogus variable `reb-kill-buffer';Juanma Barranquero2008-03-251-68/+81
| | | | | | | | | | | | 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.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (reb-delete-overlays): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (reb-update-overlays): Do not mark zero-width regexps as invalidJuanma Barranquero2007-03-181-2/+4
| | | | but rather at least count them correctly.
* (reb-re-syntax): Fix custom type.Richard M. Stallman2007-03-051-3/+2
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder*Juanma Barranquero2006-11-121-0/+1
| | | | buffer (it causes spurious error messages).
* (reb-update-overlays): Cycle through provided faces once they all have beenEli Zaretskii2006-05-051-13/+22
| | | | used.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (reb-with-current-window): Delete.Juanma Barranquero2005-07-241-39/+24
| | | | | | | | | (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.
* (regexp-builder): Use `defalias' instead of faking it.Juanma Barranquero2005-07-211-4/+1
|
* (reb-cook-regexp): Avoid warning calling lre-compile-string.Richard M. Stallman2005-07-161-2/+4
| | | | (reb-color-display-p): Avoid warning.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (reb-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-1/+1
|
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (regexp-builder): New function.Richard M. Stallman2005-02-271-1/+7
|
* Update copyright. Update commentary to mention rx syntax support.John Paul Wallington2005-01-061-4/+4
|
* (reb-mode-map): Define within defvar.John Paul Wallington2004-08-171-16/+14
| | | | (reb-force-update): Doc fix.
* (reb-re-syntax): Add `rx' syntax.John Paul Wallington2004-08-071-5/+10
| | | | | | (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'.
* (reb-update-overlays): Distinguish between one and several matches in message.John Paul Wallington2004-07-091-1/+2
|
* (reb-auto-update): Fix typo in docstring.Juanma Barranquero2004-05-071-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* Add provide call.Markus Rost2002-11-171-0/+2
|
* (reb-match-0, reb-match-1)Miles Bader2001-11-221-12/+24
| | | | (reb-match-2, reb-match-3): Add dark-background variants.
* (reb-mode): Don't use define-derived-mode. Call kill-all-local-variables.Richard M. Stallman2001-11-201-3/+10
|
* (re-builder): Don't re-enter RE Builder Mode.Eli Zaretskii2001-11-201-14/+17
|
* (reb-change-target-buffer): New function.Eli Zaretskii2001-11-201-1/+19
| | | | (top-level): Bind it to C-c C-b.
* (reb-mode): Use define-derived-mode.Stefan Monnier2001-11-181-35/+13
| | | | | (font-lock-defaults-alist): Don't change it any more. (reb-subexp-mode-map): Cleanup.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (reb-mode): Quote the hook name. FromDave Love2001-02-091-1/+1
| | | | Juanma Barranquero.
* (reb-update-modestring): Don't use concat for integers.Eli Zaretskii2001-01-311-1/+1
| | | | From Juanma Barranquero <lektu@uol.com.br>.
* Remove RCS Id, remove history comment.Gerd Moellmann2000-03-121-23/+0
|
* (reb-re-syntax): Fix typo in `:type'. Fix comment.Gerd Moellmann2000-03-121-3/+8
|
* *** empty log message ***Gerd Moellmann2000-03-091-0/+683