From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Empty tooltips under X Date: Wed, 28 Oct 2015 14:23:02 +0100 Message-ID: <87si4v1615.fsf@gnu.org> References: <56309CE9.1060509@gmx.at> <87fv0v5m5p.fsf@gnu.org> <5630A735.2000701@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1446038610 27608 80.91.229.3 (28 Oct 2015 13:23:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Oct 2015 13:23:30 +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 14:23:17 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 1ZrQhA-0006Qf-O0 for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2015 14:23:16 +0100 Original-Received: from localhost ([::1]:37957 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrQh9-0002sU-NH for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2015 09:23:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrQh1-0002s2-E4 for emacs-devel@gnu.org; Wed, 28 Oct 2015 09:23:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrQgx-0006XY-C7 for emacs-devel@gnu.org; Wed, 28 Oct 2015 09:23:07 -0400 Original-Received: from nsmtp.uni-koblenz.de ([141.26.64.14]:37311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrQgx-0006X1-6I for emacs-devel@gnu.org; Wed, 28 Oct 2015 09:23:03 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by nsmtp.uni-koblenz.de (Postfix) with ESMTP id 5703523BAE4; Wed, 28 Oct 2015 14:23:02 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at uni-koblenz.de Original-Received: from nsmtp.uni-koblenz.de ([127.0.0.1]) by localhost (nsmtp.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ylrAtORVOmZt; Wed, 28 Oct 2015 14:23:02 +0100 (CET) Original-Received: from deliver.uni-koblenz.de (deliver.uni-koblenz.de [141.26.64.15]) by nsmtp.uni-koblenz.de (Postfix) with ESMTPS; Wed, 28 Oct 2015 14:23:02 +0100 (CET) Original-Received: from thinkpad-t440p (dhcp66.uni-koblenz.de [141.26.71.66]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 401AF1A8481; Wed, 28 Oct 2015 14:23:02 +0100 (CET) Mail-Followup-To: martin rudalics , emacs-devel In-Reply-To: <5630A735.2000701@gmx.at> (martin rudalics's message of "Wed, 28 Oct 2015 11:45:09 +0100") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 141.26.64.14 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:192790 Archived-At: martin rudalics writes: >>> With current master/trunk tooltips under X are broken here. I get a >>> box with correct borders/background and correct dimensions but without >>> text. Can anyone see that? >> >> I'm on >> >> ,----[ C-h v emacs-repository-version RET ] >> | emacs-repository-version is a variable defined in =E2=80=98version.el= =E2=80=99. >> | Its value is "9db11fa2d635935318364370f31821023c2501b9" >> | >> | Documentation: >> | String giving the repository revision from which this Emacs was built. >> | Value is nil if Emacs was not built from a repository checkout, >> | or if we could not determine the revision. >> `---- >> >> and (tooltip-show "This is a test tooltip") shows the tip correctly. >> Emacs is built with GTK3 support. > > Indeed, GTK+ tooltip support still works. What happens when you set > =E2=80=98x-gtk-use-system-tooltips=E2=80=99 to nil? The text is still shown. Because the tooltips looks identical to the GTK version, I also stepped thru `x-show-tip' in order to validate we're really using Emacs' own tooltip code. Bye, Tassilo