1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00
Commit Graph

614 Commits

Author SHA1 Message Date
Richard M. Stallman
0f7df53513 (visible-mode): Renamed from vis-mode.
(vis-mode-saved-buffer-invisibility-spec): Doc fix.

(current-word): New arg REALLY-WORD specifies
don't include punctuation chars.
2003-07-07 21:00:26 +00:00
Luc Teirlinck
191ec00e85 (vis-mode): Update documentation string to reflect earlier changes. 2003-07-01 22:15:33 +00:00
Andreas Schwab
bf473948b3 (vis-mode): Doc fix. 2003-06-22 16:49:31 +00:00
Stefan Monnier
aca8bee599 (kill-new): Leave yank-handler property alone if no
explicit yank-handler is specified.
(vis-mode-saved-buffer-invisibility-spec): Rename from
saved-buffer-invisibility-spec.
(vis-mode): Correctly handle the case where the mode is turned on
or off several times in a row.
2003-06-17 18:40:06 +00:00
Luc Teirlinck
4e57881d89 (vis-mode): New function.
(saved-buffer-invisibility-spec): New variable.
2003-06-17 02:35:46 +00:00
Luc Teirlinck
c6ff5a4c80 (yank-excluded-properties): Expand documentation string. 2003-06-04 21:13:41 +00:00
Luc Teirlinck
6c770e384d (kill-whole-line): Make it interact correctly with the kill ring. 2003-05-29 23:29:29 +00:00
Kai Großjohann
8a7cda9bfa (kill-region): If nothing was killed, and the
previous command was not a kill, break kill sequence.
2003-05-28 20:07:10 +00:00
Juanma Barranquero
ea82f0df29 (idle-update-delay): New variable. 2003-05-25 01:45:14 +00:00
Juanma Barranquero
f5fd8833fb (forward-visible-line): Fix negative arguments. 2003-05-25 01:34:37 +00:00
Stefan Monnier
46e14f67f7 (ctl-x-map): Remove the C-x U binding added recently. 2003-05-21 15:29:36 +00:00
Kai Großjohann
348de80b31 * simple.el (kill-whole-line): New function.
* bindings.el (global-map): Bind it.
2003-05-19 15:47:14 +00:00
Stefan Monnier
c2020c27ff (shell-command): Undo last change. 2003-05-16 21:17:52 +00:00
Stefan Monnier
c86c975de6 (undo): Remove left over asserts. 2003-05-14 00:57:02 +00:00
Stefan Monnier
1e96c0077d (back-to-indentation): Simplify.
(undo-equiv-table, undo-in-region, undo-no-redo): New vars.
(undo): Use them to implement the no-redo form of undo.
(undo-only): New fun.
(shell-command): Don't require `shell' since shell-mode is autoloaded.
(insert-buffer): Simplify.
(completion-setup-function): Use minibufferp.
(event-apply-alt-modifier, event-apply-super-modifier)
(event-apply-hyper-modifier, event-apply-shift-modifier)
(event-apply-control-modifier, event-apply-meta-modifier):
Fix docstring to show the proper key sequence.
2003-05-13 19:45:01 +00:00
Juanma Barranquero
6688f85fc7 (newline): Don't quote nil and t in docstrings. 2003-05-06 17:52:20 +00:00
Richard M. Stallman
b986346637 (back-to-indentation): Call backward-prefix-chars. 2003-04-24 01:57:46 +00:00
Richard M. Stallman
1a534b89fc (kill-line): Doc fix. 2003-04-21 01:35:20 +00:00
Kim F. Storm
de02e8b450 (pop-global-mark-quick-repeat): Remove defcustom.
(set-mark-command): Unconditionally repeat pop-global-mark without
C-x prefix.  Fix doc.
2003-03-31 21:49:09 +00:00
Kim F. Storm
18c5df4079 Rework last change so C-x C-SPC C-SPC does not
repeat pop-global-mark by default.
(pop-global-mark-quick-repeat): New user option.
(set-mark-command): Use it.
2003-03-24 11:00:39 +00:00
Kim F. Storm
66ef2df9d6 (set-mark-command): Doc fixes.
Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
C-u C-u C-SPC now unconditionally sets the mark.
2003-03-21 23:49:23 +00:00
Juanma Barranquero
39c0722f09 (backward-delete-char-untabify): Fix use of character constant. 2003-02-14 09:57:03 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
Richard M. Stallman
0ea364e605 (back-to-indentation): Skip all whitespace except for newlines. 2003-02-04 10:41:10 +00:00
Kim F. Storm
2a26256366 (kill-new): Improve doc string for yank-handler.
Signal args-out-of-range error if yank-handler is specified for
an empty string.
2003-01-27 21:44:48 +00:00
Kim F. Storm
44f5a7b277 Doc fixes. 2003-01-21 21:11:12 +00:00
Richard M. Stallman
c2639ed073 (completion-setup-function): Set default-directory
in the minibuffer, so it'll be copied into the completion list buffer.
2003-01-20 09:03:09 +00:00
Kim F. Storm
8254897f32 (yank-pop): Always call yank-undo-function with start <= end. 2003-01-18 23:59:12 +00:00
Kim F. Storm
be5936a745 (kill-new, kill-append, kill-region): New optional parameter yank-handler.
(yank-excluded-properties): Add yank-handler to list.
(yank-undo-function): New variable.
(yank): Use it to undo previous yank or yank-pop command.
Allow insert-for-yank to override this-command.
2003-01-18 23:34:14 +00:00
Kim F. Storm
403ca8d9a7 (clone-process): Copy process' plist to new process. 2003-01-14 10:16:00 +00:00
Markus Rost
90b4a15745 (set-variable): Load deps of custom variables without type. 2003-01-07 19:25:20 +00:00
Richard M. Stallman
d77bbdc98d (split-line): Clean up implementation. 2003-01-06 01:17:19 +00:00
Kim F. Storm
da7d231b34 (split-line): If present, copy fill-prefix from
current line to new line.  Don't copy if prefix arg.
From Lisp, arg may be an alternative prefix string to copy.
Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
2003-01-03 22:46:06 +00:00
Richard M. Stallman
536b728a07 (repeat-complex-command): Signal real error on failure. 2002-12-28 21:23:23 +00:00
Stefan Monnier
2d64b6f696 (completion-setup-function): Fix last change to use
minibuffer-completing-file-name instead.
2002-12-02 22:24:34 +00:00
Richard M. Stallman
15c064363c (completion-setup-function): Handle ffap-read-file-or-url-internal
specially like read-file-name-internal.
2002-12-02 16:18:33 +00:00
Richard M. Stallman
120de5bda3 (yank-window-start): New variable.
(yank): Record yank-window-start
(yank-pop): Use yank-window-start.
2002-11-29 15:09:37 +00:00
Richard M. Stallman
40a6481652 (indicate-unused-lines, default-indicate-unused-lines): New variable aliases. 2002-11-18 04:55:28 +00:00
Dave Love
c2f516353a (quoted-insert): Bind translation-table-for-input, not
keyboard-translate-table.
2002-11-09 12:56:04 +00:00
Dave Love
940fe4866f (quoted-insert): Bind keyboard-translate-table around
read-char.
2002-11-06 23:27:24 +00:00
Richard M. Stallman
4f01718584 (toggle-truncate-lines): When turning off truncation,
clear out the hscroll value in this buffer's windows.

