1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

488 Commits

Author SHA1 Message Date
Gerd Moellmann
c8d6d636a8 (completion-list-mode-finish): New function.
(toplevel): Add completion-list-mode-finish to
temp-buffer-show-hook.
2001-04-10 14:48:42 +00:00
Eli Zaretskii
e02160a302 (normal-erase-is-backspace-mode): Doc fix. 2001-04-06 13:36:54 +00:00
Eli Zaretskii
7f62656ba4 (normal-erase-is-backspace): Rename from
delete-key-deletes-forward.  Doc fix.
(normal-erase-is-backspace-mode): Rename from
delete-key-deletes-forward-mode.  Doc fix.  Run
normal-erase-is-backspace-hook.
2001-04-04 14:07:13 +00:00
Eli Zaretskii
8e843bc4c7 (transient-mark-mode): Mention ESC ESC ESC in the doc string as well. 2001-03-30 11:37:52 +00:00
Eli Zaretskii
1465c66bbe (transient-mark-mode): Mention C-g in the doc string. 2001-03-30 08:35:49 +00:00
Gerd Moellmann
96e8e60394 (choose-completion-string): When not leaving the
minibuffer, raise the minibuffer frame when minibuffer-auto-raise
is set.
2001-03-08 15:47:58 +00:00
Eli Zaretskii
815588675f (kill-region, kill-line, kill-ring-save): Doc fix. 2001-02-16 12:09:39 +00:00
Richard M. Stallman
103db06c7a (delete-key-deletes-forward-mode):
Change `let' to `let*' to fix gross bug in last change.
2001-02-10 16:34:42 +00:00
Eli Zaretskii
a6a1ee536e (eval-expression): Doc fix. 2001-02-10 06:45:56 +00:00
Eli Zaretskii
9889af089d (previous-matching-history-element, next-matching-history-element): Doc fix. 2001-02-06 19:39:07 +00:00
Eli Zaretskii
d3f2278494 (kill-line): Doc fix. 2001-02-06 06:54:56 +00:00
Gerd Moellmann
24886813f4 (next-line): Goto end-of-line before inserting a newline. 2001-02-05 10:16:47 +00:00
Gerd Moellmann
be4f1e412a (delete-key-deletes-forward-mode): Treat `kp-delete'
like `delete'.
2001-01-31 15:05:25 +00:00
Gerd Moellmann
3a76825133 (delete-trailing-whitespace): Don't delete formfeeds. 2001-01-29 20:36:26 +00:00
Eli Zaretskii
4c5f7215bf (transient-mark-mode): Doc fix. 2001-01-27 17:15:58 +00:00
Eli Zaretskii
c4e39bddb4 Fix last change. 2001-01-27 11:53:09 +00:00
Eli Zaretskii
cfa702446e (transient-mark-mode): Document the fact that many
commands act on the region when mark is active.
2001-01-27 11:45:54 +00:00
Gerd Moellmann
207d7545b7 (next-line): Don't let `newline' expand abbrevs.
Simplify slightly.
(open-line): Don't let `newline' expand abbrevs.
2001-01-26 09:23:17 +00:00
Gerd Moellmann
ec9f475427 (delete-key-deletes-forward-mode): Bind <backspace>
and <delete> via function-key-map.
2001-01-16 20:25:23 +00:00
Dave Love
e1d6e383c7 (next-line-add-newlines): Add :version. 2001-01-16 12:13:43 +00:00
Dave Love
03167a34ec (backward-delete-char-untabify-method): Add :version. 2001-01-16 10:51:35 +00:00
Gerd Moellmann
a2aef08028 (set-variable): Force a thorough redisplay for the
case that the variable has an effect on the display, like
`tab-width' has.
2001-01-10 15:10:01 +00:00
Gerd Moellmann
2ece9174d1 (delete-key-deletes-forward-mode): Bind backspace
and delete in isearch-mode-map.
2000-12-28 15:16:15 +00:00
Gerd Moellmann
d25cc9a9b8 (delete-key-deletes-forward-mode): Simplify. Also
backspace key combinations, depending on
delete-key-deletes-forward.
2000-12-22 13:18:19 +00:00
Gerd Moellmann
f060b8348d (delete-key-deletes-forward): Doc fix. 2000-12-22 12:50:39 +00:00
Andrew Innes
741e56a0e6 (delete-key-deletes-forward-mode): Fix typo in
docstring.
2000-12-19 13:03:33 +00:00
Dave Love
15d0c9b1d5 (mail-user-agent): Doc fix.
(input-mode-8-bit): Removed.
2000-12-18 17:09:42 +00:00
Miles Bader
7981d89f17 (delete-trailing-whitespace): Remove extraneous let. 2000-12-15 16:25:51 +00:00
Eli Zaretskii
13a9eed7d9 (delete-key-deletes-forward-mode): Treat ms-dos and
windows-nt as windowed environments, even under -nw.
2000-12-14 16:51:52 +00:00
Gerd Moellmann
1d4b11bf96 (delete-key-deletes-forward): New user-option.
(delete-key-deletes-forward-mode): New function.
2000-12-14 13:36:59 +00:00
Miles Bader
5ff4ba3ddf (delete-horizontal-space): Add BACKWARD-ONLY parameter.
Respect field end too.
(just-one-space): Respect fields as `delete-horizontal-space'.
(newline-and-indent, reindent-then-newline-and-indent): Use
`delete-horizontal-space'.
2000-12-12 01:20:55 +00:00
Gerd Moellmann
ab7e20d586 (kill-new): Don't try to setcar kill-ring if it is
nil.
2000-12-11 15:33:34 +00:00
Miles Bader
5c9b3fac0e (delete-trailing-whitespace): Don't delete newlines too. 2000-12-03 02:29:36 +00:00
Gerd Moellmann
95791033b8 (next-line-add-newlines): Change default to nil. 2000-12-02 10:14:48 +00:00
Miles Bader
b90d06b07e (minibuffer-contents, minibuffer-contents-no-properties)
(delete-minibuffer-contents): New functions.
2000-12-01 03:31:49 +00:00
Miles Bader
fa6d1ca870 (delete-horizontal-space): Handle fields more generally. 2000-11-28 13:07:12 +00:00
Gerd Moellmann
dfe8ece372 (delete-horizontal-space): Handle minibuffer prompt. 2000-11-28 11:54:12 +00:00
Eli Zaretskii
0b3f96d4d8 (shell-command): Mention the effect of the prefix
argument in the doc string.
2000-11-25 08:48:13 +00:00
Sam Steingold
eaae8106d7 * simple.el (delete-trailing-whitespace): New interactive function.
* progmodes/ada-mode.el (ada-mode): Use it instead of
`ada-remove-trailing-spaces'
(ada-remove-trailing-spaces): Removed.
* textmodes/two-column.el (2C-merge): Recommend it in the doc.
* textmodes/picture.el (picture-mode-exit): Call it instead of
`picture-clean'.
(picture-clean): Removed.
2000-11-22 20:59:39 +00:00
Stefan Monnier
58dd38f196 (comment-line-break-function): Use the new name
indent-new-comment-line -> comment-indent-new-line.
(clone-indirect-buffer): Don't ignore NORECORD.
(next-completion): Properly handle the case where items are adjacent.
2000-11-22 19:47:30 +00:00
Miles Bader
6e7d0ff7bc (minibuffer-avoid-prompt): New function. 2000-11-21 15:58:33 +00:00
Gerd Moellmann
9985d3915e (byte-compiling-files-p): New function. 2000-11-09 23:01:40 +00:00
Gerd Moellmann
939ac10c1e (shell-command, display-message-or-buffer)
(shell-command-on-region): Mention resize-mini-windows in the doc
string.
(display-message-or-buffer): Take the value of resize-mini-windows
into account.
2000-11-08 17:35:57 +00:00
Miles Bader
3c1b77ca33 (undo): Correctly distinguish between numeric and non-numeric prefix
args in non-transient-mark-mode, as per the doc string.  When in
transient-mark-mode, treat all prefix-args as numeric.
2000-10-26 07:44:46 +00:00
Miles Bader
e276a14ac5 (previous-matching-history-element):
Position point on match.
  Handle N == 0 correctly.
  Miscellaneous cleanup.
2000-10-26 04:35:48 +00:00
Stefan Monnier
a1a8827285 (syntax-flag-table, string-to-syntax): Remove. 2000-10-15 22:09:04 +00:00
Eli Zaretskii
8be7408c88 (kill-line): Doc fix. 2000-10-08 06:10:40 +00:00
Miles Bader
2a3f00bf5f Doc fix. 2000-10-08 01:37:42 +00:00
Dave Love
20ecc11096 (backward-word): Doc fix. 2000-10-06 18:13:28 +00:00
Miles Bader
f69aad2bcb (display-message-or-buffer): New function.
(shell-command-on-region): Use `display-message-or-buffer'.
2000-10-06 11:35:56 +00:00