Richard M. Stallman
a61099dd2f
(line-number-mode): New function and variable.
1993-03-21 08:22:37 +00:00
Jim Blandy
ec9a76e3d1
* simple.el (comment-indent-function): New variable, intended to
...
replace comment-indent-hook.
(comment-indent-hook): Make this default to nil now.
(indent-for-comment): If comment-indent-hook is non-nil, call it
for backward compatibility; otherwise, call
comment-indent-function.
* bytecomp.el: Declare comment-indent-hook an obsolete variable.
1993-03-21 07:04:44 +00:00
Jim Blandy
b6a22db058
src/ * simple.el (quoted-insert): In overwrite mode, don't read digits
...
as an octal character code. In binary overwrite mode, overwrite
the characters instead of inserting them.
(overwrite-mode-textual, overwrite-mode-binary): New symbols, for
use in the mode line.
(overwrite-mode): Doc fix. Use force-mode-line-update.
(binary-overwrite-mode): New function.
* loaddefs.el (minor-mode-alist): Make the mode line element for
overwrite-mode be the symbol `overwrite-mode'.
1993-03-16 18:18:47 +00:00
Jim Blandy
0964e5628e
* simple.el (kill-ring-save): Doc fix.
1993-03-11 07:07:17 +00:00
Richard M. Stallman
af39530ef0
(set-mark): Activate the mark.
...
(mark): Handle region-active. New optional arg FORCE.
(exchange-point-and-mark, push_mark): Pass FORCE.
(set-mark-command): Likewise.
1993-03-09 05:40:33 +00:00
Richard M. Stallman
d70202c082
(prefix-arg-internal): Use listify-key-sequence.
1993-03-06 05:56:36 +00:00
Jim Blandy
1537a263af
* simple.el (kill-region): If the buffer is read-only, call
...
`barf-if-buffer-read-only' instead of just `ding', to get the
appropriate error condition and message.
* simple.el (insert-buffer): Make sure this returns nil.
* simple.el (quoted-insert): Use insert-char, instead of writing
out the loop.
1993-03-02 07:33:17 +00:00
Roland McGrath
d81362b0c3
Restore nuked information in minibuffer history bindings.
...
Use intelligent method of disabling completion-oriented bindings.
1993-02-05 17:41:42 +00:00
Richard M. Stallman
34238338f9
Once again, go back to ordinary next-history-element
...
for M-n in minibuf, even for completion.
1993-02-05 02:06:38 +00:00
Jim Blandy
2aa7a8bfe5
* simple.el (kill-region): If the buffer is read-only, do beep,
...
but also put the region in the kill ring. Doc fix.
1993-02-01 22:31:17 +00:00
Roland McGrath
b5e6f936b9
(next-complete-history-element): Restore point after replacing the
...
buffer text with the appropriate history element.
1993-01-28 20:22:03 +00:00
Richard M. Stallman
658eed663c
Don't use the completion-oriented history commands.
1993-01-28 06:16:04 +00:00
Jim Blandy
dbc4e1c129
JimB's changes since January 18th
1993-01-26 01:58:16 +00:00
Roland McGrath
c7e6987699
(next-complete-history-element): Use only buffer contents before point
...
to match history elements.
1993-01-25 16:59:48 +00:00
Roland McGrath
d0678801de
({next,previous}-complete-history-element): New functions.
...
Bind them to M-n/M-p and next/prior in minibuffer completion maps.
1993-01-25 00:45:01 +00:00
Jim Blandy
d5ab20330a
* simple.el (set-goal-column): Make this command disabled by default.
1993-01-14 14:50:16 +00:00
Richard M. Stallman
88c1aa792a
(kill-append): Doc fix.
1993-01-11 05:10:15 +00:00
Jim Blandy
7992688912
* simple.el (kill-region): Change interactive spec to signal an
...
error if the buffer is read-only, and remove the code to do a
copy-region-as-kill if the buffer is read-only.
* simple.el (set-mark-command): Clarify doc string.
* simple.el (prefix-arg-internal): Don't apply string-to-char to
get the first element of the key sequence - it might be a vector.
1993-01-07 02:50:39 +00:00
Jim Blandy
8a8fa7233d
* simple.el (comment-column): Doc fix.
...
* 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.
* simula.el (simula-electric-label): Same.
* comint.el (comint-dynamic-list-completions): Same.
* ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
Same.
* ehelp.el (electric-help-command-loop): Same.
* electric.el (Electric-command-loop): Same.
* emerge.el (emerge-show-file-name): Same.
* fortran.el (fortran-abbrev-start, fortran-window-create-momentarily):
Same.
* gnus.el (gnus-Subject-next-article): Same.
* info.el (Info-summary): Same.
* isearch-mode.el (isearch-update, isearch-unread): Same.
* map-ynp.el (map-y-or-n-p): Same.
* mlsupport.el (push-back-character): Same.
* replace.el (perform-replace): Same.
* simple.el (prefix-arg-internal): Same.
* subr.el (read-quoted-char, momentary-string-display): Same.
* sun-mouse.el (mouse-second-hit): Same.
* terminal.el (te-escape-extended-command-unread): Same.
1992-11-15 23:57:39 +00:00
Jim Blandy
c2e8a01234
* simple.el (previous-line): Doc fix.
...
* simple.el (kill-line): Don't shift point before doing the
delete.
1992-11-07 06:13:23 +00:00
Richard M. Stallman
082c7686a3
(shell-command-on-region):
...
Use region-beginning and region-end, in interactive spec.
1992-10-27 08:48:02 +00:00
Richard M. Stallman
912c672856
(goal-column): Don't put the defvar inside the make-variable-buffer-local.
1992-10-23 08:54:08 +00:00
Richard M. Stallman
6e88ed495e
(comment-region): Do move to next line, in neg arg case.
1992-10-20 21:22:44 +00:00
Richard M. Stallman
58ff020d72
(insert-buffer): Before reading arg, barf if read-only.
1992-10-04 03:46:01 +00:00
Richard M. Stallman
62c48f87e9
(open-line): Shield undo from the hack to insert at pt-1.
1992-10-03 02:21:51 +00:00
Richard M. Stallman
01b8e020b7
(kill-word): Don't change point before calling kill-region.
...
(delete-indentation): Don't go beyond eob, comparing with fill-prefix.
1992-09-30 10:31:31 +00:00
Richard M. Stallman
3ee3a07613
entered into RCS
1992-09-15 08:15:41 +00:00
Richard M. Stallman
854c16c5e2
*** empty log message ***
1992-09-14 06:53:22 +00:00
Richard M. Stallman
616ed245e9
*** empty log message ***
1992-08-31 20:22:03 +00:00
Jim Blandy
bd3073920f
*** empty log message ***
1992-08-29 02:14:58 +00:00
Richard M. Stallman
ff1fbe3e75
*** empty log message ***
1992-08-21 07:18:16 +00:00
Richard M. Stallman
eb57c304a1
*** empty log message ***
1992-08-11 07:25:06 +00:00
Jim Blandy
29929437a3
*** empty log message ***
1992-08-04 02:36:45 +00:00
Richard M. Stallman
ccc5865771
*** empty log message ***
1992-07-29 02:15:26 +00:00
Richard M. Stallman
e91f80c43a
*** empty log message ***
1992-07-26 19:54:20 +00:00
Richard M. Stallman
eb6e989944
*** empty log message ***
1992-07-24 22:37:33 +00:00
Richard M. Stallman
770970cbad
*** empty log message ***
1992-07-24 08:17:31 +00:00
Richard M. Stallman
ba343182c2
*** empty log message ***
1992-07-24 06:09:27 +00:00
Richard M. Stallman
2c5e21c133
*** empty log message ***
1992-07-24 03:49:00 +00:00
Richard M. Stallman
ebb61177e3
*** empty log message ***
1992-07-24 03:42:21 +00:00
Eric S. Raymond
3a801d0c71
*** empty log message ***
1992-07-22 04:22:42 +00:00
Jim Blandy
109d300c73
*** empty log message ***
1992-07-13 18:39:10 +00:00
Jim Blandy
daa3760289
*** empty log message ***
1992-06-24 05:09:26 +00:00
Jim Blandy
70e14c01eb
*** empty log message ***
1992-06-12 22:23:00 +00:00
Eric S. Raymond
c88ab9ce4a
*** empty log message ***
1992-05-30 21:11:25 +00:00
Jim Blandy
46947372a3
*** empty log message ***
1992-04-19 08:53:55 +00:00
Jim Blandy
71e40adf62
*** empty log message ***
1992-03-16 15:23:26 +00:00
Jim Blandy
c637ae6fc1
*** empty log message ***
1992-01-27 22:52:05 +00:00
Jim Blandy
2076c87c10
Initial revision
1991-12-21 09:29:41 +00:00