From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#11304: mouse-autoselect-window causes loss of messages from echo area Date: Tue, 24 Apr 2012 11:18:08 +0200 Message-ID: <4F966FD0.9050008@gmx.at> References: <1335002005.80526.YahooMailClassic@web121505.mail.ne1.yahoo.com> <4F93F9BF.3040705@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1335259177 29238 80.91.229.3 (24 Apr 2012 09:19:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Apr 2012 09:19:37 +0000 (UTC) Cc: Kelly Dean To: 11304-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 24 11:19:36 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SMbuK-0005X9-Es for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Apr 2012 11:19:36 +0200 Original-Received: from localhost ([::1]:54869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMbuJ-0004hH-Aw for geb-bug-gnu-emacs@m.gmane.org; Tue, 24 Apr 2012 05:19:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMbuA-0004Z7-SS for bug-gnu-emacs@gnu.org; Tue, 24 Apr 2012 05:19:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMbu1-0001Ee-2s for bug-gnu-emacs@gnu.org; Tue, 24 Apr 2012 05:19:26 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMbu0-0001EY-W5 for bug-gnu-emacs@gnu.org; Tue, 24 Apr 2012 05:19:17 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SMbuk-0007NC-Rd for bug-gnu-emacs@gnu.org; Tue, 24 Apr 2012 05:20:02 -0400 Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 24 Apr 2012 09:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 11304 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 11304@debbugs.gnu.org, rudalics@gmx.at Original-Received: via spool by 11304-done@debbugs.gnu.org id=D11304.133525915128266 (code D ref 11304); Tue, 24 Apr 2012 09:20:02 +0000 Original-Received: (at 11304-done) by debbugs.gnu.org; 24 Apr 2012 09:19:11 +0000 Original-Received: from localhost ([127.0.0.1]:49994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SMbtv-0007Lr-CP for submit@debbugs.gnu.org; Tue, 24 Apr 2012 05:19:11 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:53909) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1SMbts-0007Lf-U4 for 11304-done@debbugs.gnu.org; Tue, 24 Apr 2012 05:19:10 -0400 Original-Received: (qmail invoked by alias); 24 Apr 2012 09:18:16 -0000 Original-Received: from 62-47-61-172.adsl.highway.telekom.at (EHLO [62.47.61.172]) [62.47.61.172] by mail.gmx.net (mp010) with SMTP; 24 Apr 2012 11:18:16 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/7Hhojl9v7ArJu1qclnwyoeCUSYZCHdkECf+94QN 0ZuDLqfrh7h6Cd In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:59434 Archived-At: > This looks right, thank you, Installed in the trunk together with the change in `handle-select-window'. If we decide that we don't want the latter, for example, because we don't like "Clearing the minibuffer/echo-area for global indicators", we can remove it at any time. martin