summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
* Fix minor text quoting problems in lisp top levelPaul Eggert2015-08-281-1/+1
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-1/+2
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-4/+4
* * lisp/replace.el (perform-replace): Document `replacements'.Stefan Monnier2015-08-111-6/+7
* * lisp/replace.el (replace-character-fold): Default to nilArtur Malabarba2015-08-051-1/+1
* * lisp/replace.el (replace-search): Fix regexp case (bug#20901)Artur Malabarba2015-06-261-0/+1
* * lisp/character-fold.el: New file (Bug#20887)Artur Malabarba2015-06-241-2/+3
* * lisp/isearch.el: Fold many unicode characters to ASCIIArtur Malabarba2015-06-231-0/+9
* * lisp/replace.el (query-replace-read-from): Add separator toJuri Linkov2015-06-231-0/+2
* Avoid confusion in query-replace history when replacing NUL charsNicolas Richard2015-06-021-22/+30
* * lisp/replace.el (query-replace-from-to-separator): Delay initializationGlenn Morris2015-04-161-7/+5
* Add `predicate' arg to `read-buffer' and use it for erc-iswitchbStefan Monnier2015-03-161-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fix query-replace-regexp when using lisp expressions for replacementJuri Linkov2014-12-161-3/+6
* * lisp/replace.el (query-replace-from-to-separator): Turn defvar into defcustom.Juri Linkov2014-11-181-9/+20
* * lisp/replace.el: History for query replace pairs.Juri Linkov2014-11-081-24/+48
* * lisp/replace.el (query-replace): Fix typo in docstring.Christoph Scholtes2014-08-241-1/+1
* Allow `declare' to set the interactive-only propertyGlenn Morris2014-03-221-4/+4
* * lisp/replace.el (read-regexp): Fix typo in earlier doc change.Glenn Morris2014-02-141-1/+1
* Some read-regexp docGlenn Morris2014-02-131-25/+39
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* * replace.el (replace-match-maybe-edit): Doc clarification.Lars Ingebrigtsen2014-02-071-3/+5
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-2/+2
* * lisp/replace.el (read-regexp-defaults-function): New defcustom.Juri Linkov2013-12-201-35/+57
* * lisp/replace.el (occur-engine): Use `add-face-text-property'Juri Linkov2013-12-201-14/+11
* query-replace backwardJuri Linkov2013-12-191-47/+87
* * replace.el (occur-engine): Avoid infloop.Chong Yidong2013-12-181-1/+3
* Make the `interactive-only' bytecomp warning like the `obsolete' oneGlenn Morris2013-11-301-2/+2
* * lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Bozhidar Batsov2013-11-251-0/+4
* * lisp/replace.el (replace-eval-replacement): Try to give more helpful errorGlenn Morris2013-11-131-3/+8
* * lisp/replace.el (how-many): Fix rstart and !rend case.Oleh Krehel2013-10-121-3/+6
* * 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