emacs/lisp/cedet/semantic
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
..
analyze Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
bovine Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
decorate Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
symref Restore <D> instead of '.' in grep-find-template 2015-06-03 05:45:15 +03:00
wisent Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
analyze.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
bovine.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
chart.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
complete.el Use %s to format strings instead of splicing them 2015-09-20 09:42:05 -07:00
ctxt.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
db-debug.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
db-ebrowse.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db-el.el Quieten cedet compilation 2015-05-06 16:02:32 -04:00
db-file.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db-find.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
db-global.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db-javascript.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
db-ref.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db-typecache.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
db.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
debug.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
decorate.el * lisp/cedet/semantic: Remove some dead code 2015-04-10 00:17:19 -04:00
dep.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
doc.el Spelling fixes 2015-02-21 20:01:05 -08:00
ede-grammar.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
edit.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
find.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
format.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
fw.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
grammar-wy.el Use \r rather than ^M in string literals 2015-05-30 09:44:38 -07:00
grammar.el * lisp/cedet/semantic/grammar.el: Fix compiler warnings (bug#20505) 2015-05-05 22:18:19 -04:00
html.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ia-sb.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
ia.el Text quoting fixes in cedet, emulation, emacs-lisp 2015-08-29 21:43:01 -07:00
idle.el Escape ` and ' in doc 2015-09-01 18:23:21 -07:00
imenu.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
java.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
lex-spp.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
lex.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mru-bookmark.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
sb.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
scope.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
senator.el * lisp/isearch.el: Rename word search to regexp-function search 2015-10-21 17:11:09 +01:00
sort.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
symref.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
tag-file.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tag-ls.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
tag-write.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tag.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
texi.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
util-modes.el * lisp/cedet/semantic: Remove some dead code 2015-04-10 00:17:19 -04:00
util.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
wisent.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00