unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4910: 23.1.50; Error while displaying tooltip
@ 2009-11-12 10:59 ` Juri Linkov
  2009-11-13  0:35   ` Dan Nicolaescu
  2009-11-17 10:45   ` bug#4910: marked as done (23.1.50; Error while displaying tooltip) Emacs bug Tracking System
  0 siblings, 2 replies; 6+ messages in thread
From: Juri Linkov @ 2009-11-12 10:59 UTC (permalink / raw)
  To: bug-gnu-emacs

Some recent changes broke tooltip display on non-toolkit X builds.

Hovering the mouse over a menu item or a toolbar icon results in the
error message:

  Error while displaying tooltip: (error Invalid frame name--not a string or nil)

and after a delay the tooltip is displayed in the echo area instead of the
tooltip frame.

In GNU Emacs 23.1.50.1 (x86_64-unknown-linux-gnu)
 of 2009-11-12
Windowing system distributor `The X.Org Foundation', version 11.0.10400090
configured using `configure  '--with-x-toolkit=no' 'CFLAGS=-g3 -O0 -Wno-pointer-sign -fno-inline -fno-crossjumping''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: en_DK.utf8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=SCIM
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

-- 
Juri Linkov
http://www.jurta.org/emacs/






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

* bug#4910: 23.1.50; Error while displaying tooltip
  2009-11-12 10:59 ` bug#4910: 23.1.50; Error while displaying tooltip Juri Linkov
@ 2009-11-13  0:35   ` Dan Nicolaescu
  2009-11-15 15:14     ` Juri Linkov
  2009-11-17 10:45   ` bug#4910: marked as done (23.1.50; Error while displaying tooltip) Emacs bug Tracking System
  1 sibling, 1 reply; 6+ messages in thread
From: Dan Nicolaescu @ 2009-11-13  0:35 UTC (permalink / raw)
  To: Juri Linkov; +Cc: 4910

Juri Linkov <juri@jurta.org> writes:

  > Some recent changes broke tooltip display on non-toolkit X builds.
  > 
  > Hovering the mouse over a menu item or a toolbar icon results in the
  > error message:
  > 
  >   Error while displaying tooltip: (error Invalid frame name--not a string or nil)
  > 
  > and after a delay the tooltip is displayed in the echo area instead of the
  > tooltip frame.

This should be fixed.





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

* bug#4910: 23.1.50; Error while displaying tooltip
  2009-11-13  0:35   ` Dan Nicolaescu
@ 2009-11-15 15:14     ` Juri Linkov
  2009-11-15 20:57       ` Dan Nicolaescu
  0 siblings, 1 reply; 6+ messages in thread
From: Juri Linkov @ 2009-11-15 15:14 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: 4910

>   > Some recent changes broke tooltip display on non-toolkit X builds.
>   >
>   > Hovering the mouse over a menu item or a toolbar icon results in the
>   > error message:
>   >
>   >   Error while displaying tooltip: (error Invalid frame name--not a string or nil)
>   >
>   > and after a delay the tooltip is displayed in the echo area instead of the
>   > tooltip frame.
>
> This should be fixed.

Thanks.  There are another problem, and I don't know if it's related to
your changes.  Hovering the mouse on the first menu opening after
starting Emacs (I mean when you click on a top-level menu first time)
displays empty tooltip frames for menu items.  But after second menu
opening tooltip frames are correct.

-- 
Juri Linkov
http://www.jurta.org/emacs/





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

* bug#4910: 23.1.50; Error while displaying tooltip
  2009-11-15 15:14     ` Juri Linkov
@ 2009-11-15 20:57       ` Dan Nicolaescu
  2009-11-16 19:47         ` Jan Djärv
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Nicolaescu @ 2009-11-15 20:57 UTC (permalink / raw)
  To: Juri Linkov; +Cc: 4910

Juri Linkov <juri@jurta.org> writes:

  > >   > Some recent changes broke tooltip display on non-toolkit X builds.
  > >   >
  > >   > Hovering the mouse over a menu item or a toolbar icon results in the
  > >   > error message:
  > >   >
  > >   >   Error while displaying tooltip: (error Invalid frame name--not a string or nil)
  > >   >
  > >   > and after a delay the tooltip is displayed in the echo area instead of the
  > >   > tooltip frame.
  > >
  > > This should be fixed.
  > 
  > Thanks.  There are another problem, and I don't know if it's related to
  > your changes.  Hovering the mouse on the first menu opening after
  > starting Emacs (I mean when you click on a top-level menu first time)
  > displays empty tooltip frames for menu items.  But after second menu
  > opening tooltip frames are correct.

That's an old problem, it's present at least in 23.1.
I think I mentioned it on the list some time ago.





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

* bug#4910: 23.1.50; Error while displaying tooltip
  2009-11-15 20:57       ` Dan Nicolaescu
