- 10 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
to nil.
-
- 09 Jan, 2001 1 commit
-
-
Eli Zaretskii authored
definitions for face colors and attributes.
-
- 08 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
(isearch-mode): Add isearch-done to kbd-macro-termination-hook instead of setting signal-hook-function. (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
-
- 06 Jan, 2001 1 commit
-
-
Eli Zaretskii authored
(isearch-lazy-highlight-update): Doc fix.
-
- 05 Jan, 2001 1 commit
-
-
Gerd Moellmann authored
(isearch-mode): Set signal-hook-function to isearch-done. (isearch-done): Restore old signal-hook-function. ----------------------------
-
- 03 Jan, 2001 1 commit
-
-
Richard M. Stallman authored
but only do it in the text that's visible in the selected window. (isearch-lazy-highlight-cleanup): Arg now says to remove all the current alternative-match highlighting. If nil, remove only what's outside the current window. (isearch-lazy-highlight-remove-overlays): Take optional region within which NOT to remove them. (isearch-lazy-highlight-new-loop): Greatly simplified. (isearch-lazy-highlight-update): Find all the other occurrences visible in the window, in just one call. (isearch-lazy-highlight-start): Now holds start of region to scan. (isearch-lazy-highlight-end): Now holds end of region to scan. (isearch-lazy-highlight-wrapped): Variable deleted. (isearch-lazy-highlight-search): Function deleted.
-
- 15 Dec, 2000 1 commit
-
-
Gerd Moellmann authored
(isearch-lazy-highlight-update): Don't highlight more than isearch-lazy-highlight-max matches.
-
- 22 Nov, 2000 1 commit
-
-
Miles Bader authored
(isearch-mode): Set `minibuffer-message-timeout' to nil, after stashing away its original value. (isearch-edit-string): Temporarily restore `minibuffer-message-timeout' in the recursive edit. Bind `isearch-original-minibuffer-message-timeout' to protect it. (isearch-done): Restore `minibuffer-message-timeout'.
-
- 21 Nov, 2000 1 commit
-
-
Stefan Monnier authored
(minibuffer-local-isearch-map): Init in defvar. Use inheritance. (isearch-clean-overlays, isearch-range-invisible, isearch-unread): Use mapc rather than map.
-
- 12 Oct, 2000 1 commit
-
-
Miles Bader authored
(isearch-highlight): Restore lazy-isearch face properties at old position, and suppress them at new position. (isearch-dehighlight): Restore lazy-isearch face properties. (isearch-lazy-highlight-update): Add lazy-isearch overlays even over the real isearch overlay, but in that case, don't give it a face property. Use `push'.
-
- 02 Oct, 2000 2 commits
-
-
Gerd Moellmann authored
highlighting overlay with a different face over the overlay isearch uses to highlight the current match because that can lead to bad face combinations.
-
Gerd Moellmann authored
(isearch): New defface; was already tested for in the code. (isearch-lazy-highlight-face): Changed to defface from defcustom. (isearch-highlight): Always use face `isearch'.
-
- 29 Sep, 2000 1 commit
-
-
Stefan Monnier authored
-
- 26 Jul, 2000 1 commit
-
-
Gerd Moellmann authored
(isearch-done): Add something to command-history to resume the search. (isearch-yank-line, isearch-yank-word): Use buffer-substring-no-properties instead of buffer-substring.
-
- 02 Jun, 2000 2 commits
-
-
Kenichi Handa authored
-
Stefan Monnier authored
-
- 01 Jun, 2000 1 commit
-
-
Kenichi Handa authored
to prevent the point moving to the end of a composition when a part of a composition is searched. (isearch-other-meta-char): If the key invoking this command can be mapped by function-key-map to a printing char, call isearch-process-search-char directly.
-
- 31 May, 2000 1 commit
-
-
Kenichi Handa authored
being used, call isearch-process-search-multibyte-characters.
-
- 04 Apr, 2000 1 commit
-
-
Gerd Moellmann authored
like C-r.
-
- 12 Mar, 2000 1 commit
-
-
Dave Love authored
-
- 11 Nov, 1999 1 commit
-
-
Gerd Moellmann authored
-
- 04 Nov, 1999 1 commit
-
-
Gerd Moellmann authored
Use delete-field instead of erase-field.
-
- 03 Nov, 1999 1 commit
-
-
Gerd Moellmann authored
Use erase-field instead of erase-buffer.
-
- 27 Sep, 1999 1 commit
-
-
Dave Love authored
(isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. (isearch-switch-frame-handler): Comment out (unused). (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. (isearch-ring-retreat-edit): Doc fix. (isearch-mouse-yank): New command. (isearch-last-command-char): Removed. Callers changed to use last-command-char. (isearch-char-to-string): Removed. Callers changed to use char-to-string.
-
- 12 Sep, 1999 1 commit
-
-
Richard M. Stallman authored
-
- 06 Sep, 1999 1 commit
-
-
Dave Love authored
-
- 05 Jul, 1999 1 commit
-
-
Richard M. Stallman authored
-
- 03 Jul, 1999 1 commit
-
-
Richard M. Stallman authored
(isearch-printing-char): Use unibyte-char-to-multibyte.
-
- 02 Jul, 1999 1 commit
-
-
Richard M. Stallman authored
text (due to text property), move on to the limit of that text.
-
- 28 May, 1999 1 commit
-
-
Kenichi Handa authored
0200 - 0237 stand for characters in some single-byte character charset.
-
- 25 Sep, 1998 1 commit
-
-
Karl Heuer authored
handle upper case letters in the reverse-search special case.
-
- 26 Aug, 1998 1 commit
-
-
Karl Heuer authored
-
- 18 Aug, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 19 Jul, 1998 1 commit
-
-
Kenichi Handa authored
(isearch-input-method-local-p): New variable. (isearch-mode): Setup the above two variable. Set input-method-function to nil locally. (isearch-done): Restore the previous value of input-method-function.
-
- 06 Jul, 1998 1 commit
-
-
Kenichi Handa authored
search for themselves.
-
- 24 Jun, 1998 1 commit
-
-
Andreas Schwab authored
-
- 20 Jun, 1998 1 commit
-
-
Kenichi Handa authored
buffer-invisibility-spec is t (i.e. not a list).
-
- 27 Apr, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 05 Mar, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 02 Feb, 1998 1 commit
-
-
Richard M. Stallman authored
-