From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.bugs Subject: bug#20677: tooltips generate garbage Date: Tue, 02 Jun 2015 11:35:02 +0200 Message-ID: <556D78C6.5070309@alice.it> References: <556639D1.1030702@alice.it> <83iobdxvzi.fsf@gnu.org> <556C462E.5050906@alice.it> <83a8wjts15.fsf@gnu.org> <556C812C.4030901@alice.it> <83zj4js8nz.fsf@gnu.org> <556CD4EB.8080602@alice.it> <83oakysuu4.fsf@gnu.org> <556D7608.4070006@alice.it> 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: ger.gmane.org 1433237784 15231 80.91.229.3 (2 Jun 2015 09:36:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Jun 2015 09:36:24 +0000 (UTC) Cc: 20677@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 02 11:36:13 2015 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 1YzicF-0000cE-0F for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Jun 2015 11:36:11 +0200 Original-Received: from localhost ([::1]:57031 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzicE-0004G6-3u for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Jun 2015 05:36:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzicA-0004Fy-PJ for bug-gnu-emacs@gnu.org; Tue, 02 Jun 2015 05:36:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzic7-0007Po-Dv for bug-gnu-emacs@gnu.org; Tue, 02 Jun 2015 05:36:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzic7-0007Pg-5K for bug-gnu-emacs@gnu.org; Tue, 02 Jun 2015 05:36:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Yzic6-0000SN-LM for bug-gnu-emacs@gnu.org; Tue, 02 Jun 2015 05:36:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Angelo Graziosi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 02 Jun 2015 09:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20677 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 20677-submit@debbugs.gnu.org id=B20677.14332377121633 (code B ref 20677); Tue, 02 Jun 2015 09:36:02 +0000 Original-Received: (at 20677) by debbugs.gnu.org; 2 Jun 2015 09:35:12 +0000 Original-Received: from localhost ([127.0.0.1]:36819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YzibH-0000QE-Cv for submit@debbugs.gnu.org; Tue, 02 Jun 2015 05:35:11 -0400 Original-Received: from smtp203.alice.it ([82.57.200.99]:42097) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YzibE-0000Po-Ms for 20677@debbugs.gnu.org; Tue, 02 Jun 2015 05:35:10 -0400 Original-Received: from [192.168.1.100] (87.16.29.141) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5556210B01EE33F7; Tue, 2 Jun 2015 11:35:02 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <556D7608.4070006@alice.it> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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:103470 Archived-At: Il 02/06/2015 11:23, Angelo Graziosi ha scritto: > > > Il 02/06/2015 04:33, Eli Zaretskii ha scritto: >> >> Can you show a screenshot of the bad tooltip display? >> > > Attached. (Schermata2.png is with "emacs -Q &") Just for clarification... When I move the mouse pointer over an icon which has a tooltip, this is shown correctly. It is when I move the pointer so that the tooltip should be "closed" that it, partially, remains as shown by screenshots I sent. Whit "emacs -Q" It is a bit more complicated to reproduce the issue: only the tooltips of a few icons give it.