all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Tooltip and WARNING
@ 2010-08-02 11:47 Angelo Graziosi
  2010-08-02 11:50 ` Jan Djärv
  0 siblings, 1 reply; 9+ messages in thread
From: Angelo Graziosi @ 2010-08-02 11:47 UTC (permalink / raw)
  To: Emacs

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  <...@...>
[...]
* 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.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Tooltip and WARNING
  2010-08-02 11:47 Tooltip and WARNING Angelo Graziosi
@ 2010-08-02 11:50 ` Jan Djärv
  2010-08-02 12:10   ` Angelo Graziosi
  0 siblings, 1 reply; 9+ messages in thread
From: Jan Djärv @ 2010-08-02 11:50 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: Emacs

What is your Gtk+ version?  Please use report-emacs-bug, that way this 
information comes included.

	Jan D.


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 <...@...>
> [...]
> * 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.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Tooltip and WARNING
  2010-08-02 11:50 ` Jan Djärv
@ 2010-08-02 12:10   ` Angelo Graziosi
  2010-08-02 12:13     ` Angelo Graziosi
                       ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Angelo Graziosi @ 2010-08-02 12:10 UTC (permalink / raw)
  To: Jan Djärv; +Cc: Emacs

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 :(

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 <...@...>
>> [...]
>> * 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.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Tooltip and WARNING
  2010-08-02 12:10   ` Angelo Graziosi
@ 2010-08-02 12:13     ` Angelo Graziosi
  2010-08-02 12:52       ` Jan Djärv
  2010-08-02 12:19     ` Leo
  2010-08-02 12:51     ` Jan Djärv
  2 siblings, 1 reply; 9+ messages in thread
From: Angelo Graziosi @ 2010-08-02 12:13 UTC (permalink / raw)
  To: Jan Djärv; +Cc: Emacs

Oops, I forgot to say that rev.100963 has also 'Segmentation fault' :(, 
:(, :(,...

Il 02/08/2010 14.10, Angelo Graziosi ha scritto:
> 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 :(
>
> 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 <...@...>
>>> [...]
>>> * 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.
>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Tooltip and WARNING
  2010-08-02 12:10   ` Angelo Graziosi
  2010-08-02 12:13     ` Angelo Graziosi
@ 2010-08-02 12:19     ` Leo
  2010-08-02 12:51     ` Jan Djärv
  2 siblings, 0 replies; 9+ messages in thread
From: Leo @ 2010-08-02 12:19 UTC (permalink / raw)
  To: emacs-devel

On 2010-08-02 13:10 +0100, Angelo Graziosi wrote:
> Having the Internet connection on is enough? or Emacs needs to be
> configured in special mode? I usually do not use Emacs for mails :(

The important thing is you attach those information in your bug report.
So M-x report-emacs-bug and copy the text after 

  --text follows this line--

to whatever mail client you are using.

Leo




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Tooltip and WARNING
  2010-08-02 12:10   ` Angelo Graziosi
  2010-08-02 12:13     ` Angelo Graziosi
  2010-08-02 12:19     ` Leo
@ 2010-08-02 12:51     ` Jan Djärv
  2010-08-02 13:21       ` Angelo Graziosi
  2010-08-02 18:17       ` Eli Zaretskii
  2 siblings, 2 replies; 9+ messages in thread
From: Jan Djärv @ 2010-08-02 12:51 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: Emacs

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 <...@...>
>>> [...]
>>> * 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.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Tooltip and WARNING
  2010-08-02 12:13     ` Angelo Graziosi
@ 2010-08-02 12:52       ` Jan Djärv
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Djärv @ 2010-08-02 12:52 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: Emacs

2010-08-02 14:13, Angelo Graziosi skrev:
> Oops, I forgot to say that rev.100963 has also 'Segmentation fault' :(,
> :(, :(,...
>

Just do make clean before doing make.  There is some file missing in the 
dependency generation.

	Jan D.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Tooltip and WARNING
  2010-08-02 12:51     ` Jan Djärv
@ 2010-08-02 13:21       ` Angelo Graziosi
  2010-08-02 18:17       ` Eli Zaretskii
  1 sibling, 0 replies; 9+ messages in thread
From: Angelo Graziosi @ 2010-08-02 13:21 UTC (permalink / raw)
  To: Jan Djärv; +Cc: Emacs

Il 02/08/2010 14.51, Jan Djärv ha scritto:

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

Fixed, thanks!

Ciao,
Angelo.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Tooltip and WARNING
  2010-08-02 12:51     ` Jan Djärv
  2010-08-02 13:21       ` Angelo Graziosi
@ 2010-08-02 18:17       ` Eli Zaretskii
  1 sibling, 0 replies; 9+ messages in thread
From: Eli Zaretskii @ 2010-08-02 18:17 UTC (permalink / raw)
  To: Jan Djärv; +Cc: emacs-devel, angelo.graziosi

> Date: Mon, 02 Aug 2010 14:51:57 +0200
> From: Jan Djärv <jan.h.d@swipnet.se>
> Cc: Emacs <emacs-devel@gnu.org>
> 
> 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.

We already have smtpmail.el which does that.  But the problem is that
it needs to be configured with the SMTP server at least, and nowadays
also with appropriate login credentials, so it cannot be used out of
the box in an un-configured Emacs.

Perhaps we should extend smtpmail to interactively ask for all these
configuration parameters, if it detects that it's not customized.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-08-02 18:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02 11:47 Tooltip and WARNING Angelo Graziosi
2010-08-02 11:50 ` Jan Djärv
2010-08-02 12:10   ` Angelo Graziosi
2010-08-02 12:13     ` Angelo Graziosi
2010-08-02 12:52       ` Jan Djärv
2010-08-02 12:19     ` Leo
2010-08-02 12:51     ` Jan Djärv
2010-08-02 13:21       ` Angelo Graziosi
2010-08-02 18:17       ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.