Commit graph

841 commits

Author SHA1 Message Date
Luc Teirlinck
f8b0f284a3 (kill-whole-line): Use "p" instead of "P" in interactive form. 2004-05-01 20:10:19 +00:00
Kim F. Storm
977e265471 (kill-ring-save): If region face background color is
unspecified (if no highlighting), show extent of fully visible
region even if transient-mark-mode is enabled.
2004-04-30 21:38:23 +00:00
Juri Linkov
e4ef3e9287 (kill-ring-save): Use blink-matching-delay instead of the constant value 1.
(completions-common-part): Expand docstring.
2004-04-27 06:45:49 +00:00
Stefan Monnier
e462ab772a (next-error): Change arg name. Add support for the documented C-u C-x ` usage. 2004-04-22 22:56:08 +00:00
Kim F. Storm
50f007fb09 From: Teodor Zlatanov <tzz@lifelogs.com>
(next-error-last-buffer, next-error-function):
New variables for the next-error framework.
(next-error-buffer-p): New function.
(next-error-find-buffer): Generalize compilation-find-buffer.
(next-error, previous-error, first-error, next-error-no-select)
(previous-error-no-select): Move from compile.el.
2004-04-21 21:36:15 +00:00
Masatake YAMATO
6a4940b235 (completions-common-part): Rename from completion-de-emphasis.
(completions-first-difference): Rename from completion-emphasis. Suggested by RMS.
2004-04-16 08:57:51 +00:00
Masatake YAMATO
9a1120eaf9 (completion-setup-function): Set an initial value to element-common-end' before entering loop. Set a value to element-common-end' at the end of loop. The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list. 2004-04-16 08:45:40 +00:00
Masatake YAMATO
abcdd45aee (completion-setup-function): Emphasize the first uncommon characters in the completions;and de-emphasize the common prefix substrings.
(completion-emphasis): New face.
(completion-de-emphasis): New face.
2004-03-25 16:01:38 +00:00
Luc Teirlinck
186f9ad113 (clone-buffer): Doc fix. 2004-03-18 02:57:32 +00:00
Richard M. Stallman
2c6a22540a (undo): Temporarily set this-command to `undo-start',
then set it to `undo' once undo-start returns without error.

(minibuffer-history-sexp-flag): Doc fix.

(kill-line): Don't disregard trailing whitespace
in eol condition, if show-trailing-whitespace is set.
2004-03-04 17:00:09 +00:00
Luc Teirlinck
8e5d85ffc0 (interprogram-cut-function)
(interprogram-paste-function, kill-new, kill-append): Doc fixes.
(kill-region): Make it return nil.  Doc fix.
(yank-pop): Make its argument optional.
(yank): Make ARG `-' equivalent to `-1'.
2004-02-18 03:04:32 +00:00
Luc Teirlinck
7e46b7bf24 (kill-new): Put yank-handler property on the entire string. 2004-02-13 23:10:59 +00:00
Luc Teirlinck
fb2dcf046c (kill-append): Doc fix. 2004-02-12 04:23:54 +00:00
Kim F. Storm
4109ce02c4 (line-number-at-pos): Rename from line-at-pos.
Uses changed (what-line and vc-annotate-warp-version).
2004-02-07 00:37:13 +00:00
Luc Teirlinck
11178a0606 (edit-and-eval-command): Bind print-level and
minibuffer-history-sexp-flag around call to read-from-minibuffer.
Correct initial position in command-history.
2004-01-31 15:07:40 +00:00
Kim F. Storm
f076870ac3 (line-at-pos): New defun.
(what-line): Use it.  Optimize by only counting lines in narrowed region once.
2004-01-22 20:42:52 +00:00
Richard M. Stallman
9462bf2c71 (sendmail-user-agent-compose): Use assoc-string. 2003-12-29 19:52:25 +00:00
Andreas Schwab
7dcd2d16f1 (set-variable): Fix indentation. 2003-11-19 13:23:30 +00:00
Eli Zaretskii
6904b34bf4 (overriding-map-is-bound, saved-overriding-map): New variables.
(ensure-overriding-map-is-bound, restore-overriding-map): New functions.
(universal-argument, universal-argument-more, negative-argument)
(digit-argument, universal-argument-other-key): Minor changes.
2003-11-01 17:02:32 +00:00
Stefan Monnier
fd2c4cd833 (reindent-then-newline-and-indent): Delete space *after*
reindenting the first line.
2003-10-27 15:22:38 +00:00
Richard M. Stallman
683e741557 (eval-expression): Bind standard-output in to-buffer case. 2003-09-22 15:11:02 +00:00
Lute Kamstra
cf045f9a8d (size-indication-mode): New. 2003-09-08 08:01:41 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
01ce617af9 (blink-matching-open): Work correctly on chars that
are designated as parens through the syntax-table text property.
2003-08-29 16:07:16 +00:00
Richard M. Stallman
b82d844fa4 (eval-expression): Use eval-last-sexp-print-value.
(backward-word, forward-to-indentation)
(backward-to-indentation):  Argument changed to optional.
(next-line, previous-line): Use `or' instead of `unless'.
2003-08-17 00:15:53 +00:00
John Paul Wallington
1a0d0b6ab1 (choose-completion-string): Use `minibufferp';
test `completion-reference-buffer' if `buffer' arg is nil.
(push-mark): Use `when' and `unless'.
(pop-mark): Use `when'.
2003-07-25 12:18:04 +00:00
John Paul Wallington
81d171731e (current-word): Don't include punctuation char when
`really-word' arg is non-nil.
2003-07-18 22:46:08 +00:00
Richard M. Stallman
0f7df53513 (visible-mode): Renamed from vis-mode.
(vis-mode-saved-buffer-invisibility-spec): Doc fix.

