1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

57 Commits

Author SHA1 Message Date
Karl Heuer
e357be4cbe (indent-or-fill-region): Use printable escapes instead of embedding literal
control chars in the source.
1994-03-14 21:26:50 +00:00
Richard M. Stallman
5975546182 (vip-replace-string): Don't use replace-regexp. 1993-12-23 04:53:48 +00:00
Richard M. Stallman
83ba7a933e Remove free/bound cursor and scroll
margin fsets and key mappings.  Add autoload cookies.
1993-11-26 06:33:45 +00:00
Richard M. Stallman
6efe3c8e4f (tpu-quoted-insert): New function.
(tpu-reset-control-keys): Remove C-f mapping.
Insert (in file) fsets for free/bound cursor, scroll
margins, key mappings for same.

(tpu-revision): Variable deleted.
1993-11-26 06:33:18 +00:00
Richard M. Stallman
b7f66977be Comment change. 1993-11-23 20:12:25 +00:00
Richard M. Stallman
dd64d80736 (wordstar-mode): Add autoload. 1993-11-08 15:01:44 +00:00
Richard M. Stallman
0b7f4d1b60 (tpu-help): Use variables for "n" and "p".
(tpu-help-N, tpu-help-n, tpu-help-P, tpu-help-p): New vars.
1993-08-11 05:01:04 +00:00
Richard M. Stallman
4cb9d259e0 Insert setqs for tpu-help-... variables. 1993-08-11 05:00:27 +00:00
Richard M. Stallman
e4b052bfbe (tpu-gnu-map-key): Repaired the key name
generation code to work with the latest version of emacs.
1993-08-10 04:18:28 +00:00
Richard M. Stallman
b4196a9956 (tpu-search-internal): Changed variable
searching-forward to tpu-searching-forward.

Changed "edit-picture-hook" to "picture-mode-hook" for emacs version 19.
1993-08-10 04:18:07 +00:00
Richard M. Stallman
09ac6f3b57 (tpu-version): Print version number rather than the RCS revision number.
(tpu-next-file-buffer): Bind starting-buffer with let.
(tpu-load-xkeys): Check value of tpu-xkeys-file.
Make sure to use the "*scratch*" buffer.

(tpu-lm-replace): Changed variable searching-forward
to tpu-searching-forward.
(tpu-substitute): Likewise.
(tpu-toggle-search-direction): Likewise.
(tpu-search-forward, tpu-search-reverse, tpu-set-search): Likewise.
(tpu-search-internal, tpu-adjust-search): Likewise.
1993-08-10 04:17:38 +00:00
Richard M. Stallman
0db70aa270 (edit-picture-hook): Use add-hook to modify it. 1993-08-09 06:18:02 +00:00
Richard M. Stallman
75993094cc entered into RCS 1993-08-04 08:20:00 +00:00
Richard M. Stallman
522f921699 Initial revision 1993-08-02 19:11:20 +00:00
Richard M. Stallman
f65069352a (advance-direction): Set kp-f3, not kp-f1. 1993-07-23 18:15:22 +00:00
Richard M. Stallman
b3f77ca2b8 (while): Comment out converter. 1993-07-19 22:08:21 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
418d451337 (vip-ctl-key-equivalent): Use vip-escape-to-emacs.
(vip-escape-to-emacs): Use read-key-sequence and key-binding.
Arg EVENTS replaces arg CHAR.
(vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed.
1993-06-06 07:16:19 +00:00
Richard M. Stallman
a038aafc44 (GOLD-prefix): Define *after* GOLD-map. 1993-06-04 17:10:07 +00:00
Eric S. Raymond
f2a2c3d2e3 Some fsets changed to defaliases. 1993-04-23 06:50:51 +00:00
Eric S. Raymond
c91c4e6d7f Added or corrected Commentary section 1993-03-22 22:44:33 +00:00
Eric S. Raymond
edbd2f74bc Added or corrected Commentary sections 1993-03-22 05:42:35 +00:00
Richard M. Stallman
b34429f8ea (esc-map, ctl-x-map): Define as functions. 1993-02-21 06:29:09 +00:00
Jim Blandy
dbc4e1c129 JimB's changes since January 18th 1993-01-26 01:58:16 +00:00
Jim Blandy
7276614481 JimB's changes from January 18 to present 1993-01-26 01:56:29 +00:00
Jim Blandy
136e6e9980 * 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.

	* vip.el (vip-delete-char, vip-delete-backward-char, ex-delete):
	Don't pass nil as a fourth argument to vip-append-to-register; it
	takes only three.
	(vip-mark-point, ex-mark): Pass required second argument to
	point-to-register.
1992-11-16 01:44:33 +00:00
Jim Blandy
774b8191bd * 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.
	* mlsupport.el (push-back-character): Same.
1992-11-16 01:38:47 +00:00
Christopher Zaborsky
1433a22243 Doc fix. 1992-11-10 20:01:10 +00:00
Richard M. Stallman
6b18575907 (ws-mark-word): Use forward-word, with an arg, instead of backward-word.
(wordstar-mode): Move after definition of keymap.
(ws-move-block): Just two args for kill-region.
1992-09-28 13:02:21 +00:00
Richard M. Stallman
8531c2ac1c Delete obsolete comments. 1992-09-26 22:52:22 +00:00
Jim Blandy
e8a57935cb entered into RCS 1992-08-04 04:15:43 +00:00
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
9750e079dd entered into RCS 1992-07-22 04:22:30 +00:00
Eric S. Raymond
5814274441 entered into RCS 1992-07-22 02:58:48 +00:00
Eric S. Raymond
6251ee24af *** empty log message *** 1992-07-17 18:53:44 +00:00
Eric S. Raymond
fd7fa35a05 *** empty log message *** 1992-07-17 08:15:29 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Eric S. Raymond
fc68affa4e *** empty log message *** 1992-07-16 07:28:05 +00:00
Eric S. Raymond
4821e2af02 *** empty log message *** 1992-07-15 23:29:10 +00:00
Jim Blandy
0cc89026be *** empty log message *** 1992-07-15 03:24:58 +00:00
Eric S. Raymond
d46bac56ad *** empty log message *** 1992-07-14 19:42:01 +00:00
Eric S. Raymond
6cf0d154a1 *** empty log message *** 1992-07-14 18:50:09 +00:00
Jim Blandy
492878e483 *** empty log message *** 1992-06-10 02:47:07 +00:00
Eric S. Raymond
c0274f385f *** empty log message *** 1992-05-30 23:54:21 +00:00
Eric S. Raymond
1a06eabd17 *** empty log message *** 1992-05-30 23:12:08 +00:00
Eric S. Raymond
6594deb0dc *** empty log message *** 1992-05-30 22:12:04 +00:00
Eric S. Raymond
d501f51645 *** empty log message *** 1992-05-30 20:24:49 +00:00
Eric S. Raymond
76d7458ed9 *** empty log message *** 1992-05-30 19:21:46 +00:00
Jim Blandy
49116ac071 *** empty log message *** 1992-03-16 20:39:07 +00:00
Jim Blandy
fb1c6be2e1 Initial revision 1991-07-01 21:35:27 +00:00