aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* Some doc related to search-invisible and query replaceGlenn Morris2014-02-281-1/+1
* Some doc for search-invisibleGlenn Morris2014-02-201-0/+6
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* * lisp/isearch.el (isearch-quote-char): Check character validity like in `quo...Juri Linkov2014-02-081-0/+3
* * isearch.el (isearch-cmds): Doc clarification.Lars Ingebrigtsen2014-02-071-3/+3
* * isearch.el (isearch-filter-predicate): Documentation typo fixLars Ingebrigtsen2014-02-071-1/+1
* * isearch.el (isearch-cmds): Doc clarification.Lars Ingebrigtsen2014-02-071-2/+2
* * lisp/isearch.el (isearch-mode-map): Bind [return] and [backspace] toJuri Linkov2014-01-071-0/+2
* More doc updates.Chong Yidong2014-01-071-3/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Rename set-temporary-overlay-map -> set-transient-mapChong Yidong2013-12-231-1/+1
* * lisp/isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.Juri Linkov2013-12-201-2/+7
* query-replace backwardJuri Linkov2013-12-191-8/+17
* * lisp/isearch.el (isearch-mode-map): Remove [escape] key bindinds.Juri Linkov2013-12-161-3/+2
* * lisp/isearch.el (isearch--saved-overriding-local-map): New internal variable.Juri Linkov2013-12-061-1/+6
* * lisp/isearch.el (isearch-mode, isearch-done): Don't set arg LOCALJuri Linkov2013-12-041-4/+4
* * lisp/isearch.el (isearch-pre-command-hook): Don't build in knowledge aboutStefan Monnier2013-10-111-2/+3
* * lisp/isearch.el (isearch-pre-command-hook): Use this-single-command-keysJuri Linkov2013-10-101-4/+4
* * lisp/isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]Juri Linkov2013-10-091-221/+56
* * lisp/isearch.el (isearch-reread-key-sequence-naturally): Use non-nilJuri Linkov2013-08-281-1/+13
* * lisp/isearch.el (isearch-search): Change regexp error message for non-regex...Juri Linkov2013-08-281-4/+12
* * lisp/isearch.el (isearch-other-meta-char): Don't store kmacro commandsJuri Linkov2013-08-271-0/+7
* * lisp/isearch.el (isearch-quote-char): Comment out converting unibyteJuri Linkov2013-08-271-4/+8
* lisp/*.el: Silence lexical-binding warnings.Juanma Barranquero2013-08-091-1/+1
* Revert introduction of isearch-filter-predicates.Stefan Monnier2013-08-051-37/+20
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* * lisp/isearch.el (isearch-query-replace): Add " symbol" and otherJuri Linkov2013-06-141-10/+21
* * lisp/isearch.el (word-search-regexp): Match whitespace if the searchJuri Linkov2013-06-141-10/+31
* * lisp/isearch.el (isearch-del-char): Don't exceed the length of `isearch-str...Juri Linkov2013-06-141-1/+7
* Add prefix arg to more isearch commands.Juri Linkov2013-06-131-32/+42
* * isearch.el (isearch-allow-prefix): New defcustoms need :version tagsGlenn Morris2013-06-051-0/+1
* * isearch.el (isearch-allow-prefix): New user option.Alan Mackenzie2013-06-051-6/+21
* Search and highlight symbol at point.Juri Linkov2013-06-031-2/+25
* Spelling fixes.Paul Eggert2013-05-311-1/+1
* * lisp/isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible' to "\M-...Juri Linkov2013-05-311-3/+31
* * lisp/isearch.el (isearch-filter-predicates): Rename from `isearch-filter-pr...Juri Linkov2013-05-281-14/+38
* * lisp/isearch.el (isearch-char-by-name): Rename fromJuri Linkov2013-05-161-6/+9
* * lisp/isearch.el (minibuffer-local-isearch-map): Bind "\r" to `exit-minibuffer'Juri Linkov2013-05-161-3/+7
* * lisp/isearch.el (isearch-forward, isearch-mode): Doc fix.Juri Linkov2013-05-011-3/+20
* * lisp/isearch.el (isearch-fail-pos): Check for empty `cmds'.Darren Hoo2013-04-281-2/+3
* Merge from emacs-24; up to 2012-12-22T02:59:[email protected]Glenn 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:[email protected]Glenn 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:[email protected]Paul 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
|/