emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tooltip and WARNING


From: Jan Djärv
Subject: Re: Tooltip and WARNING
Date: Mon, 02 Aug 2010 14:51:57 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6

2010-08-02 14:10, Angelo Graziosi skrev:
Il 02/08/2010 13.50, Jan Djärv 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 :(

Emacs wants sendmail to be configured, it should be smarter there and use SMTP directly. But you can always cut'n'paste to your mailer, I do that from time to time. Make sure that the subject is correct.

I checked in a fix for the warnings, please try it.

        Jan D.


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ärv <address@hidden>
[...]
* 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]