Path: utzoo!attcan!uunet!husc6!cmcl2!rutgers!mit-eddie!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: selections and highlighting Message-ID: <8812071419.AA21061@EXPO.LCS.MIT.EDU> Date: 7 Dec 88 14:19:34 GMT References: <8811271949.AA01014@intrepid.riacs.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 12 I've tried playing with the various mouse button translations to make it behave like the R2 selection highlighting, to no avail. If you want essentially the same behavior as R2, you can override with the translations: ~Meta : insert-selection(CUT_BUFFER0) ~Meta : select-end(CUT_BUFFER0) Note, however, that this will just put stuff in the cut buffer, not in a selection. We'll think about providing a way to turn off highlighting without losing the selection.