From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: weebalaji@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Auto Copy on mouse select Date: Wed, 6 Feb 2008 19:18:06 -0800 (PST) Organization: http://groups.google.com Message-ID: <13ee96b6-74a2-44b8-bc28-91eb2811eb9b@e4g2000hsg.googlegroups.com> References: <58601fee-0483-4970-b644-fdbe64568717@c23g2000hsa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202356887 13099 80.91.229.12 (7 Feb 2008 04:01:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2008 04:01:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 07 05:01:49 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JMxxN-0001oc-2V for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Feb 2008 05:01:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMxwu-0005c2-Gx for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Feb 2008 23:01:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e4g2000hsg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 71.188.101.80 Original-X-Trace: posting.google.com 1202354287 9467 127.0.0.1 (7 Feb 2008 03:18:07 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 7 Feb 2008 03:18:07 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e4g2000hsg.googlegroups.com; posting-host=71.188.101.80; posting-account=6rPJ-gkAAABaQtTsLU8HlF5gcwjpqBN8 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.13pre) Gecko/20071126 Ubuntu/dapper-security Firefox/1.5.0.13pre, gzip(gfe), gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:155907 X-Mailman-Approved-At: Wed, 06 Feb 2008 22:58:52 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51284 Archived-At: On Feb 6, 7:43 pm, orium wrote: > Hi, everybody. > > I am using emacs 22.1, in graphic mode. > When I select some text with the mouse, that text is copied to > clipboard, > that is really annoying, how can i turn off this behavior? > > Thanks Try toggling transient-mark-mode or delete-selection-mode...