Commit graph

719 commits

Author SHA1 Message Date
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