From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Anselm Helbig 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:05:17 +0200 Organization: Freie Universitaet Berlin Message-ID: <87ocqi6csi.wl%anselm.helbig+news2009@googlemail.com> References: <171b3374-d786-4205-a48a-d4e9c21bd719@i8g2000pro.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1250239989 16196 80.91.229.12 (14 Aug 2009 08:53:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2009 08:53:09 +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 10:53:03 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 1MbsUX-0007fo-Ly for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2009 10:50:30 +0200 Original-Received: from localhost ([127.0.0.1]:58123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbsUX-0007up-2h for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2009 04:50:29 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: news.uni-berlin.de K4JD0UQxvqcINg1aRe7new+DogK4bWQGpJf5/2BGtve1OuIgvq43+Mpc0v Cancel-Lock: sha1:SaKRgsDeKOvAPmfE//rHI2rTSxQ= In-Reply-To: <171b3374-d786-4205-a48a-d4e9c21bd719@i8g2000pro.googlegroups.com> Mail-Followup-To: anselm.helbig+news2009@googlemail.com Original-Xref: news.stanford.edu gnu.emacs.help:171969 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:67145 Archived-At: At Thu, 13 Aug 2009 17:34:38 -0700 (PDT), Chris Seberino 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: (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 -- Anselm Helbig mailto:anselm.helbig+news2009@googlemail.com