1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Jim Blandy
ecc99658d3 * isearch.el (isearch-forward): Remove the claim that
isearch-whitespace-chars matches any string of whitespace.
1993-05-27 03:33:12 +00:00
Richard M. Stallman
8cb2ceaa93 (isearch-mode-map): Use vector, not string, to bind printing characters. 1993-05-19 04:44:42 +00:00
Richard M. Stallman
fcf8ba1584 (isearch-mode-map): Extend the dense keymap to 256 chars. 1993-05-18 15:46:30 +00:00
Richard M. Stallman
7492a21ec2 (isearch-mode): Set deactivate-mark. 1993-05-17 18:22:37 +00:00
Richard M. Stallman
20f3a745bb (isearch-done): Don't activate mark. 1993-05-15 20:05:36 +00:00
Richard M. Stallman
8d7e4e80d8 (isearch-mode-map): Handle any length vector in keymap.
(isearch-char-to-string): Handle non-character events properly.
1993-05-14 18:02:55 +00:00
Eric S. Raymond
b457cc3bab Replaced all fsets with defaliases. 1993-04-23 07:31:14 +00:00
Richard M. Stallman
b68c164d27 Doc fixes. 1993-04-14 19:40:53 +00:00
Richard M. Stallman
7872ee4d0a (isearch-done): Customize the message about mark. 1993-03-30 19:42:10 +00:00
Richard M. Stallman
58f1634a68 (isearch-mode-map): Delete the binding for C-h. 1993-03-30 19:38:34 +00:00
Jim Blandy
dba1ec5561 * isearch.el (isearch-switch-frame-handler): Call
handle-switch-frame instead of select-frame; it has been renamed.
1993-03-21 05:50:17 +00:00
Eric S. Raymond
76550a57f9 Add standard library headers. 1993-03-17 17:17:05 +00:00
Eric S. Raymond
aae56ea7ca Add standard library headers. 1993-03-17 16:56:02 +00:00
Eric S. Raymond
3b1e4dd1eb Add standard library headers. 1993-03-17 15:58:09 +00:00
Richard M. Stallman
e7cb0106ac (isearch-other-meta-char): Call listify-key-sequence.
(isearch-unread): Don't call it here.
(isearch-mode-map): Bind the ASCII-equivalent function keys.
1993-03-07 20:17:27 +00:00
Richard M. Stallman
2ed45c8b81 (isearch-mode): Don't make a pre-command-hook. 1993-03-07 08:43:57 +00:00
Richard M. Stallman
75e86b2eb6 (isearch-unread): Find last list element by hand. 1993-03-07 04:22:00 +00:00
Richard M. Stallman
8f90f59416 (isearch-unread): Handle multiple args.
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.
1993-03-06 06:15:05 +00:00
Richard M. Stallman
4ae7d00a1e Fix minor bugs in previous change. 1993-02-17 21:30:25 +00:00
Richard M. Stallman
eceee2c04a (isearch-backward-regexp):
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.
1993-02-17 20:34:20 +00:00
Jim Blandy
dbc4e1c129 JimB's changes since January 18th 1993-01-26 01:58:16 +00:00
Jim Blandy
797a37c7cb * bytecomp.el: Declare unread-command-char an obsolete variable.
* 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.
1992-11-16 01:37:06 +00:00
Jim Blandy
1a3a670724 * isearch.el (isearch-frames-exist): This isn't what we want -
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.
1992-11-07 06:17:04 +00:00
Richard M. Stallman
f1c0312591 (isearch-search): Handle all sorts of errors from regexp search. 1992-11-01 22:10:59 +00:00
Richard M. Stallman
d94307ee86 (isearch-edit-string):
Bind cursor-in-echo-area only around read-char/allocate-event.
1992-10-27 04:11:46 +00:00
Richard M. Stallman
ac6895157f (isearch-mode-map): Make the top-level keymap dense.
Explicitly bind control characters at that level.
1992-10-20 21:21:47 +00:00
Richard M. Stallman
49c1310557 (isearch-ring-advance-edit): Delete spurious `)'. 1992-10-11 05:25:11 +00:00
Richard M. Stallman
35a4d1439f entered into RCS 1992-09-21 08:28:43 +00:00
Richard M. Stallman
a8f783b219 *** empty log message *** 1992-09-19 19:21:09 +00:00
Joseph Arceneaux
dd492f047a *** empty log message *** 1992-09-18 07:43:41 +00:00
Richard M. Stallman
a5dcf63f3a *** empty log message *** 1992-09-15 10:00:34 +00:00
Richard M. Stallman
fdf5afa45d *** empty log message *** 1992-09-14 22:50:18 +00:00
Richard M. Stallman
082005103a *** empty log message *** 1992-09-14 22:31:47 +00:00
Jim Blandy
067ffa38a5 *** empty log message *** 1992-07-22 21:20:04 +00:00
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
282d89c00d *** empty log message *** 1992-07-16 06:28:10 +00:00
Jim Blandy
8e1cae6da0 Initial revision 1992-06-24 05:05:16 +00:00