[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



In system 27.46 NWS, with microcode 661, on LISP Machine Six:

Mouse-middle-twice (COM-MOUSE-KILL-YANK) conforms neither to its documentation
nor to what it used to do (which are themselves different.)  The right thing for
it to do is (when there is a region) the first time save it and the second time
kill it without saving on the kill ring.  If done when there is no region, the
first time yank it and the second time meta-Y.  Since it never kills, I suspect
it gets faked out by the fact that saving (m-W) gets rid of the region.