1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

167 Commits

Author SHA1 Message Date
Richard M. Stallman
267935b9f1 (blink-matching-open): Check there is a previous
nonblank line before trying to display it.
No need for backward-char before the skip-chars-backward.
1994-10-11 07:29:05 +00:00
Richard M. Stallman
5f1a943cd2 (goto-line): Call prefix-numeric-value. 1994-10-04 22:57:42 +00:00
Richard M. Stallman
a9594ce3b1 (shell-command, shell-command-on-region):
Make "*Shell Command Output*" non-read-only.
1994-09-24 04:52:10 +00:00
Richard M. Stallman
8be055fdee (insert-buffer): Default to first buffer other than current one. 1994-09-22 07:22:46 +00:00
Karl Heuer
f1d01ba24f (kill-new): Call menu-bar-update-yank-menu only if that function is defined. 1994-09-15 22:19:50 +00:00
Karl Heuer
f914dc91cb (kill-new): New optional argument means replace most recent kill.
(kill-append): Use that new interface.
1994-09-15 21:30:21 +00:00
Richard M. Stallman
7908d27ce0 (repeat-complex-command, next-history-element,
previous-matching-history-element): Override print-level when
offering command lines to edit.
1994-09-14 09:01:02 +00:00
Richard M. Stallman
e55e22671d (mark-ring): Add permanent-local prop. Doc fix. 1994-09-03 23:33:50 +00:00
Richard M. Stallman
24c2285241 (set-mark): When POS is nil, always clear mark-active. 1994-08-30 00:36:48 +00:00
Karl Heuer
b5f7c94389 (shell-command-on-region): Don't delete current buffer. 1994-08-24 00:55:52 +00:00
Richard M. Stallman
aba05ae4b2 (backward-delete-char-untabify): Doc fix. 1994-08-23 22:58:08 +00:00
Richard M. Stallman
8881ad9a94 (choose-completion-string): Use plain exit-minibuffer,
not minibuffer-complete-and-exit.  And do so only if the minibuffer
was doing completion.
1994-08-17 22:33:37 +00:00
Richard M. Stallman
f6b293e3de (completion-base-size): New variable.
(completion-list-mode): Make it local.
(choose-completion): Pass its value to choose-completion-string.
(choose-completion-string): New arg base-size.
Use that when deciding how much to delete.
1994-08-07 18:11:58 +00:00
Richard M. Stallman
ab63960fcf (choose-completion): Bury or iconify the completion list
using code copied from mouse-choose-completion.
1994-08-06 21:51:31 +00:00
Richard M. Stallman
4500ff36ef (end-of-buffer-other-window): Go to the end, not to the beginning. 1994-08-04 19:59:03 +00:00
Richard M. Stallman
88dd3c24e8 (choose-completion): Check for next-single-property-change returning nil. 1994-07-29 21:35:56 +00:00
Richard M. Stallman
3534a80918 (line-move, next-line): Check last line moved over
has a newline, in a way that intangible text does not confuse.
1994-07-24 01:10:14 +00:00
Richard M. Stallman
6096f36286 (completion-setup-function): Put on mouse-face prop
even if no window-system.  Call completion-fixup-function if not nil.
(completion-fixup-function): New variable.
(choose-completion): Use mouse-face properties to find string to use.
1994-07-11 21:25:19 +00:00
Richard M. Stallman
1d8f6c8cae (line-move): Don't use message or ding; just signal errors. 1994-06-28 19:17:25 +00:00
Richard M. Stallman
3aef9604ce (beginning-of-buffer-other-window)
(end-of-buffer-other-window): New functions.
1994-06-25 18:58:42 +00:00
Richard M. Stallman
7492f5a652 (scroll-other-window-down): New command.
(blink-matching-open): Use matching-paren.
1994-06-22 05:16:22 +00:00
Richard M. Stallman
52b6d4459f (pop-global-mark): Discard entries for nonexistent buffers. 1994-06-14 00:34:43 +00:00
Richard M. Stallman
97dfc68c2e (end-of-buffer): Recenter overlay lists. 1994-06-13 23:40:33 +00:00
Richard M. Stallman
6d30d416f3 (delete-blank-lines): Doc fix. 1994-06-07 07:47:24 +00:00
Richard M. Stallman
eaf7606559 (completion-list-mode-map): Unbind down-mouse-2. 1994-06-01 18:28:06 +00:00
Richard M. Stallman
a4b9d3da05 (deactivate-mark): Do nothing unless transient-mark-mode. 1994-05-28 12:04:04 +00:00
Richard M. Stallman
aa92993635 (completion-setup-function): Fix up the regexp. 1994-05-27 00:53:21 +00:00
Richard M. Stallman
63240af117 (choose-completion-string): Clear mouse-face property. 1994-05-26 23:15:32 +00:00
Richard M. Stallman
2d2eeace3b (choose-completion):
Include words separated by single spaces in the completion.
1994-05-20 22:27:30 +00:00
Richard M. Stallman
61bbf6fe72 (completion-setup-function): Make highlight span single spaces.
(choose-completion-delete-max-match): Handle completion-ignore-case.
1994-05-19 23:06:47 +00:00
Richard M. Stallman
262bb7c6e0 (shell-command): Use buffer name *Shell-Command*. 1994-05-12 02:49:15 +00:00
Richard M. Stallman
4ec982c5b3 (shell-command-on-region): Don't kill output buffer when in the one line case. 1994-05-10 05:13:14 +00:00
Karl Heuer
c2d4b6d944 (minibuffer-history-sexp-flag): Doc fix. 1994-05-07 01:17:18 +00:00
Richard M. Stallman
cf52ad5812 (choose-completion-string): Barf if completing into
a minibuffer but it's not now active.
1994-05-05 05:27:59 +00:00
Richard M. Stallman
3f655c8ae8 (shell-command): Remove space after `:' in mode-line-process. 1994-04-24 08:17:05 +00:00
Richard M. Stallman
e6291fe1d6 (kill-line, kill-word): Don't use save-excursion.
(kill-read-only-ok): New variable.
(kill-region): Handle that variable.  Handle read-only text property.
1994-04-24 05:44:23 +00:00
Richard M. Stallman
3886f8e229 (shell-command-filter): If point was at end, leave it at end. 1994-04-18 22:41:49 +00:00
Richard M. Stallman
d7e84efb1a (shell-command-sentinel): Do nothing if buffer is dead. 1994-04-18 22:37:30 +00:00
Richard M. Stallman
2cb9019591 Move pop-global-mark bindings to loaddefs.el. 1994-04-18 04:03:17 +00:00
Richard M. Stallman
d7465b15c4 (auto-fill-function): New function (doc placeholder). 1994-04-16 02:06:17 +00:00
Richard M. Stallman
eb814ee189 (quoted-insert): Do nothing special for meta chars. 1994-04-12 21:27:10 +00:00
Karl Heuer
26c5bf8e54 (hscroll-window-column): New function.
(hscroll-point-visible): Do the right thing in the hard cases.
1994-04-08 03:23:08 +00:00
Richard M. Stallman
c1279c7d3e (quoted-insert): Handle meta-chars usefully. 1994-04-06 03:47:00 +00:00
Karl Heuer
c26bb96ea3 (completion-setup-function): Add mouse-face properties. 1994-04-05 02:29:03 +00:00
Richard M. Stallman
80298193c3 (choose-completion-delete-max-match): Renamed from
mouse-completion-delete-max-match and moved here.
(choose-completion-string): New function.
(choose-completion): New command.
(completion-list-mode-map): Add binding for choose-completion.
(completion-setup-function): Mention RET.
1994-03-27 22:21:04 +00:00
Richard M. Stallman
e9f1d66d7c (blink-matching-open): Now three strategies for choosing
the text to display when the matching open is off screen.
1994-03-26 05:53:18 +00:00
Richard M. Stallman
2512c9f0f0 (undo): Don't let the undo entries for the undo
contain a specific buffer position.  Delete it if there is one.
1994-03-16 23:41:32 +00:00
Karl Heuer
b492f73b18 (comment-column): Doc fix. 1994-03-07 19:44:50 +00:00
Richard M. Stallman
1e8c5ac4c9 (current-word): Check properly for bolp. New optional arg STRICT. Doc fix. 1994-03-03 18:27:51 +00:00
Richard M. Stallman
3819736b9e (completion-list-mode): Set completion-reference-buffer
to the buffer for which the completions were requested.
(completion-reference-buffer): New variable.
1994-03-02 23:09:40 +00:00