From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Insert at point (mouse copy/yank) Date: Sat, 9 Oct 2004 11:14:04 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1097345706 24134 80.91.229.6 (9 Oct 2004 18:15:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Oct 2004 18:15:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 09 20:14:54 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CGLk6-0001LT-00 for ; Sat, 09 Oct 2004 20:14:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGLqw-000611-OG for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Oct 2004 14:21:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGLqU-0005t2-9W for help-gnu-emacs@gnu.org; Sat, 09 Oct 2004 14:21:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGLqT-0005sc-D5 for help-gnu-emacs@gnu.org; Sat, 09 Oct 2004 14:21:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGLqT-0005sZ-A8 for help-gnu-emacs@gnu.org; Sat, 09 Oct 2004 14:21:29 -0400 Original-Received: from [141.146.126.228] (helo=agminet01.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CGLjY-0002M1-T0 for help-gnu-emacs@gnu.org; Sat, 09 Oct 2004 14:14:21 -0400 Original-Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.191.11]) by agminet01.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i99IEEtF015898; Sat, 9 Oct 2004 11:14:14 -0700 Original-Received: from rgmgw2.us.oracle.com (localhost [127.0.0.1]) by rgmgw2.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i99IEEvd030914; Sat, 9 Oct 2004 12:14:14 -0600 Original-Received: from dradamslap (dhcp-amer-csvpn-gw2-141-144-80-26.vpn.oracle.com [141.144.80.26]) by rgmgw2.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id i99IEDMn030877; Sat, 9 Oct 2004 12:14:14 -0600 Original-To: "Harry Putnam" , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21160 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21160 mouse-yank-at-point non-nil should do what you want. Perhaps your Emacs has a bug. Try loading mouse.el (not mouse.elc), then M-x debug-on-entry mouse-yank-at-click, then see what goes wrong (follow the code in mouse.el). -----Original Message----- From: Harry Putnam I used to have something in .emacs that caused a yanked piece of text from a mouse copy in other documents to be inserted at emacs point rather than where ever the pointer happens to be. Found this with M-x apropos I'm not sure if this is related because it is set to t mouse-yank-at-point's value is t *If non-nil, mouse yank commands yank at point instead of at click. You can customize this variable. Defined in `mouse'.