From owner-ntemacs-users@june Sat Sep 7 09:17:24 1996 X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] [nil "Sat" " 7" "September" "1996" "11:35:07" "-0400" "Jerry Liebelson" "jl@ingress.com" nil "8" "How to make shift-arrow keys work like dragging the mouse?" "^From:" nil nil "9" nil nil nil nil] nil) Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id JAA07906 for ; Sat, 7 Sep 1996 09:17:24 -0700 Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id JAA19210 for ; Sat, 7 Sep 1996 09:17:21 -0700 Received: from starbase.ingress.com (ingress.com [199.171.57.2]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id IAA05670 for ; Sat, 7 Sep 1996 08:34:43 -0700 Received: from earth by starbase.ingress.com (SMI-8.6/SMI-SVR4 ) id LAA23786; Sat, 7 Sep 1996 11:38:10 -0400 Message-Id: <2.2.32.19960907153507.0093fdb0@ingress.com> X-Sender: jl@ingress.com X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" From: Jerry Liebelson To: ntemacs-users@cs.washington.edu Subject: How to make shift-arrow keys work like dragging the mouse? Date: Sat, 07 Sep 1996 11:35:07 -0400 Hi, I'm using version 19.33.1/i386 under NT 4.0 Build 1381. Is there any way to make the shifted arrow keys mark regions of text with highlighting? In other words, make them do the same thing as dragging with the mouse? Simply binding them to mouse-drag-region doesn't work because the latter expects additional parameters. -jerry From owner-ntemacs-users@june Sat Sep 7 10:34:41 1996 X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] [nil "Sat" " 7" "September" "1996" "09:09:07" "MST" "Ron Forrester" "rjf@infograph.com" nil "15" "Re: How to make shift-arrow keys work like dragging the mouse?" "^From:" nil nil "9" nil nil nil nil] nil) Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id KAA13102 for ; Sat, 7 Sep 1996 10:34:41 -0700 Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id KAA15389 for ; Sat, 7 Sep 1996 10:34:37 -0700 Received: from globe.indirect.com (globe.indirect.com [165.247.1.4]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id JAA10293 for ; Sat, 7 Sep 1996 09:52:38 -0700 Received: (from Uinfogrf@localhost) by globe.indirect.com (8.6.12/8.6.9) with UUCP id JAA03613; Sat, 7 Sep 1996 09:28:18 -0700 Received: by infograph.com (1.38.193.4/3.2.083191-Informative Graphics) id AA08354; Sat, 7 Sep 1996 09:09:08 -0700 Message-Id: <9609071609.AA08354@infograph.com> In-Reply-To: <2.2.32.19960907153507.0093fdb0@ingress.com>; from "Jerry Liebelson" at Sep 07, 96 11:35 am Mailer: Elm [revision: 70.85] From: rjf@infograph.com (Ron Forrester) To: jl@ingress.com (Jerry Liebelson) Cc: ntemacs-users@cs.washington.edu Subject: Re: How to make shift-arrow keys work like dragging the mouse? Date: Sat, 7 Sep 96 9:09:07 MST > > Hi, > I'm using version 19.33.1/i386 under NT 4.0 Build 1381. Is there any way to > make the shifted arrow keys mark regions of text with highlighting? In other > words, make them do the same thing as dragging with the mouse? Simply binding > them to mouse-drag-region doesn't work because the latter expects additional > parameters. Add: (pc-selection-mode) to your .emacs file. rjf