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
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
Miles Bader
0693380496
(shell-command-on-region): If the output is short enough to display in
...
an expanded echo area, show it here.
2000-10-06 08:19:15 +00:00
Miles Bader
8dc3ba7d01
(minibuffer-temporary-goal-position):
...
New variable.
(next-history-element):
Try to keep the position of point in the input string constant.
2000-10-03 17:32:34 +00:00
Stefan Monnier
76c64e2476
(read-expression-map): Define more properly.
...
(comment-indent-hook): Remove.
(string-to-syntax): Bug fix.
2000-09-29 03:18:24 +00:00
Dave Love
9023837e89
(read-mail-command): Doc fix.
...
(mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2000-09-12 17:59:26 +00:00
Dave Love
a339f9097e
Autoload widget-convert when compiling.
...
(mail-user-agent): Doc fix.
2000-08-15 14:29:03 +00:00
Miles Bader
59b19d324b
(line-move):
...
Pass INHIBIT-CAPTURE-PROPERTY argument to constrain-to-field.
Pass nil ESCAPE-FROM-EDGE argument to constrain-to-field.
2000-07-24 23:48:53 +00:00
Gerd Moellmann
bd7acc8d7c
(universal-argument-map): Bind numeric keypad keys
...
kp-0 to kp-9 and kp-subtract.
(digit-argument): Handle these keys.
2000-07-20 20:35:05 +00:00
Gerd Moellmann
56437999a0
(eval-expression-print-length): Change custom type to
...
allow entering nil as value.
2000-07-13 17:46:34 +00:00
Gerd Moellmann
3a99c8191b
(turn-off-auto-fill): New function.
2000-06-20 18:24:59 +00:00
Dave Love
7b0c573e6a
(newline): Don't bind before-change-function, after-change-function.
2000-05-31 22:50:41 +00:00
Stefan Monnier
64e5710226
(fill-comment, comment-column, comment-start)
...
(comment-start-skip, comment-end, comment-indent-function)
(block-comment-start, block-comment-end, indent-for-comment)
(set-comment-column, kill-comment, comment-padding, comment-region)
(comment-multi-line, indent-new-comment-line): Remove.
2000-05-25 19:13:41 +00:00
Kenichi Handa
24dad5d5d3
(what-cursor-position): If DETAIL is non-nil, call
...
describe-char-after instead of displaying the detail in the echo
area.
2000-05-13 00:28:57 +00:00
Gerd Moellmann
c2e303c840
(shell-command): Set default directory for "*Shell
...
Command Output" buffer.
2000-04-25 19:14:45 +00:00
Gerd Moellmann
14583cb1e0
Fix typo in key binding of clone-indirect-buffer-other-window.
2000-04-19 20:45:52 +00:00
Gerd Moellmann
7e3afb0402
(clone-indirect-buffer-other-window): New command.
...
(clone-indirect-buffer): Add optional arg NORECROD.
(toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
2000-04-19 20:40:46 +00:00
Gerd Moellmann
fa65f20bcb
(clone-indirect-buffer): New function.
2000-04-17 15:24:58 +00:00
Gerd Moellmann
0740c73886
(sendmail-user-agent-compose): Recognize a `body'
...
header and insert its value as mail body.
2000-04-03 19:31:33 +00:00
Gerd Moellmann
f1a9c7b94a
(syntax-code-table, syntax-flag-table): New variables.
...
(string-to-syntax): New function.
2000-03-18 01:33:56 +00:00
Gerd Moellmann
c069a4804f
(append-to-buffer): Update point of windows after
...
insertion.
2000-03-17 22:33:28 +00:00
Dave Love
0d6e23cfa7
(completion-setup-function): Use display-color-p.
2000-03-12 15:34:37 +00:00
Dave Love
e761e42c18
(zap-to-char, kill-line, kill-region, kill-word)
...
(backward-kill-word): Revert addition of * to interactive spec.
2000-02-23 23:08:02 +00:00
Gerd Moellmann
74fd23805e
(what-cursor-position): Change formatting of
...
messages.
2000-01-28 17:27:56 +00:00
Gerd Moellmann
ed8bcabea8
(eval-expression): Don't bind debug-on-error if
...
eval-expression-debug-on-error is nil. Detect changed
debug-on-error, and propagate new value to global binding, if
eval-expression-debug-on-error is non-nil,
(eval-expression-debug-on-error): Change doc string.
2000-01-12 13:06:52 +00:00
Richard M. Stallman
83c8f4616a
(with-syntax-table): Moved to subr.el.
2000-01-12 03:08:29 +00:00
Dave Love
7683b5c2bf
(with-syntax-table): Fix backquoting.
...
(read-mail-command): New option.
2000-01-07 12:53:36 +00:00
Eli Zaretskii
0aad4805af
(completion-setup-function): Count completion-size
...
from minibuffer-prompt-end, not from point-min.
2000-01-03 09:18:54 +00:00
Richard M. Stallman
f436a90ae2
(choose-completion-string): In minibuffer,
...
do not delete the prompt string.
1999-12-31 04:02:38 +00:00
Kenichi Handa
f0d16a7fec
(what-cursor-position): Show "(composed)" if the
...
character is composed.
1999-12-15 00:39:33 +00:00
Stefan Monnier
a1eb02bddb
(kill-region): Use the new `delete-and-extract-region'
...
rather than the undo log (which is incorrect with *-change-functions).
1999-12-07 06:30:44 +00:00
Gerd Moellmann
6cb6e7a20b
(insert-buffer): Doc fix.
1999-12-06 13:34:50 +00:00
Gerd Moellmann
c29cefdfa0
(with-syntax-table): Don't switch buffers.
1999-11-21 15:08:37 +00:00
Dave Love
618bd252b5
(input-mode-8-bit): Fix the customization.
1999-11-18 23:49:29 +00:00
Gerd Moellmann
aad9b36243
(with-syntax-table): Save buffer explicitly instead of
...
using save-excursion.
1999-11-17 21:09:57 +00:00
Gerd Moellmann
d01a33cf8d
(with-syntax-table): New.
1999-11-16 13:29:51 +00:00
Sam Steingold
1e722f9f18
* simple.el (backward-delete-char-untabify):
...
backward-delete-char-untabify-method can be `all' now - to delete
hungrily including newlines.
1999-11-15 16:11:14 +00:00
Gerd Moellmann
e3de129b92
(comment-region): Strip off white space at end of
...
comment-start.
1999-11-05 13:36:19 +00:00
Gerd Moellmann
12de1411b3
(previous-matching-history-element)
...
(next-history-element): Use delete-field instead of erase-field.
1999-11-04 20:42:27 +00:00
Gerd Moellmann
314808dc64
(end-of-buffer): Use window-end to find the window end
...
instead of vertical-motion because this handles variable-height
lines correctly.
1999-11-01 11:44:58 +00:00
Dave Love
22e4ec9848
(input-mode-8-bit): New defcustom.
1999-10-26 16:27:51 +00:00
Gerd Moellmann
bf2083f9c7
(minibuffer-prompt-end): Return the position
...
after the prompt, not the position of that last character
of the prompt.
1999-10-17 16:30:39 +00:00
Gerd Moellmann
a4d1159b77
Doc fixes.
...
(previous-matching-history-element, next-history-element):
Change to work correctly even if the point is in the prompt.
(choose-completion-string): Likewise.
(minibuffer-prompt-width): New function (compatibility with old subr).
(line-move): Supply new ESCAPE-FROM-EDGE argument to
constrain-to-field.
(line-move): Use constrain-to-field to avoid
moving into a prompt.
(previous-complete-history-element): Clarify doc string.
(next-complete-history-element): Likewise.
Use field-beginning instead of point-min.
(next-matching-history-element): Use field-beginning and
erase-field instead of point-min and erase-buffer.
(previous-matching-history-element): Get the
minibuffer input with field-string instead of buffer-string.
(choose-completion-string): Likewise.
(next-history-element): Likewise.
Erase the minibuffer input with erase-field, not erase-buffer.
Use field-beginning to find the beginning of the input.
1999-10-17 12:50:04 +00:00
Stefan Monnier
b005abd5c0
(shell-command, shell-command-on-region): use make-temp-file.
...
(clone-buffer, clone-process, clone-buffer-hook): new functions.
1999-10-13 00:48:17 +00:00
Richard M. Stallman
b49df39ddc
(eval-expression-print-level): New variable.
...
(eval-expression-print-length): New variable.
(eval-expression-debug-on-error): New variable.
(eval-expression): Bind print-level, print-length and
debug-on-error from those vars.
1999-09-14 07:00:04 +00:00
Gerd Moellmann
280decf4d1
(next-history-element): Use minibuffer-prompt-end once
...
again. Remove test for minibuffer-prompt-in-buffer.
1999-09-02 20:35:50 +00:00
Eli Zaretskii
171a45d9f6
(shell-command, shell-command-on-region): Use
...
make-temp-name properly. Use small-temporary-file-directory if
non-nil, otherwise temporary-file-directory, to generate temporary
files.
1999-09-02 12:05:07 +00:00
Gerd Moellmann
89ee2bf620
(kill-word): Undo previous change.
1999-08-25 21:12:15 +00:00
Gerd Moellmann
572da0fe1e
(next-history-element): Use minibuffer-prompt-end.
...
Remove test for minibuffer-prompt-in-buffer.
(kill-word): Don't move point into mini-buffer prompt.
1999-08-21 19:27:30 +00:00
Karl Heuer
2127b7c641
(assoc-ignore-case, assoc-ignore-representation): Moved to subr.el.
1999-08-16 21:04:19 +00:00
Karl Heuer
93be67de75
Functions reordered.
1999-08-16 20:42:38 +00:00
Dave Love
86a4c778b5
(hscroll-step, hscroll-point-visible, hscroll-window-column): Remove
...
now we have the mentioned real horizontal autoscrolling.
1999-08-10 17:38:19 +00:00
Richard M. Stallman
a92da273b4
(shell-command-on-region): EXIT-STATUS can be a string.
1999-08-01 16:12:32 +00:00
Gerd Moellmann
fd6bc60fe4
(next-history-element): Set point to the end of the
...
prompt if minibuffer-prompt-in-buffer.
1999-07-23 10:59:35 +00:00
Dave Love
74399eac92
(append-to-buffer, prepend-to-buffer, copy-to-buffer): Check for
...
readonly buffer in interactive spec.
(zap-to-char, kill-line, kill-region, comment-region, kill-word)
(backward-kill-word): Add * to interactive spec.
1999-07-20 16:09:54 +00:00
Karl Heuer
170b8e50d7
(sendmail-user-agent-compose):
...
Ignore case when inserting the rest of the "other" headers.
1999-06-12 03:56:14 +00:00
Karl Heuer
634376231a
(shell-command): Avoid printing "mark set" message.
1999-06-10 01:19:33 +00:00
Karl Heuer
068c712cc9
(next-history-element):
...
Handle minibuffer-text-before-history properly when reading sexps.
1999-06-04 18:46:17 +00:00
Karl Heuer
c75d498611
(append-next-kill): Use an arg to distinguish
...
interactive calls from Lisp calls, rather than (interactive-p).
1999-05-31 18:06:22 +00:00
Karl Heuer
13cd02ec46
(zap-to-char): Doc fix.
1999-05-29 19:08:52 +00:00
Karl Heuer
c025c4322f
(indent-new-comment-line): Fix previous change.
1999-04-26 05:11:01 +00:00
Andreas Schwab
481f397bac
(shell-command-on-region): Cope with exit-status being
...
nil, which happens if call-process-region was interrupted.
1999-03-27 02:40:48 +00:00
Karl Heuer
af0e29d18e
(indent-new-comment-line): Handle use at a point
...
after a comment-end. Handle multiple comments.
1999-03-26 18:02:24 +00:00
Kenichi Handa
28fd4883f6
(what-cursor-position): Don't cause error when point
...
is at invalid multibyte sequence.
1999-03-22 04:12:42 +00:00
Karl Heuer
cc039f78e5
(shell-command-default-error-buffer): Renamed from
...
shell-command-on-region-default-error-buffer.
(shell-command-on-region): Mention in echo area when there
is some error output. Mention success or failure, too.
Accumulate multiple error outputs
going forward, with formfeed in between. Display the error buffer
when we have put something in it.
(shell-command): Add the ERROR-BUFFER argument feature.
1999-03-01 03:19:32 +00:00
Richard M. Stallman
748d6ca46b
(shell-command-on-region): Don't go into the REPLACE = t
...
case just because the current buffer is the output buffer.
1999-02-26 03:48:07 +00:00
Kenichi Handa
c6fcc5180a
* simple.el (what-cursor-position): To show the character's
...
encoding, use encoded-string-description instead of information
of chaset-origin-alist.
1999-02-25 13:25:07 +00:00
Kenichi Handa
5a376b7d9d
(what-cursor-position): charset-origin-alist property
...
of a coding system may be a translation table or a symbol of which
`translation-table' property is a translation table.
1999-02-22 01:59:30 +00:00
Richard M. Stallman
7cbf1dc1d3
(turn-on-auto-fill): Mark it as an option for `text-mode-hook'.
1999-02-18 07:24:11 +00:00
Kenichi Handa
1f70b06ddc
(what-cursor-position): Don't use the variable
...
charset-origin-alist, but use charset-origin-alist property of
buffer-file-coding-system to decide external character set code.
1999-02-12 08:06:39 +00:00
Dave Love
a0184aeb8f
(shell-command-on-region): Return command's exit
...
status.
1999-01-23 21:50:18 +00:00
Richard M. Stallman
7fd4783900
(shell-command-on-region-default-error-buffer): New var.
...
(shell-command-on-region): Use that variable as interactive
value of ERROR-BUFFER argument.
1999-01-18 00:25:23 +00:00
Dave Love
fc02509028
(join-line): New alias.
1999-01-15 16:57:27 +00:00
Richard M. Stallman
7be272f43c
(comment-region): Delete spaces only if we
...
deleted a comment starter.
1999-01-08 04:29:20 +00:00
Richard M. Stallman
e38dff0c25
(what-cursor-position): Fix previous change.
1998-12-30 20:41:24 +00:00
Richard M. Stallman
e5e89e484c
(what-cursor-position): Print character encoding also.
1998-12-27 04:09:09 +00:00
Karl Heuer
4044f85325
(comment-region): Handle comment-padding
...
separately for insertion and for deletion, in the right way for each.
1998-12-14 02:50:10 +00:00
Richard M. Stallman
8b56e02dd5
(transpose-subr, transpose-subr-1): Rename variables
...
bound in one function and used in the other.
(transpose-subr-start1, transpose-subr-start2): Add defvars.
(transpose-subr-end1, transpose-subr-end2): Add defvars.
1998-11-28 02:42:51 +00:00
Karl Heuer
8dc9e2ef68
(line-number-mode): Doc fix.
1998-11-07 02:08:40 +00:00
Andreas Schwab
b735c9913f
(shell-command-on-region): Doc fix.
1998-10-30 11:01:38 +00:00
Kenichi Handa
eb400532b3
(do-auto-fill): Adjust argument for fill-find-break-point.
1998-10-21 11:50:56 +00:00
Richard M. Stallman
bffa4d92e1
(kill-ring-max): Increased to 60.
1998-10-19 18:26:28 +00:00
Kenichi Handa
22c47bc5ff
(do-auto-fill): Don't check kinsoku-enable here.
...
Don't call kinsoku directly, intead call fill-find-break-point.
1998-10-19 00:40:10 +00:00
Richard M. Stallman
8109154312
(next-history-element): Special error message if no default.
1998-10-16 19:15:04 +00:00
Richard M. Stallman
8923a211e8
(shell-command-on-region): Doc fix.
1998-10-16 18:07:03 +00:00
Richard M. Stallman
7d22ed15b7
(completion-fixup-function): Variable deleted.
...
(completion-setup-function): Delete code for completion-fixup-function.
1998-10-13 23:55:45 +00:00
Richard M. Stallman
923efb99ce
(set-fill-column): Doc fix.
1998-10-13 15:47:40 +00:00
Karl Heuer
a117eaee5e
(blink-matching-open): Don't log paren matching
...
messages in *Messages*.
1998-09-13 15:23:03 +00:00
Kenichi Handa
e5a902cf51
(what-cursor-position): Check charset-origin-alist.
1998-08-02 01:06:57 +00:00
Richard M. Stallman
4b9c8a0604
(do-auto-fill): Always break before any whitespace
...
so that point ends up at the right place.
1998-07-14 05:51:20 +00:00
Richard M. Stallman
52d1110dca
(undo-in-progress): New variable.
...
(undo-more): Bind it to t.
1998-07-09 04:49:24 +00:00
Richard M. Stallman
e1f0a6d2e8
(comment-region): Check for enough chars to delete
...
in the numrg != t case as in the numar = t case.
1998-06-06 22:23:57 +00:00
Karl Heuer
70cf9f0803
(event-apply-alt-modifier, etc): Doc fixes.
1998-06-01 21:10:43 +00:00
Karl Heuer
d5dae4e1b6
(keyboard-quit): Doc fix.
1998-06-01 03:04:39 +00:00
Richard M. Stallman
6e30a99a10
(minibuffer-history-case-insensitive-variables): New var.
...
(previous-matching-history-element): Implement it.
1998-05-26 20:55:22 +00:00
Richard M. Stallman
e9dfb72ec1
(set-variable): Offer variable at point as default.
1998-05-20 03:54:58 +00:00
Richard M. Stallman
cb3e1b4c4c
(kill-region): Set this-command unconditionally in a read-only buffer.
1998-05-19 05:22:50 +00:00
Richard M. Stallman
360b548370
(rfc822-goto-eoh): Stop at a blank line, too.
...
(rfc822-goto-eoh): New function.
(sendmail-user-agent-compose): Use rfc822-goto-eoh.
1998-05-02 06:50:44 +00:00
Richard M. Stallman
9f0f00d759
(assoc-ignore-representation): New function.
...
(assoc-ignore-case): Use compare-strings.
1998-04-29 20:33:11 +00:00
Karl Heuer
2f047f6c3a
(newline): Mark as hard the newline that was just
...
typed, not the previous one. Suppress optimization if there's a
marker either before or after the newline.
1998-04-09 20:05:58 +00:00
Dave Love
5a8dd30e26
(shell-command-on-region): Amend message to report
...
success or failure when no process output.
1998-03-19 10:30:55 +00:00