Kim F. Storm
|
db6f8ff125
|
Don't let kill-ring-save show extent if transient-mark-mode and region
fully visible.
|
2001-10-19 23:25:34 +00:00 |
|
Miles Bader
|
4d251ae727
|
(what-line): Avoid problems with field properties.
|
2001-10-18 01:05:28 +00:00 |
|
Miles Bader
|
31252c009c
|
(display-message-or-buffer): Pass the correct buffer to `display-buffer'.
|
2001-10-15 01:01:21 +00:00 |
|
Stefan Monnier
|
01f9ba177c
|
(minibuffer-local*-map): Remove redundant bindings.
|
2001-10-12 19:25:04 +00:00 |
|
Gerd Moellmann
|
919f28126b
|
(end-of-buffer): Fix code scrolling specially
for the buffer end.
|
2001-10-10 11:55:39 +00:00 |
|
Miles Bader
|
6d74d713e0
|
(previous-matching-history-element): Fix misplaced parentheses.
|
2001-10-05 15:16:24 +00:00 |
|
Miles Bader
|
efaac2e650
|
(previous-matching-history-element, next-history-element)
next-complete-history-element): Use `minibuffer-' functions instead of
calling `field-' functions directly.
(minibuffer-prompt-end, minibuffer-contents):
(minibuffer-contents-no-properties, delete-minibuffer-contents):
Functions removed (now subrs).
(minibuffer-prompt-width): Use `minibuffer-prompt-end'.
|
2001-10-05 12:28:31 +00:00 |
|
Gerd Moellmann
|
49c14a0533
|
Comment out change of 2001-09-13.
|
2001-09-14 11:08:20 +00:00 |
|
Gerd Moellmann
|
9b35015281
|
(minibuffer-prompt-modification)
(minibuffer-prompt-insertion): New functions.
(minibuffer-prompt-properties): Use `modification-hooks' and
`insert-in-front-hooks'.
|
2001-09-13 10:02:35 +00:00 |
|
Gerd Moellmann
|
003550c5e3
|
(undo): Remove positions from buffer-undo-list up to
the next undo boundary only.
|
2001-09-06 08:49:34 +00:00 |
|
Gerd Moellmann
|
b7e91b0cf8
|
(backward-word): Doc fix.
|
2001-09-04 08:37:35 +00:00 |
|
Gerd Moellmann
|
e8b1643c82
|
(eval-expression-print-level): Fix last change.
|
2001-08-30 15:32:56 +00:00 |
|
Gerd Moellmann
|
170adbff11
|
(eval-expression-print-level): Change the type
of the defcustom to allow nil.
|
2001-08-30 11:20:45 +00:00 |
|
Eli Zaretskii
|
32f2f98e58
|
(line-number-mode): Mention the variable line-number-display-limit-width
in the doc string.
|
2001-08-22 18:30:36 +00:00 |
|
Miles Bader
|
50af0a5b40
|
(line-move): Undo previous change.
|
2001-08-16 14:51:25 +00:00 |
|
Miles Bader
|
1369261b86
|
(line-move): Pass an ESCAPE-FROM-EDGE argument of t when calling
`constrain-to-field', to avoid problems with comint prompts.
|
2001-08-16 07:40:51 +00:00 |
|
Gerd Moellmann
|
661aa5c75c
|
(delete-trailing-whitespace): Save match data
around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
|
2001-07-20 09:40:27 +00:00 |
|
Gerd Moellmann
|
36755dd923
|
(set-variable): Require 'cus-edit' instead of
`wid-edit', so that the Custom widgets get defined.
|
2001-07-16 11:52:56 +00:00 |
|
Richard M. Stallman
|
fd344fb75f
|
(shell-command-on-region): Never kill the *Shell Command Output* buffer.
|
2001-06-13 15:26:29 +00:00 |
|
Miles Bader
|
9ab59a1aa7
|
(delete-horizontal-space, just-one-space): Use `constrain-to-field'
instead of `field-end'/`field-beginning', because it's more efficient
for large files.
|
2001-05-18 07:13:47 +00:00 |
|
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 |
|