From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kaushal Modi Newsgroups: gmane.emacs.devel Subject: Re: Empty tooltips under X Date: Wed, 28 Oct 2015 15:47:34 -0400 Message-ID: References: <56309CE9.1060509@gmx.at> <87fv0v5m5p.fsf@gnu.org> <5630A735.2000701@gmx.at> <87si4v1615.fsf@gnu.org> <56312003.10908@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1446061715 16247 80.91.229.3 (28 Oct 2015 19:48:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2015 19:48:35 +0000 (UTC) Cc: emacs-devel To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 28 20:48:30 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZrWhx-0005z7-AU for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2015 20:48:29 +0100 Original-Received: from localhost ([::1]:40466 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrWhw-0006Ps-DE for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2015 15:48:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrWhj-0006Pn-09 for emacs-devel@gnu.org; Wed, 28 Oct 2015 15:48:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrWhi-00076C-8v for emacs-devel@gnu.org; Wed, 28 Oct 2015 15:48:14 -0400 Original-Received: from mail-ob0-x230.google.com ([2607:f8b0:4003:c01::230]:35073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrWhi-000768-4C for emacs-devel@gnu.org; Wed, 28 Oct 2015 15:48:14 -0400 Original-Received: by obctp1 with SMTP id tp1so15763717obc.2 for ; Wed, 28 Oct 2015 12:48:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=KWM0bsLa/pJ3igZ7iuxn+RnOIhW/xsdvWY2QM/+34pA=; b=g3ZCGzNUxp3sB2FXPbAz4D5PcSVdTqRcGZAatxDAJGpe1ojVb3xaORYv90wOjZMpJ+ f+pt2unaTCWjXIiJG6moazs0Ep08JbM0K4aYcs59f8y8IIcKqqzJ9xWn5i40kS53lVBR k8jJdCiQXqmp2zECQ/dZxjCj29iVSGyDtEn3yb+w3DAwH/oPGMAxtm/aGz1+LrJDSHcg jyaTl5gkcjxehzA5KoPHJUtqfypbjmIEZuhEscaU39db44dXOWvlHOwr9tL3jp2VQqaG qJas/0PNJ0OJAvzkJElVa5MBquKhJxWJKwQCaXUC0IM5JMUj+v8/+sbt/awkWYYZQcMF 1NPg== X-Received: by 10.182.101.170 with SMTP id fh10mr16103927obb.5.1446061693724; Wed, 28 Oct 2015 12:48:13 -0700 (PDT) Original-Received: by 10.202.44.8 with HTTP; Wed, 28 Oct 2015 12:47:34 -0700 (PDT) In-Reply-To: <56312003.10908@gmx.at> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::230 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192819 Archived-At: My earlier observation was NOT in emacs -Q. With emacs -Q, I do get the tooltip consistently with x-gtk-use-system-tooltips set to nil or t. But with my emacs config, the tooltip shows up consistently only with the default value of x-gtk-use-system-tooltips (t). But about, > Can you reproduce that reliably? I got the tooltip to show up just once (out of like 10 times) with my emacs config with x-gtk-use-system-tooltips set to nil.