]> code.delx.au - gnu-emacs/commit
(isearch-error): New variable.
authorJuri Linkov <juri@jurta.org>
Tue, 15 Mar 2005 10:45:25 +0000 (10:45 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 15 Mar 2005 10:45:25 +0000 (10:45 +0000)
commitba653a53be2b24701cfa8b7a1ce79bfa9e2fb7f9
tree83f053614391ad43cfd41e2db2843a535b43fe15
parent65e7180e36d0d6c8186271f44257df0c17b4fa62
(isearch-error): New variable.
(isearch-invalid-regexp, isearch-within-brackets): Remove.
(isearch-error-state): Renamed from `isearch-invalid-regexp-state'.
(isearch-within-brackets-state): Remove.
(isearch-case-fold-search-state, isearch-pop-fun-state):
Decrease frame index.
(isearch-mode, isearch-top-state, isearch-push-state)
(isearch-edit-string, isearch-abort, isearch-search-and-update)
(isearch-fallback, isearch-message-prefix, isearch-message-suffix)
(isearch-search, isearch-lazy-highlight-new-loop):
Replace `isearch-invalid-regexp' with `isearch-error'.
Remove `isearch-within-brackets'.
(isearch-search): Add `search-failed' handler to `condition-case'.
(isearch-lazy-highlight-search): Add `condition-case' to catch
errors and allow `isearch-lazy-highlight-update' to try
highlighting from the beginning of the window.
(isearch-repeat): Move up code to set isearch-wrapped to t
before calling isearch-wrap-function.
lisp/isearch.el