mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
`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. |
||
|---|---|---|
| .. | ||
| abbrevlist.el | ||
| assoc.el | ||
| awk-mode.el | ||
| bruce.el | ||
| cc-compat.el | ||
| cl-compat.el | ||
| complete.el | ||
| crisp.el | ||
| cust-print.el | ||
| erc-hecomplete.el | ||
| fast-lock.el | ||
| gulp.el | ||
| iso-acc.el | ||
| iso-insert.el | ||
| iso-swed.el | ||
| iswitchb.el | ||
| keyswap.el | ||
| landmark.el | ||
| lazy-lock.el | ||
| ledit.el | ||
| levents.el | ||
| lmenu.el | ||
| longlines.el | ||
| lucid.el | ||
| mailpost.el | ||
| meese.el | ||
| mouse-sel.el | ||
| old-emacs-lock.el | ||
| old-whitespace.el | ||
| options.el | ||
| otodo-mode.el | ||
| patcomp.el | ||
| pc-mode.el | ||
| pc-select.el | ||
| pgg-def.el | ||
| pgg-gpg.el | ||
| pgg-parse.el | ||
| pgg-pgp.el | ||
| pgg-pgp5.el | ||
| pgg.el | ||
| rcompile.el | ||
| resume.el | ||
| s-region.el | ||
| scribe.el | ||
| spell.el | ||
| sregex.el | ||
| sup-mouse.el | ||
| swedish.el | ||
| sym-comp.el | ||
| terminal.el | ||
| tpu-edt.el | ||
| tpu-extras.el | ||
| tpu-mapper.el | ||
| vc-arch.el | ||
| vc-mcvs.el | ||
| vi.el | ||
| vip.el | ||
| ws-mode.el | ||
| xesam.el | ||
| yow.el | ||