(current-word): New arg REALLY-WORD specifies
don't include punctuation chars.
2003-07-07 21:00:26 +00:00
Luc Teirlinck
191ec00e85 (vis-mode): Update documentation string to reflect earlier changes. 2003-07-01 22:15:33 +00:00
Andreas Schwab
bf473948b3 (vis-mode): Doc fix. 2003-06-22 16:49:31 +00:00
Stefan Monnier
aca8bee599 (kill-new): Leave yank-handler property alone if no
explicit yank-handler is specified.
(vis-mode-saved-buffer-invisibility-spec): Rename from
saved-buffer-invisibility-spec.
(vis-mode): Correctly handle the case where the mode is turned on
or off several times in a row.
2003-06-17 18:40:06 +00:00
Luc Teirlinck
4e57881d89 (vis-mode): New function.
(saved-buffer-invisibility-spec): New variable.
2003-06-17 02:35:46 +00:00
Luc Teirlinck
c6ff5a4c80 (yank-excluded-properties): Expand documentation string. 2003-06-04 21:13:41 +00:00
Luc Teirlinck
6c770e384d (kill-whole-line): Make it interact correctly with the kill ring. 2003-05-29 23:29:29 +00:00
Kai Großjohann
8a7cda9bfa (kill-region): If nothing was killed, and the
previous command was not a kill, break kill sequence.
2003-05-28 20:07:10 +00:00
Juanma Barranquero
ea82f0df29 (idle-update-delay): New variable. 2003-05-25 01:45:14 +00:00
Juanma Barranquero
f5fd8833fb (forward-visible-line): Fix negative arguments. 2003-05-25 01:34:37 +00:00
Stefan Monnier
46e14f67f7 (ctl-x-map): Remove the C-x U binding added recently. 2003-05-21 15:29:36 +00:00
Kai Großjohann
348de80b31 * simple.el (kill-whole-line): New function.
* bindings.el (global-map): Bind it.
2003-05-19 15:47:14 +00:00
Stefan Monnier
c2020c27ff (shell-command): Undo last change. 2003-05-16 21:17:52 +00:00
Stefan Monnier
c86c975de6 (undo): Remove left over asserts. 2003-05-14 00:57:02 +00:00
Stefan Monnier
1e96c0077d (back-to-indentation): Simplify.
(undo-equiv-table, undo-in-region, undo-no-redo): New vars.
(undo): Use them to implement the no-redo form of undo.
(undo-only): New fun.
(shell-command): Don't require `shell' since shell-mode is autoloaded.
(insert-buffer): Simplify.
(completion-setup-function): Use minibufferp.
(event-apply-alt-modifier, event-apply-super-modifier)
(event-apply-hyper-modifier, event-apply-shift-modifier)
(event-apply-control-modifier, event-apply-meta-modifier):
Fix docstring to show the proper key sequence.
2003-05-13 19:45:01 +00:00
Juanma Barranquero
6688f85fc7 (newline): Don't quote nil and t in docstrings. 2003-05-06 17:52:20 +00:00
Richard M. Stallman
b986346637 (back-to-indentation): Call backward-prefix-chars. 2003-04-24 01:57:46 +00:00
Richard M. Stallman
1a534b89fc (kill-line): Doc fix. 2003-04-21 01:35:20 +00:00
Kim F. Storm
de02e8b450 (pop-global-mark-quick-repeat): Remove defcustom.
(set-mark-command): Unconditionally repeat pop-global-mark without
C-x prefix.  Fix doc.
2003-03-31 21:49:09 +00:00
Kim F. Storm
18c5df4079 Rework last change so C-x C-SPC C-SPC does not
repeat pop-global-mark by default.
(pop-global-mark-quick-repeat): New user option.
(set-mark-command): Use it.
2003-03-24 11:00:39 +00:00
Kim F. Storm
66ef2df9d6 (set-mark-command): Doc fixes.
Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
C-u C-u C-SPC now unconditionally sets the mark.
2003-03-21 23:49:23 +00:00
Juanma Barranquero
39c0722f09 (backward-delete-char-untabify): Fix use of character constant. 2003-02-14 09:57:03 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00