From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Dziulko Newsgroups: gmane.emacs.help Subject: cut, copy, & paste with scroll mouse Date: Thu, 30 Oct 2003 08:56:36 -0500 (EST) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1067523205 20069 80.91.224.253 (30 Oct 2003 14:13:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2003 14:13:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 30 15:13:22 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFDYA-0003zi-00 for ; Thu, 30 Oct 2003 15:13:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AFDSR-00065J-Su for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Oct 2003 09:07:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AFDR4-0005vB-7q for help-gnu-emacs@gnu.org; Thu, 30 Oct 2003 09:06:02 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AFDNe-00056U-R3 for help-gnu-emacs@gnu.org; Thu, 30 Oct 2003 09:03:01 -0500 Original-Received: from [138.92.8.100] (helo=klaatu.canisius.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AFDHx-0003sq-Lf for help-gnu-emacs@gnu.org; Thu, 30 Oct 2003 08:56:37 -0500 Original-Received: from localhost (dziulko@localhost) by klaatu.canisius.edu (8.11.6/8.11.6) with ESMTP id h9UDuan10142 for ; Thu, 30 Oct 2003 08:56:36 -0500 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13643 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13643 Hello I have a Microsoft IntelliMouse with a scroll wheel in the middle. I am using GNU Emacs 21.2.1 on MS Windows 2000. I have (global-unset-key [mouse-2]) in my .emacs so that wheel does only scrolling and nothing else. (Otherwise it would paste when clicked) I am not familiar with X windows methods and operations. So, how do I cut, copy, and paste using the mouse? Do I have to configure scroll mouse in a certain way? Does it matter that I have pc-selection-mode turned on? Thanks!! Kevin