1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
Commit Graph

444 Commits

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