From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Seberino Newsgroups: gmane.emacs.help Subject: Re: How make pastes go under *mouse pointer* rather than where "point variable" is set? Date: Fri, 14 Aug 2009 10:37:57 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7ebd073f-acbd-4345-94c5-eecc4af3817f@m3g2000pri.googlegroups.com> References: <171b3374-d786-4205-a48a-d4e9c21bd719@i8g2000pro.googlegroups.com> <87ocqi6csi.wl%anselm.helbig+news2009@googlemail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1250271649 16282 80.91.229.12 (14 Aug 2009 17:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2009 17:40:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 14 19:40:42 2009 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 1Mc0le-0006uN-JW for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2009 19:40:42 +0200 Original-Received: from localhost ([127.0.0.1]:38180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mc0le-0001X1-4Z for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2009 13:40:42 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m3g2000pri.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 199.106.103.250 Original-X-Trace: posting.google.com 1250271478 29374 127.0.0.1 (14 Aug 2009 17:37:58 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 14 Aug 2009 17:37:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m3g2000pri.googlegroups.com; posting-host=199.106.103.250; posting-account=VkuUtQkAAADKqMjRUmZTNs7a8uCSNNy2 User-Agent: G2/1.0 X-HTTP-Via: 1.1 webwasher (Webwasher 6.8.4.4798) X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:171975 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:67148 Archived-At: On Aug 14, 1:05=A0am, Anselm Helbig wrote: > At Thu, 13 Aug 2009 17:34:38 -0700 (PDT), > > ChrisSeberino wrote: > > > Linux lets you highlight some text and paste it somewhere by pressing > > the middle mouse button. > > > How make these pastes go under *mouse pointer* rather than where > > "point variable" is set? > > This setting enables the behavior you desire: > > =A0 (setq mouse-yank-at-point nil) > > How did I find out? I did `M-x apropos RET yank mouse RET'. It's > helpful to know the Emacs jargon, e.g. that pasting is called yanking > in Emacs. > > HTH, Anselm thanks a 10^6 ! cs