summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
...
* * lisp/replace.el (replace-string): Doc fix re start/end.Glenn Morris2013-09-051-4/+5
* Revert introduction of isearch-filter-predicates.Stefan Monnier2013-08-051-8/+7
* * lisp/isearch.el (isearch-query-replace): Add " symbol" and otherJuri Linkov2013-06-141-1/+4
* Fix typos.Juanma Barranquero2013-06-111-4/+4
* * lisp/replace.el (perform-replace): Avoid `isearch-range-invisible'Juri Linkov2013-05-311-0/+3
* * lisp/replace.el (occur-engine): Rename `globalcount' to `global-lines'Juri Linkov2013-05-301-31/+45
* * lisp/replace.el (perform-replace): Add `skip-read-only-count',Juri Linkov2013-05-301-17/+62
* * lisp/replace.el (replace-search): New function with code moved outJuri Linkov2013-05-281-90/+96
* * lisp/replace.el (perform-replace): Ignore invisible matches.Juri Linkov2013-05-281-5/+15
* * lisp/replace.el (list-matching-lines-prefix-face): New defcustom.Juri Linkov2013-03-241-12/+32
* Provide for customizing default regexp in occur commands (Bug#13892).Jambunathan K2013-03-101-1/+21
* Provide for customizing default regexp in hi-lock commands (Bug#13892).Jambunathan K2013-03-081-9/+1
* * lisp/replace.el (read-regexp): Let-bind `default' to the firstJuri Linkov2013-02-251-26/+33
* Merge from emacs-24; up to 2012-12-22T02:59:08Z!cyd@gnu.orgGlenn Morris2013-02-221-0/+1
|\
| * * lisp/isearch.el (isearch-lazy-highlight-new-loop):Juri Linkov2013-02-211-0/+1
* | (read-regexp): Add regexp for symbol at point to the defaults (Bug#13687).Jambunathan K2013-02-161-9/+14
|/
* * lisp/replace.el (perform-replace): Move let-bindings of isearch-*Juri Linkov2013-02-021-46/+56
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* * doc/emacs/search.texi (Query Replace): Document multi-buffer replacement ke...Juri Linkov2012-10-171-2/+6
* * lisp/replace.el (query-replace-interactive): Declare obsolete.Juri Linkov2012-10-041-23/+30
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-24/+22
* * lisp/replace.el (query-replace-read-from): Use `read-regexp' insteadJuri Linkov2012-09-211-17/+14
* * lisp/replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTSJuri Linkov2012-09-211-21/+25
* * lisp/replace.el (read-regexp): Add HISTORY arg.Juri Linkov2012-09-211-4/+7
* * lisp/replace.el (read-regexp): Don't add ": " when PROMPT alreadyJuri Linkov2012-09-211-11/+13
* * lisp/replace.el (replace-regexp-lax-whitespace): New defcustom.Juri Linkov2012-09-101-8/+16
* Allow scrolling in y-or-n-p.Chong Yidong2012-09-091-4/+18
* * lisp/replace.el (replace-lax-whitespace): New defcustom.Juri Linkov2012-09-061-1/+36
* Use `isearch-search-fun' in `perform-replace' (bug#10885, bug#10887).Juri Linkov2012-09-061-25/+18
* Add inhibit-switch-frame parameter for display-buffer, and use it in occur-edit.Chong Yidong2012-08-061-1/+3
* Fix typo in docstring. Bug #12122.Bastien Guerry2012-08-021-2/+2
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-271-41/+40
* Doc and lispref updates related to searchingGlenn Morris2012-03-281-2/+2
* * lisp/replace.el (replace-highlight): Set isearch-word to nil unconditionally.Juri Linkov2012-03-111-3/+3
* * lisp/replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.Juri Linkov2012-02-231-0/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-261-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Fixes for Occur Edit mode.Leo Liu2011-09-191-3/+3
* * lisp/replace.el (occur-mode-map): Rebind occur-edit-mode to "e".Chong Yidong2011-09-171-35/+52
* * replace.el (occur-mode-goto-occurrence): Don't force using other window.Chong Yidong2011-09-141-1/+1
* Fix various uses of display-buffer and pop-to-bufferChong Yidong2011-09-101-10/+5
* * replace.el (multi-occur): MentionLars Magne Ingebrigtsen2011-07-021-1/+2
* New major mode: Occur Edit mode.Leo Liu2011-05-281-22/+86
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-10/+22
* * lisp/replace.el (occur-mode-map): Some fixes for menu items.Glenn Morris2011-04-071-11/+14
* Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris2011-02-271-1/+1
|\
| * Fix spelling of "precede".Glenn Morris2011-02-221-1/+1
* | Move keymap initialization into declaration.Stefan Monnier2011-02-101-48/+54
* | * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-011-66/+51