From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Daniel Pfeiffer Newsgroups: gmane.emacs.bugs Subject: Window focus wish and mouse binding bug Date: Mon, 26 Aug 2002 23:27:35 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <20020826232735.5c1c6cbc.occitan@esperanto.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1030397092 24404 127.0.0.1 (26 Aug 2002 21:24:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2002 21:24:52 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17jRLu-0006Ky-00 for ; Mon, 26 Aug 2002 23:24:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jRNE-0002P5-00; Mon, 26 Aug 2002 17:26:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17jRMb-0002JC-00 for bug-gnu-emacs@gnu.org; Mon, 26 Aug 2002 17:25:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17jRMZ-0002J0-00 for bug-gnu-emacs@gnu.org; Mon, 26 Aug 2002 17:25:32 -0400 Original-Received: from mailout10.sul.t-online.com ([194.25.134.21]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jRMY-0002Ik-00 for bug-gnu-emacs@gnu.org; Mon, 26 Aug 2002 17:25:30 -0400 Original-Received: from fwd07.sul.t-online.de by mailout10.sul.t-online.com with smtp id 17jRMX-0004qj-02; Mon, 26 Aug 2002 23:25:29 +0200 Original-Received: from pfdabpc (520007185214-0001@[217.226.120.135]) by fmrl07.sul.t-online.com with smtp id 17jRMI-0bCHBYC; Mon, 26 Aug 2002 23:25:14 +0200 Original-To: bug-gnu-emacs@gnu.org X-Mailer: Sylpheed version 0.7.2claws (GTK+ 1.2.10; i686-suse-linux) X-Operating-System: Linux of course :-) X-Face: #O4jYYB1q_#GM@+5bpI17zYh*qp]@lt"%.HQGbezyU>Cm@cp>rdE97{c:@). kR3O3H&LeNb(Q\/E^f{g|i~#u\4!\lJ"jR;Cx&[\,\xjKcLei-_1\d&TAm\E3&(c|>cQIoik]V8Vdf Qs)St&=rh'+N6/WxXf.VfUnD[<;9{#[ZWC>]FP$xVRgTLssqs)7nQ'sH@l[9b5oo1@llkNJPx;&H(^ o~/ X-Sender: 520007185214-0001@t-dialin.net Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3310 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3310 In GNU Emacs 21.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-02-21 on pfdabpc I have a window manager policy of sloppy focus (focus-follows-mouse -> t). Hence I find it quite irritating that when I move the mouse to another emacs window, the buffer current'ness doesn't follow. I have mouse-wheel-follow-mouse -> t which is very intuitive. But it only covers this one little aspect. It would be nice to generalize this option as activate-window-under-mouse. Now for the related real bug: When clicking on an inactive buffer, the mouse binding of the active buffer is used. For example in an inactive comint buffer, when hovering over a previous command, it highlights and the tooltip comes. But when clicking mouse-2, it does a yank, rather than copying the input to the last prompt, as the tooltip promised. best regards Daniel