aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (isearch-edit-string, isearch-toggle-case-fold):Richard M. Stallman1994-11-011-6/+7
| | | | Pass isearch-nonincremental to isearch-message-prefix.
* (isearch-mode): Don't set deactivate-mark here.Richard M. Stallman1994-09-301-6/+3
| | | | (isearch-done): In Transient Mark mode, don't set mark if is active.
* (isearch-edit-string): Use isearch-text-char-description.Richard M. Stallman1994-08-301-3/+4
|
* (isearch-edit-string): In the isearch-recursive-edit case,Richard M. Stallman1994-08-301-6/+6
| | | | | | don't end the recursive edit and don't start another one. (isearch-done): New arg EDIT. (isearch-mode): Return t if search succeeded.
* (isearch-mode-map): Delete mouse-2, down-mouse-2 bindings.Richard M. Stallman1994-08-051-4/+1
|
* (isearch-mode-map):Richard M. Stallman1994-06-111-29/+30
| | | | Bind the ASCII-equivalent fcn keys explicitly to nil.
* (isearch-done): Don't call deactivate-mark.Richard M. Stallman1994-05-141-2/+1
|
* (isearch-edit-string): Doc fix.Karl Heuer1994-05-071-4/+5
| | | | (isearch-message-prefix): Initialize `isearch-within-brackets'.
* Update copyright.Karl Heuer1994-05-031-2/+2
|
* (isearch-case-fold-search): new possible value `yes'Richard M. Stallman1994-05-031-3/+20
| | | | | | is like t except that mixed case in search string is ignored. (isearch-toggle-case-fold): New function. (isearch-search): Don't undo the work of isearch-toggle-case-fold.
* Fix copying conditions for current GPL version.Richard M. Stallman1994-04-071-14/+13
|
* (isearch-highlight): Do nothing if not window-system.Richard M. Stallman1994-01-211-2/+2
|
* (isearch-push-state): Save isearch-case-fold-search.Richard M. Stallman1994-01-191-3/+4
| | | | (isearch-top-state): Restore it.
* (isearch-mode): Set overriding-local-map locally.Richard M. Stallman1994-01-161-5/+4
| | | | | | | Don't set isearch-old-local-map and don't call use-local-map. (isearch-done): Set overriding-local-map to nil. Don't call use-local-map. (isearch-old-local-map): Variable deleted.
* SPC is not special in regexp within brackets.Richard M. Stallman1994-01-151-4/+13
| | | | | | | | | | (isearch-within-brackets): New variable. (isearch-mode): Set that. (isearch-edit-string): Bind that. (isearch-search-and-update): Set that. (isearch-top-state): Set that. (isearch-push-state): Use that. (isearch-search): Set that.
* (isearch-mode): If not slow, clear isearch-window-configuration.Richard M. Stallman1994-01-101-3/+3
|
* (isearch-repeat): If we matched a null string and there'sRichard M. Stallman1994-01-021-7/+14
| | | | no place to advance to, fail instead.
* (isearch-mode-map): Bind kp-... keys.Richard M. Stallman1993-12-251-1/+21
|
* (isearch-update): If isearch-other-end is nil,Richard M. Stallman1993-12-241-2/+3
| | | | call isearch-dehighlight.
* (isearch-text-char-description): Treat TAB as ctl char.Richard M. Stallman1993-12-231-2/+4
| | | | | (isearch-text-char-description): Really call text-char-description for ctl chars.
* Undo last change.Roland McGrath1993-11-261-1/+1
|
* (isearch-search): Use real quit-char extracted from current-input-mode,Roland McGrath1993-11-261-2/+2
| | | | rather than always C-g.
* (isearch-other-meta-char): Correct the test for a split-upRichard M. Stallman1993-11-241-2/+4
| | | | mode line or scroll bar mouse event.
* (isearch-yank): Handle `kill' as chunk type.Richard M. Stallman1993-10-241-13/+26
| | | | (isearch-yank-kill): New command, on M-y and mouse-2.
* comment fixDavid J. MacKenzie1993-10-091-22/+1
|
* fix commentDavid J. MacKenzie1993-10-091-3/+2
|
* (isearch-edit-string): Use read-event, not read-char.Richard M. Stallman1993-08-131-9/+3
|
* (isearch-ring-adjust1, isearch-ring-advance-edit): Replace `%' by `mod' and ↵Paul Eggert1993-08-101-9/+6
| | | | simplify.
* (isearch-done): Move point (for small window)Richard M. Stallman1993-07-311-5/+6
| | | | before deciding whether to set the mark.
* (isearch-edit-string): Bind isearch-nonincremental to its own value, not toRoland McGrath1993-07-151-2/+2
| | | | nil.
* (isearch-done): Call deactivate-mark instead of setting mark-activeRoland McGrath1993-07-081-3/+2
| | | | directly. Do this regardless of transient-mark-mode.
* (isearch-other-meta-char): Handle sequencesRichard M. Stallman1993-07-021-4/+11
| | | | containing mouse clicks in scroll-bar that used another buffer's map.
* (isearch-highlight): If no face `isearch', use `region'.Richard M. Stallman1993-06-131-3/+5
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-7/+7
|
* (search-upper-case): Make `no-yanks' the default.Richard M. Stallman1993-06-061-165/+24
| | | | | | | | (isearch-no-upper-case-p): New arg REGEXP-FLAG. (isearch-search): Pass new arg. (isearch-member-equal): Deleted. (isearch-overlay): New variable. (isearch-highlight, isearch-dehighlight): Rewritten to use overlays.
* (isearch-mode): Set isearch-window-configuration only if in slow mode.Richard M. Stallman1993-06-041-6/+19
| | | | | | | (isearch-done): Use isearch-window-configuration only if non-nil. (isearch-other-control-char): For mouse event, call isearch-done in the buffer whose keymap was used.
* (isearch-mode): If enter recursive-edit,Richard M. Stallman1993-06-011-2/+4
| | | | also bind isearch-recursive-edit.
* (isearch-search): Take note of isearch-case-fold-search initial value.Richard M. Stallman1993-05-291-2/+2
|
* * isearch.el (isearch-forward): Remove the claim thatJim Blandy1993-05-271-2/+1
| | | | isearch-whitespace-chars matches any string of whitespace.
* (isearch-mode-map): Use vector, not string, to bind printing characters.Richard M. Stallman1993-05-191-111/+5
|
* (isearch-mode-map): Extend the dense keymap to 256 chars.Richard M. Stallman1993-05-181-4/+10
|
* (isearch-mode): Set deactivate-mark.Richard M. Stallman1993-05-171-2/+9
|
* (isearch-done): Don't activate mark.Richard M. Stallman1993-05-151-2/+8
|
* (isearch-mode-map): Handle any length vector in keymap.Richard M. Stallman1993-05-141-4/+11
| | | | (isearch-char-to-string): Handle non-character events properly.
* Replaced all fsets with defaliases.Eric S. Raymond1993-04-231-9/+12
|
* Doc fixes.Richard M. Stallman1993-04-141-4/+7
|
* (isearch-done): Customize the message about mark.Richard M. Stallman1993-03-301-3/+9
|
* (isearch-mode-map): Delete the binding for C-h.Richard M. Stallman1993-03-301-12/+9
|
* * isearch.el (isearch-switch-frame-handler): CallJim Blandy1993-03-211-3/+6
| | | | handle-switch-frame instead of select-frame; it has been renamed.
* Add standard library headers.Eric S. Raymond1993-03-171-3/+6
|