Richard M. Stallman
6452d8a6f4
(mouse-drag-region): Bind this-command like last-command.
...
(mouse-kill-ring-save): Bind this-command and last-command.
1994-07-04 00:49:37 +00:00
Richard M. Stallman
1493e1f888
(mouse-scroll-subr): Delete some debugging code.
1994-07-02 00:47:40 +00:00
Richard M. Stallman
5fb9cdd99e
(mouse-drag-secondary): Don't treat end of buffer
...
specially when within the window.
1994-06-30 04:49:26 +00:00
Richard M. Stallman
d2287ded09
(mouse-scroll-subr): Don't do anything special at eob.
...
(mouse-drag-region): Don't treat scrolling differently at eob.
(mouse-drag-secondary): Likewise.
1994-06-25 23:48:04 +00:00
Richard M. Stallman
4e399a5322
(mouse-scroll-subr): Preserve point if WINDOW's not the selected window.
...
(mouse-drag-region, mouse-drag-secondary): Accept any list event
as normal termination of the dragging.
1994-06-19 18:04:35 +00:00
Richard M. Stallman
e919a6225e
(mouse-scroll-subr): New arg WINDOW.
...
(mouse-drag-region, mouse-drag-secondary): Pass new arg.
1994-06-17 00:51:33 +00:00
Karl Heuer
5cb0a75ace
(mouse-drag-region): Bind last-command, not this-command.
1994-06-15 03:55:42 +00:00
Richard M. Stallman
2f4b15efbd
(mouse-save-then-kill-delete-region): Turn off change hooks
...
for the edit operations that are not real.
1994-06-13 19:35:07 +00:00
Richard M. Stallman
874a2cbd81
(mouse-choose-completion): If *Completion* is a special
...
buffer or just has a dedicated window, do something reasonable.
1994-06-05 12:06:23 +00:00
Richard M. Stallman
85d6b80b26
(mouse-split-window-vertically): Treat scroll bar events just like others.
1994-05-22 20:56:11 +00:00
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