- 16 May, 1993 1 commit
-
-
Richard M. Stallman authored
(mark-whole-buffer, mark-word): Activate the mark. (push-mark): Optional arg ACTIVATE. (set-mark-command): Use that.
-
- 15 May, 1993 2 commits
-
-
Richard M. Stallman authored
(set-mark-command): Explicitly do so here. When popping, don't mind if mark is inactive. (pop-mark): Deactivate mark. Don't mind if it's inactive. (yank-pop): Don't mind if mark is inactive. (keyboard-quit): Deactivate the mark. (kill-ring-save): When bouncing cursor, bounce the mark too, so highlighted area does not change.
-
Richard M. Stallman authored
-
- 06 May, 1993 1 commit
-
-
Richard M. Stallman authored
use the last regexp specified a the default. (next-matching-history-element): Likewise.
-
- 05 May, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 29 Apr, 1993 1 commit
-
-
Richard M. Stallman authored
(kill-line, next-line-add-newlines): Doc fix. (kill-whole-line): Doc fix. (kill-forward-chars, kill-forward-chars): Reinsert as before. Change defalias to define-function.
-
- 27 Apr, 1993 1 commit
-
-
Eric S. Raymond authored
(hscroll-point-visible): New function. (left-arrow, right-arrow): These use hscroll-point-visible for better auto- scrolling behavior.
-
- 25 Apr, 1993 1 commit
-
-
Eric S. Raymond authored
addition of new lines at end of buffer. (up-arrow): Alias of previous-line, added for consistency. These changes complete terminal-type-independent support for arrow keys.
-
- 23 Apr, 1993 1 commit
-
-
Eric S. Raymond authored
(kill-forward-chars, kill-backward-chars): Deleted. These were internal subroutines used by delete-char and delete-backward-char before those functions were moved into the C kernel. Now nothing uses them. (kill-line): Added kill-whole-line variable. Defaults to nil; a non-nil value causes a kill-line at the beginning of a line to kill the newline as well as the line. I find it very convenient. Emulates Unipress' &kill-lines-magic variable. (next-line): Added next-line-add-newlines variable. If nil, next-line will not insert newlines when invoked at the end of a buffer. This obviates three LCD packages. (left-arrow, right-arrow): New functions. These do backward-char and forward-char first. If line truncation is on, they then scroll left or right as necessary to make sure point is visible.
-
- 31 Mar, 1993 1 commit
-
-
Roland McGrath authored
skip-chars-backward. Correctly set INDENT to the return value of comment-indent-function.
-
- 29 Mar, 1993 2 commits
-
-
Richard M. Stallman authored
-
Eric S. Raymond authored
-
- 22 Mar, 1993 1 commit
-
-
Eric S. Raymond authored
-
- 21 Mar, 1993 2 commits
-
-
Richard M. Stallman authored
-
Jim Blandy authored
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.
-
- 16 Mar, 1993 1 commit
-
-
Jim Blandy authored
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'.
-
- 11 Mar, 1993 1 commit
-
-
Jim Blandy authored
-
- 09 Mar, 1993 1 commit
-
-
Richard M. Stallman authored
(mark): Handle region-active. New optional arg FORCE. (exchange-point-and-mark, push_mark): Pass FORCE. (set-mark-command): Likewise.
-
- 06 Mar, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 02 Mar, 1993 1 commit
-
-
Jim Blandy authored
`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.
-
- 05 Feb, 1993 2 commits
-
-
Roland McGrath authored
Use intelligent method of disabling completion-oriented bindings.
-
Richard M. Stallman authored
for M-n in minibuf, even for completion.
-
- 01 Feb, 1993 1 commit
-
-
Jim Blandy authored
but also put the region in the kill ring. Doc fix.
-
- 28 Jan, 1993 2 commits
-
-
Roland McGrath authored
buffer text with the appropriate history element.
-
Richard M. Stallman authored
-
- 26 Jan, 1993 1 commit
-
-
Jim Blandy authored
-
- 25 Jan, 1993 2 commits
-
-
Roland McGrath authored
to match history elements.
-
Roland McGrath authored
Bind them to M-n/M-p and next/prior in minibuffer completion maps.
-
- 14 Jan, 1993 1 commit
-
-
Jim Blandy authored
-
- 11 Jan, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 07 Jan, 1993 1 commit
-
-
Jim Blandy authored
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.
-
- 15 Nov, 1992 1 commit
-
-
Jim Blandy authored
* 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.
-
- 07 Nov, 1992 1 commit
-
-
Jim Blandy authored
* simple.el (kill-line): Don't shift point before doing the delete.
-
- 27 Oct, 1992 1 commit
-
-
Richard M. Stallman authored
Use region-beginning and region-end, in interactive spec.
-
- 23 Oct, 1992 1 commit
-
-
Richard M. Stallman authored
-
- 20 Oct, 1992 1 commit
-
-
Richard M. Stallman authored
-
- 04 Oct, 1992 1 commit
-
-
Richard M. Stallman authored
-
- 03 Oct, 1992 1 commit
-
-
Richard M. Stallman authored
-
- 30 Sep, 1992 1 commit
-
-
Richard M. Stallman authored
(delete-indentation): Don't go beyond eob, comparing with fill-prefix.
-
- 15 Sep, 1992 1 commit
-
-
Richard M. Stallman authored
-