summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* Add standard library headers.Eric S. Raymond1993-03-171-3/+6
|
* Add standard library headers.Eric S. Raymond1993-03-171-7/+18
|
* (isearch-other-meta-char): Call listify-key-sequence.Richard M. Stallman1993-03-071-15/+22
| | | | | (isearch-unread): Don't call it here. (isearch-mode-map): Bind the ASCII-equivalent function keys.
* (isearch-mode): Don't make a pre-command-hook.Richard M. Stallman1993-03-071-4/+9
|
* (isearch-unread): Find last list element by hand.Richard M. Stallman1993-03-071-3/+13
|
* (isearch-unread): Handle multiple args.Richard M. Stallman1993-03-061-29/+20
| | | | | | | For Emacs 19, use listify-key-sequence. If not Emacs 19, assume they are a meta sequence. (isearch-other-meta-char): Pass the whole key sequence. (isearch-other-control-char): Make this alias for ...-meta-char.
* Fix minor bugs in previous change.Richard M. Stallman1993-02-171-6/+14
|
* (isearch-backward-regexp):Richard M. Stallman1993-02-171-14/+17
| | | | | | | New arg no-recursive-edit, always non-nil for interactive call. Rename first arg, and set it right in interactive call. (isearch-forward-regexp): Likewise. (isearch-forward, isearch-backward): Likewise no-recursive-edit.
* JimB's changes since January 18thJim Blandy1993-01-261-4/+12
|
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-6/+23
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * isearch-mode.el (isearch-update, isearch-unread): Same.
* * isearch.el (isearch-frames-exist): This isn't what we want -Jim Blandy1992-11-071-5/+9
| | | | | | | | | | | | | replaced by... (isearch-gnu-emacs-events): non-nil if should expect events in the style generated by GNU Emacs 19. Set if set-frame-height is fboundp; this is true on any GNU Emacs 19, whether or not it was compiled with multiple frame support. (isearch-mode-map): Test isearch-gnu-emacs-events instead of isearch-frames-exist to see if we should bind switch-frame events. (isearch-update): Test isearch-gnu-emacs-events instead of isearch-frames-exist to see if unread-command-char's quiescent value is nil or -1.
* (isearch-search): Handle all sorts of errors from regexp search.Richard M. Stallman1992-11-011-3/+10
|
* (isearch-edit-string):Richard M. Stallman1992-10-271-4/+9
| | | | Bind cursor-in-echo-area only around read-char/allocate-event.
* (isearch-mode-map): Make the top-level keymap dense.Richard M. Stallman1992-10-201-9/+18
| | | | Explicitly bind control characters at that level.
* (isearch-ring-advance-edit): Delete spurious `)'.Richard M. Stallman1992-10-111-4/+7
|
* entered into RCSRichard M. Stallman1992-09-211-64/+38
|
* *** empty log message ***Richard M. Stallman1992-09-191-26/+15
|
* *** empty log message ***Joseph Arceneaux1992-09-181-2/+3
|
* *** empty log message ***Richard M. Stallman1992-09-151-53/+96
|
* *** empty log message ***Richard M. Stallman1992-09-141-30/+37
|
* *** empty log message ***Richard M. Stallman1992-09-141-488/+877
|
* *** empty log message ***Jim Blandy1992-07-221-2/+0
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-161-29/+34
|
* Initial revisionJim Blandy1992-06-241-0/+1094