From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: turn off mouse select Date: Wed, 23 Oct 2002 08:05:50 +0200 (IST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <32kt9.284$8o1.57501@news.xtra.co.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035353363 11532 80.91.224.249 (23 Oct 2002 06:09:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 06:09:23 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 184Ehm-0002zi-00 for ; Wed, 23 Oct 2002 08:09:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 184Eer-0000qy-00; Wed, 23 Oct 2002 02:06:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 184EeG-0008Fd-00 for help-gnu-emacs@gnu.org; Wed, 23 Oct 2002 02:05:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 184EeE-00089i-00 for help-gnu-emacs@gnu.org; Wed, 23 Oct 2002 02:05:43 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 184EeC-0007xw-00 for help-gnu-emacs@gnu.org; Wed, 23 Oct 2002 02:05:41 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA13832 for ; Wed, 23 Oct 2002 08:05:51 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: <32kt9.284$8o1.57501@news.xtra.co.nz> Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2844 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2844 On Wed, 23 Oct 2002, Peter Ashford wrote: > I wanted to turn off the mouse selection / pasting feature of emacs. I > tried putting (mouse-sel-mode nil) in my .emacs file but that didn't work. Does it help to set the variables interprogram-cut-function and interprogram-paste-function to nil?