@ 2009-11-16 19:47         ` Jan Djärv
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Djärv @ 2009-11-16 19:47 UTC (permalink / raw)
  To: Dan Nicolaescu, 4910

Dan Nicolaescu skrev:
> Juri Linkov <juri@jurta.org> writes:
> 
>   > >   > Some recent changes broke tooltip display on non-toolkit X builds.
>   > >   >
>   > >   > Hovering the mouse over a menu item or a toolbar icon results in the
>   > >   > error message:
>   > >   >
>   > >   >   Error while displaying tooltip: (error Invalid frame name--not a string or nil)
>   > >   >
>   > >   > and after a delay the tooltip is displayed in the echo area instead of the
>   > >   > tooltip frame.
>   > >
>   > > This should be fixed.
>   > 
>   > Thanks.  There are another problem, and I don't know if it's related to
>   > your changes.  Hovering the mouse on the first menu opening after
>   > starting Emacs (I mean when you click on a top-level menu first time)
>   > displays empty tooltip frames for menu items.  But after second menu
>   > opening tooltip frames are correct.
> 
> That's an old problem, it's present at least in 23.1.
> I think I mentioned it on the list some time ago.
> 

This should be fixed now.

	Jan D.







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

* bug#4910: marked as done (23.1.50; Error while displaying tooltip)
  2009-11-12 10:59 ` bug#4910: 23.1.50; Error while displaying tooltip Juri Linkov
  2009-11-13  0:35   ` Dan Nicolaescu
@ 2009-11-17 10:45   ` Emacs bug Tracking System
  1 sibling, 0 replies; 6+ messages in thread
From: Emacs bug Tracking System @ 2009-11-17 10:45 UTC (permalink / raw)
  To: Juri Linkov

[-- Attachment #1: Type: text/plain, Size: 875 bytes --]

Your message dated Tue, 17 Nov 2009 12:07:43 +0200
with message-id <87hbstihfc.fsf@mail.jurta.org>
and subject line Re: bug#4910: 23.1.50; Error while displaying tooltip
has caused the Emacs bug report #4910,
regarding 23.1.50; Error while displaying tooltip
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4910: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4910
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3403 bytes --]

From: Juri Linkov <juri@jurta.org>
To: bug-gnu-emacs@gnu.org
Subject: 23.1.50; Error while displaying tooltip
Date: Thu, 12 Nov 2009 12:59:51 +0200
Message-ID: <87bpj857q0.fsf@mail.jurta.org>

Some recent changes broke tooltip display on non-toolkit X builds.

Hovering the mouse over a menu item or a toolbar icon results in the
error message:

  Error while displaying tooltip: (error Invalid frame name--not a string or nil)

and after a delay the tooltip is displayed in the echo area instead of the
tooltip frame.

In GNU Emacs 23.1.50.1 (x86_64-unknown-linux-gnu)
 of 2009-11-12
Windowing system distributor `The X.Org Foundation', version 11.0.10400090
configured using `configure  '--with-x-toolkit=no' 'CFLAGS=-g3 -O0 -Wno-pointer-sign -fno-inline -fno-crossjumping''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: en_DK.utf8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=SCIM
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

-- 
Juri Linkov
http://www.jurta.org/emacs/



[-- Attachment #3: Type: message/rfc822, Size: 2144 bytes --]

From: Juri Linkov <juri@jurta.org>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: Dan Nicolaescu <dann@ics.uci.edu>, 4910-done@emacsbugs.donarmstrong.com
Subject: Re: bug#4910: 23.1.50; Error while displaying tooltip
Date: Tue, 17 Nov 2009 12:07:43 +0200
Message-ID: <87hbstihfc.fsf@mail.jurta.org>

>>   > Hovering the mouse on the first menu opening after starting Emacs
>>   > (I mean when you click on a top-level menu first time) displays
>>   > empty tooltip frames for menu items.  But after second menu
>>   > opening tooltip frames are correct.
>>
>> That's an old problem, it's present at least in 23.1.
>> I think I mentioned it on the list some time ago.
>
> This should be fixed now.

Thank you.

-- 
Juri Linkov
http://www.jurta.org/emacs/

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

end of thread, other threads:[~2009-11-17 10:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87hbstihfc.fsf@mail.jurta.org>
2009-11-12 10:59 ` bug#4910: 23.1.50; Error while displaying tooltip Juri Linkov
2009-11-13  0:35   ` Dan Nicolaescu
2009-11-15 15:14     ` Juri Linkov
2009-11-15 20:57       ` Dan Nicolaescu
2009-11-16 19:47         ` Jan Djärv
2009-11-17 10:45   ` bug#4910: marked as done (23.1.50; Error while displaying tooltip) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).