From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Tooltip and WARNING Date: Mon, 02 Aug 2010 14:13:02 +0200 Message-ID: <4C56B64E.8010505@alice.it> References: <4C56B04C.9060608@alice.it> <4C56B0FA.4090700@swipnet.se> <4C56B59B.2070402@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: dough.gmane.org 1280751211 2497 80.91.229.12 (2 Aug 2010 12:13:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Aug 2010 12:13:31 +0000 (UTC) Cc: Emacs To: =?UTF-8?B?SmFuIERqw6Rydg==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 02 14:13:27 2010 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.69) (envelope-from ) id 1OfttU-00015O-KB for ged-emacs-devel@m.gmane.org; Mon, 02 Aug 2010 14:13:24 +0200 Original-Received: from localhost ([127.0.0.1]:36801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfttT-0006SA-SR for ged-emacs-devel@m.gmane.org; Mon, 02 Aug 2010 08:13:23 -0400 Original-Received: from [140.186.70.92] (port=59009 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfttO-0006Rs-1A for emacs-devel@gnu.org; Mon, 02 Aug 2010 08:13:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfttN-0000jn-2m for emacs-devel@gnu.org; Mon, 02 Aug 2010 08:13:17 -0400 Original-Received: from smtp208.alice.it ([82.57.200.104]:40860) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfttM-0000jY-QQ for emacs-devel@gnu.org; Mon, 02 Aug 2010 08:13:17 -0400 Original-Received: from [82.57.169.93] (82.57.169.93) by smtp208.alice.it (8.5.124.08) id 4C1A271602DE5FEE; Mon, 2 Aug 2010 14:13:13 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 In-Reply-To: <4C56B59B.2070402@alice.it> X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:128106 Archived-At: Oops, I forgot to say that rev.100963 has also 'Segmentation fault' :(,=20 :(, :(,... Il 02/08/2010 14.10, Angelo Graziosi ha scritto: > Il 02/08/2010 13.50, Jan Dj=C3=A4rv ha scritto: >> What is your Gtk+ version? > > GNU/Linux Kubuntu 8.04, GTK+ 2.12.9 > >> Please use report-emacs-bug, that way this >> information comes included. > > Having the Internet connection on is enough? or Emacs needs to be > configured in special mode? I usually do not use Emacs for mails :( > > Ciao, > Angelo. > >> >> Angelo Graziosi skrev 2010-08-02 13.47: >>> With rev.100963 (GTK build on Kubuntu 8.04, for example), each time >>> Emacs >>> shows a 'tooltip', on the command line appears a WARNING, i.e. >>> >>> $ emacs24 -Q & >>> (emacs24:29687): GLib-GObject-WARNING **: IA__g_object_get_valist: >>> object >>> class `GtkSettings' has no property named `gtk-enable-tooltips' >>> >>> (emacs24:29687): GLib-GObject-WARNING **: IA__g_object_set_valist: >>> object >>> class `GtkSettings' has no property named `gtk-enable-tooltips' >>> >>> (emacs24:29687): GLib-GObject-WARNING **: IA__g_object_set_valist: >>> object >>> class `GtkSettings' has no property named `gtk-enable-tooltips' >>> >>> (emacs24:29687): GLib-GObject-WARNING **: IA__g_object_get_valist: >>> object >>> class `GtkSettings' has no property named `gtk-enable-tooltips' >>> >>> (emacs24:29687): GLib-GObject-WARNING **: IA__g_object_set_valist: >>> object >>> class `GtkSettings' has no property named `gtk-enable-tooltips' >>> >>> (emacs24:29687): GLib-GObject-WARNING **: IA__g_object_set_valist: >>> object >>> class `GtkSettings' has no property named `gtk-enable-tooltips' >>> [...] >>> >>> Each WARNING is for each tooltip :( >>> >>> This didn't occur with previous revisions... >>> >>> Perhaps these changes are the cause: >>> >>> 2010-08-01 Jan Dj=C3=A4rv <...@...> >>> [...] >>> * xfns.c (x_gtk_use_system_tooltips): New variable. >>> (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call >>> new gtkutil tooltip functions to show the tooltip. >>> (Fx_hide_tip): Call xg_hide_tooltip. >>> (syms_of_xfns): Defvar x-gtk-use-system-tooltips. >>> >>> * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip) >>> (xg_show_tooltip, xg_hide_tooltip): Declare. >>> [...] >>> >>> >>> Ciao, >>> Angelo. >