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

156 Commits

Author SHA1 Message Date
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
Karl Heuer
6e45b389ef (current-word): Remove (interactive). 1994-02-14 19:51:22 +00:00
Richard M. Stallman
456c617c0b (undo, yank): Set this-command to t at start,
and set it correctly at the end.
1994-02-13 00:16:23 +00:00
Karl Heuer
fbb6c27bac Fix syntax used for C-SPC. 1994-02-11 06:03:57 +00:00
Michael I. Bushnell
e08d3f7ca5 Fix Roland's misplaced paren around call to marker-buffer. 1994-02-07 18:40:13 +00:00
Roland McGrath
f1382a3d0d (push-mark): Don't push on global-mark-ring if its car is a marker in the
current buffer.
1994-02-07 04:48:18 +00:00
Roland McGrath
dc029f0bf1 (global-mark-ring, global-mark-ring-max): New variables.
(push-mark): Also push a marker on the global-mark-ring.
(pop-global-mark): New function; on C-x C-@, C-x C-SPC.
1994-02-07 02:24:01 +00:00
Richard M. Stallman
8052715a1f (kill-region): Test inhibit-read-only. 1994-02-06 23:40:45 +00:00
Richard M. Stallman
756811fb0b (do-auto-fill): Don't break line at period-single-space. 1994-02-04 04:37:44 +00:00
Richard M. Stallman
ee095968e6 (comment-region): Fix previous change. 1994-02-04 01:13:05 +00:00
Michael I. Bushnell
9e50756b47 Rms (in his change to comment-region on Feb 1) decided to make
`interactive' in the function backward-word all upper case.  Needless
to say, this isn't such a good idea.
1994-02-03 23:48:59 +00:00
Richard M. Stallman
f28039bb00 (comment-region): Handle comment-end deletion for C-u.
Don't let short lines confuse the comment-end deletion.

(comment-region): Just C-u prefix means uncomment lines.
1994-02-02 00:05:42 +00:00