Richard M. Stallman
b6be5d9584
(mouse-choose-completion):
...
Include words separated by single spaces in the completion.
1994-05-20 22:27:04 +00:00
Richard M. Stallman
3b0aebe95a
(mouse-drag-secondary): Handle mouse motion out of window
...
as in mouse-drag-region.
1994-05-20 08:46:20 +00:00
Karl Heuer
01a911e3f5
(mouse-tear-off-window): Change new-frame to make-frame.
1994-05-06 20:27:25 +00:00
Richard M. Stallman
7bbe2cc794
(mouse-secondary-save-then-kill): Doc fix.
1994-05-04 00:38:14 +00:00
Karl Heuer
d733c5ec03
Update copyright.
1994-05-03 22:46:37 +00:00
Richard M. Stallman
3fadec1a1f
(mouse-set-font): Simply call set-default-font.
1994-04-22 08:49:57 +00:00
Karl Heuer
50e527bcc9
(mouse-drag-region): Handle scroll off top/bottom.
1994-04-16 06:47:20 +00:00
Karl Heuer
df4de8c63e
(mouse-set-font): Don't error if no selection.
1994-04-16 04:07:43 +00:00
Richard M. Stallman
1900a92b1d
(x-fixed-font-alist): Give multiple names for try for certain fonts.
...
(mouse-set-font): Handle these.
1994-04-14 02:55:13 +00:00
Richard M. Stallman
40fc483606
(mouse-choose-completion): Use choose-completion-string.
...
(mouse-completion-delete-max-match): Moved to simple.el and renamed.
1994-03-27 22:18:55 +00:00
Karl Heuer
142c76727e
(mouse-kill): Select the clicked window first.
1994-03-11 04:13:50 +00:00
Karl Heuer
d65147f61d
(mouse-minibuffer-check): New function to disallow mouse events in an inactive
...
minibuffer. All relevant mouse functions changed to use it.
1994-03-09 04:00:12 +00:00
Richard M. Stallman
73e2025fcd
(mouse-choose-completion): Bury the completion buffer.
1994-03-07 03:37:55 +00:00
Richard M. Stallman
f36f4e9e5c
(mouse-choose-completion): Use that as the buffer to edit.
1994-03-02 23:26:06 +00:00
Richard M. Stallman
3c2dd2c035
(help-menu-map): Variable deleted, and its binding.
...
(mouse-select-window): New command, now on mode-line mouse-1.
(mouse-delete-other-windows): Now on mode-line mouse-2.
(mouse-split-window-horizontally): Now on mode-line C-mouse-2.
1994-02-25 19:35:58 +00:00
Richard M. Stallman
313558ae31
(mouse-delete-max-match): Set len properly.
1994-02-18 23:51:12 +00:00
Richard M. Stallman
6f482eec77
(mouse-start-end): For double click with START on openparen,
...
start forward scan from START.
1994-02-10 07:39:09 +00:00
Karl Heuer
1ec715837b
(mouse-start-end): Check START rather than point for being at eob.
1994-02-09 22:21:47 +00:00
Richard M. Stallman
50f580011d
(mouse-yank-secondary): Do move point.
...
(mouse-yank-at-point): New var.
(mouse-yank-at-click, mouse-yank-secondary): Obey tha.
1994-02-06 02:53:16 +00:00
Richard M. Stallman
7e6404f678
(mouse-kill-secondary): Get rid of CLICK argument.
...
Instead, use this-command-keys.
(x-fixed-font-alist): For 6x10, look for normal font, not semicondensed.
(mouse-yank-secondary): Doc fix.
1993-12-23 03:33:34 +00:00
Richard M. Stallman
852bc46fcb
(mouse-set-font): Update nonstandard faces that are supposed
...
to use a modification of the frame's font.
1993-11-27 07:52:19 +00:00
Richard M. Stallman
9a974c88a9
(mouse-save-then-kill-delete-region):
...
Call undo-boundary at the beginning and at the end.
(mouse-start-end): Use MODE mod 3.
(mouse-save-then-kill): Test mouse-selection-click-count mod 3.
(mouse-drag-secondary, mouse-secondary-save-then-kill): Likewise.
(mouse-kill-secondary): Do the kill in proper buffer.
Give error if in the wrong buffer.
(mouse-secondary-save-then-kill): Give error if click is not in
the buffer already used for secondary selection.
Don't switch windows; always temporarily switch buffers.
1993-11-24 06:35:03 +00:00
Richard M. Stallman
dd524dbd68
(mouse-save-then-kill-delete-region): Take args BEG and END.
...
Update the undo list properly.
(mouse-save-then-kill): Pass those args.
When we kill, clear mouse-save-then-kill-posn
and mouse-selection-click-count.
(mouse-secondary-save-then-kill): Likewise.
Delete the overlay after deleting the selection text.
(mouse-selection-click-count): Initialize to 0.
(mouse-save-then-kill-delete-region): Handle buffers with no undo list.
Handle empty regions. Handle end < beg.
1993-11-15 09:56:05 +00:00
Richard M. Stallman
26d280b955
(mouse-save-then-kill-delete-region): Take args BEG and END.
...
Update the undo list properly.
(mouse-save-then-kill): Pass those args.
(mouse-secondary-save-then-kll): Pass those args.
Delete the overlay after deleting the selection text.
1993-11-14 06:26:02 +00:00
Richard M. Stallman
3544cfc9b9
(mouse-drag-region): Set this-command to mouse-set-point
...
if not setting the mark.
(mouse-save-then-kill): Consider mark-active only in transient mark md.
1993-11-03 00:50:06 +00:00
Richard M. Stallman
d89a4a47bf
(mouse-delete-max-match): New function.
...
(mouse-choose-completion): Use that. Now supports buffers
other than minibuffer.
(mouse-drag-region): Put the text on the kill ring.
Don't set mark if region is empty.
(mouse-yank-at-click): Set this-command.
(mouse-start-end): Fix double-click-on-closeparen case.
(mouse-save-then-kill): When used repeatedly at different places,
alter the nearer end of the region. This applies regardless of how
the previous selection was made.
(mouse-drag-secondary, mouse-secondary-save-then-kill):
Rewrite for xterm-style dragging and extending.
1993-09-27 01:02:43 +00:00
Richard M. Stallman
eb6ff46fa1
(mouse-save-then-kill): If follows a multi-click selection,
...
extend the selection.
(mouse-save-then-kill-delete-region): New subroutine.
(mouse-selection-click-count): New variable.
(mouse-drag-region): Set it.
1993-09-20 17:36:49 +00:00
Richard M. Stallman
e37de1206a
(mouse-set-region): Put region in kill ring.
...
(mouse-drag-region): Handle double and triple clicks
when displaying region and when setting it.
(mouse-skip-word, mouse-start-end): New functions.
1993-09-17 21:26:18 +00:00
Richard M. Stallman
324710caf5
(mouse-choose-completion): Really go to minibuffer; no save-excursion.
1993-08-12 22:21:12 +00:00
Richard M. Stallman
1e49aa290a
(mouse-drag-region): Mouse in menu bar means scroll up.
1993-08-11 21:29:51 +00:00
Richard M. Stallman
0d94f5ca29
(font-menu-add-default): Use list, not cons, for new elt.
...
Don't get confused if no Misc entry.
1993-08-11 19:22:35 +00:00
Richard M. Stallman
3d64d15b2e
(font-menu-add-default): Fix previous change.
1993-08-11 19:20:22 +00:00
Richard M. Stallman
2a5fa27beb
(mouse-set-point): Use event-end, not event-start.
1993-08-11 06:17:43 +00:00
Richard M. Stallman
78210c952b
(mouse-drag-region): Doc fix.
1993-08-10 17:03:06 +00:00
Richard M. Stallman
b80f19281d
(mouse-set-point): Error if click in inactive minibuffer.
...
(mouse-drag-region): Use mouse-set-point.
Don't set a mark if final event wasn't suitable for setting point.
1993-08-08 19:16:42 +00:00
Richard M. Stallman
c4fc9e31aa
(mouse-save-then-kill): Fix paren error in last change.
1993-08-06 22:11:20 +00:00
Richard M. Stallman
8b213da760
(help-admin-map): Fix menu item text.
1993-08-05 21:53:02 +00:00
Richard M. Stallman
a2d24e958a
(mouse-save-then-kill): Don't discard all the normal
...
undo info; just replace the deletion entry.
1993-08-04 04:37:11 +00:00
Richard M. Stallman
49e61c4267
(mouse-choose-completion): Actually choose that alternative,
...
don't just insert its name.
1993-07-31 05:31:58 +00:00
Richard M. Stallman
0eb9fef353
(font-menu-add-default): New function.
1993-07-26 20:04:19 +00:00
Richard M. Stallman
fa21fdecc7
(x-fixed-font-alist): Give some fonts long patterns.
...
Delete 9x15 bold and 8x13 and 8x13 bold. Add some fonts.
1993-07-25 20:46:18 +00:00
Richard M. Stallman
367ee8f4d0
(mouse-secondary-save-then-kill): When making the undo item,
...
use an integer, not a marker, for the position.
1993-07-22 07:15:49 +00:00
Richard M. Stallman
26d86f19f9
(mouse-set-font): Update faces bold, italic and bold-italic.
1993-07-22 06:20:40 +00:00
Richard M. Stallman
f767385c90
(mouse-drag-region): Use deactivate-mark.
1993-07-21 07:40:12 +00:00
Richard M. Stallman
f936ae0677
(mouse-choose-completion): New function.
1993-07-13 21:33:17 +00:00
Jim Blandy
b846d0394a
* mouse.el (mouse-drag-region): Correctly handle drags which enter
...
other frames.
1993-07-02 23:05:25 +00:00
Jim Blandy
600c6e3ad0
* mouse.el (mouse-drag-region-1): Commented out.
...
(mouse-drag-region): Commented out, and replaced with new version,
which highlights the region as we drag.
(mouse-scroll-delay, mouse-drag-overlay): New variables.
(mouse-scroll-subr): New function.
1993-06-30 04:47:37 +00:00
Richard M. Stallman
af2a85fe39
(mouse-buffer-menu): Include % and * in each item.
...
Calculate amount of space needed for longest buffer name.
1993-06-25 22:33:57 +00:00
Richard M. Stallman
230aaa738f
(mouse-secondary-save-then-kill): Don't switch windows.
...
Just set-buffer, and put save-excursion around it.
(mouse-set-secondary, mouse-start-secondary): Likewise.
(mouse-drag-secondary): Switch windows and move point just temporarily.
1993-06-18 17:59:02 +00:00
Richard M. Stallman
e66feb07ed
(mouse-start-secondary): New function.
...
(mouse-set-secondary, mouse-drag-secondary): New functions.
(mouse-kill-secondary, mouse-secondary-save-then-kill): New functions.
1993-06-17 18:17:32 +00:00