1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

399 Commits

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