1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
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