From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jos=E9_A=2E_Romero_L=2E?= Newsgroups: gmane.emacs.help Subject: Re: Does gnu emacs have the equivalent of Xemacs mouse-track-insert Date: Fri, 12 Mar 2010 06:25:28 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <413dd07f-52c3-40f3-b083-031ad862ab08@q15g2000yqj.googlegroups.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: dough.gmane.org 1272992258 13806 80.91.229.12 (4 May 2010 16:57:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 16:57:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 18:57:33 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O9LR5-0007KY-Fl for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 18:57:31 +0200 Original-Received: from localhost ([127.0.0.1]:42063 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9LR5-0003L7-16 for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 12:57:31 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!e7g2000yqf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 39 Original-NNTP-Posting-Host: 62.111.135.130 Original-X-Trace: posting.google.com 1268403928 10589 127.0.0.1 (12 Mar 2010 14:25:28 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 12 Mar 2010 14:25:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e7g2000yqf.googlegroups.com; posting-host=62.111.135.130; posting-account=mkEKGAoAAACAV2vhv5r9WHXWqsdL_niD User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6,gzip(gfe),gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:177439 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:72956 Archived-At: On 12 Mar, 13:59, asac wrote: (...) > 1. the =A0(setq mouse-yank-at-point t) effect remains permanent for the > buffer and then I can no more paste with middle-button at a pointed > location. This means I need to left click first to have the cursor > where I want to paste the text, then middle click. I guess you could set it only for the secondary selection with some elisp: (defun asac/yank-secondary-at-point (click) (interactive "e") (let ((mouse-yank-at-point t)) (mouse-yank-secondary click))) (define-key global-map (kbd "") 'asac/yank-secondary-at- point) > 2. On my linux host, somehow (keyboard shortcut settings?), so the M- > leftclick selects the window that I am working on, so when sliding, > the window is getting moved instead of selcting the text on which I > slide the mouse. It's working OK here (i.e. M-click does not change the window). What version of emacs are you using? > 3. So I tested with ESC-leftclick and this partially works when emacs > is invoked with -nw, but it does not work in the window based. (...) Strange. Sorry, no idea what's wrong with your installment. At least I can tell you mine seems to be working correctly, so try to play around with your settings. Cheers, -- Jos=E9 A. Romero L. escherdragon at gmail "The opposite of war is not peace -- it's creation." (Jonathan Larson)