1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
emacs/lisp/cedet
Artur Malabarba ab65b33f8c * lisp/isearch.el: Rename word search to regexp-function search
`isearch-word' went well beyond its original purpose, and the name
no longer makes sense.  It is now called
`isearch-regexp-function', and it's value should always be a
function that converts a string to a regexp (though setting it to
t is still supported for now).

(isearch-word): Make obsolete.
(isearch-regexp-function): New variable.
(isearch-mode, isearch-done, isearch--state, isearch--set-state)
(with-isearch-suspended, isearch-toggle-regexp)
(isearch-toggle-word, isearch-toggle-symbol)
(isearch-toggle-character-fold, isearch-query-replace)
(isearch-occur, isearch-highlight-regexp)
(isearch-search-and-update, isearch-message-prefix)
(isearch-search-fun-default, isearch-search)
(isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
Use it.
(isearch-lazy-highlight-regexp-function): New var.
(isearch-lazy-highlight-word): Make obsolete.
(isearch--describe-regexp-mode): New function.
(isearch--describe-word-mode): Make obsolete.

* lisp/info.el (Info-isearch-search): Use the new var.

* lisp/replace.el (replace-search, replace-highlight): Use the new
var.

* lisp/obsolete/longlines.el (longlines-search-function): Use the
new var.

* lisp/hexl.el (hexl-isearch-search-function): Use the new var.

* lisp/cedet/semantic/senator.el (senator-isearch-search-fun): Use
the new var.
2015-10-21 17:11:09 +01:00
..
ede * lisp/cedet/ede: Silence some compiler warnings 2015-10-09 15:55:31 -04:00
semantic * lisp/isearch.el: Rename word search to regexp-function search 2015-10-21 17:11:09 +01:00
srecode Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
cedet-cscope.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cedet-files.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cedet-global.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
cedet-idutils.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cedet.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.1 Rename ChangeLogs for gitlog-to-changelog 2015-04-07 00:00:06 -07:00
data-debug.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
ede.el * lisp/cedet/ede: Silence some compiler warnings 2015-10-09 15:55:31 -04:00
inversion.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
mode-local.el Fix a few problems with directed quotes 2015-10-01 21:44:35 -07:00
pulse.el Handle pulse-background being nil 2015-08-15 12:18:46 -05:00
semantic.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
srecode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00