From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Peter Ashford" Newsgroups: gmane.emacs.help Subject: Re: turn off mouse select Date: Thu, 24 Oct 2002 10:40:03 +1300 Organization: Xtra Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035409484 30377 80.91.224.249 (23 Oct 2002 21:44:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 21:44:44 +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 184TIx-0007th-00 for ; Wed, 23 Oct 2002 23:44:43 +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 184TFm-0005ek-00; Wed, 23 Oct 2002 17:41:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!news.xtra.co.nz!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-NNTP-Posting-Host: 210.54.88.8 Original-X-Complaints-To: newsadmin@xtra.co.nz Original-X-Trace: news.xtra.co.nz 1035409126 210.54.88.8 (Thu, 24 Oct 2002 10:38:46 NZDT) Original-NNTP-Posting-Date: Thu, 24 Oct 2002 10:38:46 NZDT Original-Xref: shelby.stanford.edu gnu.emacs.help:106315 Original-To: help-gnu-emacs@gnu.org 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:2865 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2865 "Eli Zaretskii" wrote in message news:mailman.1035353180.3281.help-gnu-emacs@gnu.org... > > 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? > > No, it didn't. What do those variables do? Cheers, Peter.