From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Long tool tip delay Date: Sun, 8 Feb 2009 09:18:36 +0100 Message-ID: <7dbe73ed0902080018y29566893o56e8552b8a25d878@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234081139 7612 80.91.229.12 (8 Feb 2009 08:18:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Feb 2009 08:18:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 08 09:20:13 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LW4tf-0004cf-09 for ged-emacs-devel@m.gmane.org; Sun, 08 Feb 2009 09:20:11 +0100 Original-Received: from localhost ([127.0.0.1]:50145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LW4sL-00088P-F9 for ged-emacs-devel@m.gmane.org; Sun, 08 Feb 2009 03:18:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LW4sF-000845-4c for emacs-devel@gnu.org; Sun, 08 Feb 2009 03:18:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LW4sC-000812-SX for emacs-devel@gnu.org; Sun, 08 Feb 2009 03:18:42 -0500 Original-Received: from [199.232.76.173] (port=37961 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LW4sC-00080r-PS for emacs-devel@gnu.org; Sun, 08 Feb 2009 03:18:40 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:54885) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LW4sC-0006MY-86 for emacs-devel@gnu.org; Sun, 08 Feb 2009 03:18:40 -0500 Original-Received: from mu-out-0910.google.com ([209.85.134.191]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LW4sA-000566-ON for emacs-devel@gnu.org; Sun, 08 Feb 2009 03:18:38 -0500 Original-Received: by mu-out-0910.google.com with SMTP id w8so1047873mue.6 for ; Sun, 08 Feb 2009 00:18:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=lBzgnPW0FSc2QAfaL5Stl7VMzgdOj96nPqSxzb+lrCk=; b=Q97IhJDYxKwJoZmh6D1AT65eXmpBYeAF/74CcXuKGD3f1x/c7DLMYPzBHheTdWmweQ QEnY9OYhmvI52aDydab2ukfn2ZXHh1EnrTC4Kjtd2liuTbdCmTaoNTcsRa+ZS3MB1Oqz HQopV8LgY02oVBWawrkqTPSkGKdFLhHYknwuA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=pLvZlaJscqfJGtlBfYA2ae+5wk8QyBdKvyyGH+WWyzaUj9SYCHW4+pqZB6am+Sh8AX +mVYx/zdCtZwkTPClOQDKaHWkOqU3y2fr5/evjn4Whuaa+HApjAJxbTNvqyuLnpRZUpK vg5gP9eLE86G8l/O4IIoK7wXm2vCK9Xz6eXUg= Original-Received: by 10.103.213.10 with SMTP id p10mr1550742muq.17.1234081116690; Sun, 08 Feb 2009 00:18:36 -0800 (PST) X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108868 Archived-At: I just compiled the latest pretest and it seems to work mostly fine - the NEWS file mentions a lot of goodies. However, I noticed one strange thing with the tool tips that appear when you hover over an icon in the toolbar: it takes many seconds before they appear. I am sure this is not the intent because if I start emacs with -Q it works fine. So obviously it is something in my .emacs, or something that it loads, or some of the hundred Desktop-loaded files, that makes it behave like this. Any ideas on where to begin looking for the cause? I should mention that I seldom use the toolbar so it is not very important to me and I am not prepared to put much time into investigating this but if someone have any lisp snippets to try out I am willing to do that. Thanks!