summaryrefslogtreecommitdiff
path: root/lisp/replace.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/replace.el (query-replace-read-from): Use minibuffer-with-setup-hookJuri Linkov2016-05-041-12/+9
* Rearrange the doc of query-replace slightlyLars Ingebrigtsen2016-05-011-4/+4
* replace-match-maybe-edit doc clarificationLars Ingebrigtsen2016-05-011-1/+3
* In M-%, avoid making buffer-local binding of text-property-default-nonstickyAlan Mackenzie2016-03-291-7/+12
* Minor doc string fixes in replace.elEli Zaretskii2016-03-251-6/+11
* Add `isearch' to `basic-faces'Lars Ingebrigtsen2016-02-231-0/+1
* * lisp/replace.el (replace-match-maybe-edit): Make arg `backward' optional.Juri Linkov2016-02-101-4/+6
* Improve the custom type of some user options.Glenn Morris2016-02-011-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Further progress making Isearch, Ispell, Replace work with Follow Mode.Alan Mackenzie2015-12-071-2/+6
* * lisp/replace.el (occur-engine): Count matches in empty lines.Juri Linkov2015-12-011-0/+3
* Spelling and grammar fixesPaul Eggert2015-11-291-2/+2
* Improve documentation of search and replace commandsEli Zaretskii2015-11-281-0/+14
* Improve documentation of 'replace-character-fold'Eli Zaretskii2015-11-271-2/+4
* Improve and update documentation of search commandsEli Zaretskii2015-11-251-1/+2
* * lisp/replace.el (occur-regexp-descr): New function.Juri Linkov2015-11-201-7/+19
* Support rectangular regions for more commandsJuri Linkov2015-11-141-38/+49
* * lisp/isearch.el: Rename word search to regexp-function searchArtur Malabarba2015-10-211-2/+2
* Revert "Don't rely on defaults in decoding UTF-8 encoded Lisp files"Dmitry Gutov2015-09-291-1/+1
* Don't rely on defaults in decoding UTF-8 encoded Lisp filesEli Zaretskii2015-09-211-1/+1
* Clarify or replace a few \u escapes.Paul Eggert2015-09-211-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-4/+4
* 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