[1601] in testers
7.3C Emacs
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Jul 29 12:51:37 1991
From: ckclark@ATHENA.MIT.EDU
Date: Mon, 29 Jul 91 12:51:38 -0400
To: vanharen@ATHENA.MIT.EDU
Cc: testers@ATHENA.MIT.EDU
In-Reply-To: vanharen@ATHENA.MIT.EDU's message of Mon, 29 Jul 91 11:55:11 -0400 <9107291555.AA07819@fries.MIT.EDU>
Reply-To: ckclark@mit.edu
>>>>> On Mon, 29 Jul 91 11:55:11 -0400, vanharen@ATHENA.MIT.EDU said:
vanharen> This line in my .emacs no longer works:
vanharen> (define-key mouse-map x-button-right-up 'x-mouse-set-mark)
I loaded your .emacs file and then evaluated that line (as you had
commented it out in your .emacs file). The line seems to do what it is
supposed to do; i.e., bind the lifting of the right mouse button to the
function x-mouse-set-mark.
The function x-mouse-set-mark has the following description:
x-mouse-set-mark:
Select Emacs window mouse is on, and set mark at mouse position.
Display cursor at that position for a second
And that's exactly what it seems to do. Please provide an example of
the sort of thing you were trying to do with causes this to fail.
vanharen> Am I doing something wrong?
Not that I can see. Perhaps you are expecting a bug? :-)
vanharen> Also, it should be mentioned in the release notes that
vanharen> CTRL-SHIFT-leftmousebutton in emacs give a "Select
vanharen> Buffer" menu, similar to the help menus (via
vanharen> CTRL-SHIFT-middlemousebutton), which *is*
vanharen> documented...
vanharen> -C.
You're right. My windowmanager overrides that binding, so I never saw
it. I will submit a change for the release notes to mention it.
-Calvin