summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-12-22T02:59:08Z!cyd@gnu.orgGlenn Morris2013-02-221-2/+12
|\
| * * lisp/isearch.el (isearch-lazy-highlight-new-loop):Juri Linkov2013-02-211-2/+12
* | Merge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu@gmail.comGlenn Morris2013-02-011-0/+1
|\ \ | |/
| * * lisp/replace.el (perform-replace): Move let-bindings of isearch-*Juri Linkov2013-02-021-0/+1
* | Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-2/+2
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * lisp/isearch.el (isearch-mode-map): Bind `C-x 8 RET' toJuri Linkov2012-12-151-36/+54
* | * lisp/isearch.el (isearch-delete-char, isearch-del-char): Doc fix.Juri Linkov2012-12-151-0/+5
* | Don't bind same-window-* in isearch.el commands.Juri Linkov2012-11-041-4/+6
|/
* Add a comment for the last isearch.el change.Chong Yidong2012-10-301-0/+2
* Fix isearch handling of keypad characters with kmacros.Chong Yidong2012-10-301-1/+3
* * lisp/replace.el (query-replace-read-from): Use `read-regexp' insteadJuri Linkov2012-09-211-2/+2
* * lisp/replace.el (replace-regexp-lax-whitespace): New defcustom.Juri Linkov2012-09-101-4/+3
* * lisp/replace.el (replace-lax-whitespace): New defcustom.Juri Linkov2012-09-061-9/+11
* Toggle whitespace matching mode with M-s SPC.Juri Linkov2012-09-021-41/+108
* Doc fix for last change.Chong Yidong2012-08-261-2/+1
* Make ordinary isearch obey search-whitespace-regexp too.Chong Yidong2012-08-261-28/+55
* * lisp/isearch.el: Misc simplification; use defstruct.Stefan Monnier2012-08-041-101/+84
* Fix usage of C-x 8 key translations in Isearch.Chong Yidong2012-07-181-0/+7
* Spelling fixes.Paul Eggert2012-06-171-1/+1
* * lisp/isearch.el (isearch-mode-map): Bind `M-s _' to `isearch-toggle-symbol'.Juri Linkov2012-05-291-4/+36
* * lisp/isearch.el (isearch-word): Add docstring. Juri Linkov2012-05-291-13/+34
* * lisp/isearch.el (isearch-search-fun-default): New function.Juri Linkov2012-05-291-18/+20
* Move word search functions from search.c to isearch.el (bug#10145, bug#11381).Juri Linkov2012-05-171-0/+88
* * lisp/isearch.el (isearch-occur): Sync interactive spec with occur'sJuri Linkov2012-02-231-9/+31
* * lisp/isearch.el (isearch-update): Doc fix.Glenn Morris2012-02-031-1/+2
* * lisp/isearch.el (search-nonincremental-instead): Fix doc typo.Glenn Morris2012-01-171-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix commentary for the last commit.Eli Zaretskii2011-12-021-1/+1
* Fix part 3 of bug #10183 with input-method prompt in I-search.Eli Zaretskii2011-12-021-1/+5
* Change `wordify' to `word-search-regexp'.Juri Linkov2011-12-021-8/+5
* * lisp/isearch.el (isearch-yank-x-selection): Deactivate mark.Stefan Monnier2011-11-291-1/+4
* Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-271-1/+1
* * lisp/isearch.el (isearch-lazy-highlight-new-loop):Juri Linkov2011-11-191-16/+18
* * lisp/isearch.el (isearch-edit-string): Let-bind `history-add-new-input'Juri Linkov2011-11-191-5/+4
* Fix typos.Juanma Barranquero2011-11-151-2/+2
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Rename split-window-{above-each-other|split-window-side-by-side}Chong Yidong2011-10-301-1/+5
* * lisp/isearch.el (isearch-occur): Let-bind `search-spaces-regexp' toJuri Linkov2011-10-241-1/+1
* * lisp/isearch.el (isearch-lazy-highlight-word): New variable.Juri Linkov2011-10-111-2/+7
* Preserve current isearch case-fold value in `isearch-edit-string'.Juri Linkov2011-09-181-1/+3
* Share code between `isearch-message' and `isearch-string' in `isearch-fail-pos'.Juri Linkov2011-09-141-29/+22
* Fix docstrings in lisp/isearch.el.Juri Linkov2011-09-101-5/+3
* isearch.el (isearch-other-meta-char): Wherever a key list is unread,Alan Mackenzie2011-09-061-0/+5
* * lisp/isearch.el (isearch-done): Don't display message "Mark saved"Juri Linkov2011-08-291-1/+1
* * lisp/isearch.el (isearch-occur): Let-bind `search-spaces-regexp' toJuri Linkov2011-08-251-3/+4
* * lisp/isearch.el (isearch-edit-string): Let-bind `search-ring' andJuri Linkov2011-08-251-1/+14
* "C-s M-p" brings the tip of the search ring.Juri Linkov2011-08-241-15/+15
* Doc fix.Lars Magne Ingebrigtsen2011-07-151-1/+2