(display-message-or-buffer): Don't display empty output in the echo area.
2002-10-26 22:40:31 +00:00
Markus Rost
9f4b608417 (edit-and-eval-command): Protect command-history.
(repeat-complex-command):  Protect command-history.
2002-09-24 18:40:59 +00:00
Stefan Monnier
82dc968ca9 (transient-mark-mode, line-number-mode, column-number-mode):
Pass an explicit `:require nil' argument.
2002-09-13 14:21:45 +00:00
Stefan Monnier
00398e3b5c Provide `simple'. 2002-09-13 13:56:41 +00:00
Stefan Monnier
6710df484a (transient-mark-mode, line-number-mode, column-number-mode):
Use define-minor-mode.
(define-mail-user-agent): Delete.  Moved to subr.el.
2002-09-11 20:46:33 +00:00
Markus Rost
775c33bff4 (transient-mark-mode, line-number-mode, column-number-mode): Undo the
recent change in 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca.  The use of define-minor-mode in
simple.el creates bootstrap problems.
2002-09-10 01:32:59 +00:00
Miles Bader
0e53a3732a (do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
function.
2002-09-10 01:24:12 +00:00
Kim F. Storm
f5e130577e (keyboard-quit): Set defining-kbd-macro to nil to
cancel defining keyboard macro when applicablex.
2002-09-09 22:45:03 +00:00
Stefan Monnier
d99f849681 (what-line): Don't hard-code 1.
(transient-mark-mode, line-number-mode, column-number-mode):
Use define-minor-mode.
(do-auto-fill): Only ignore prefix if it's really empty.
2002-09-09 22:09:14 +00:00
Richard M. Stallman
12a9371238 (undo-elt-in-region): Fix one-off error at END.
(forward-visible-line): Handle invisibility by ignoring
invisible newlines.  Also include entire invisible lines beyond
the stopping point.
2002-09-09 00:27:30 +00:00