[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GC garbles menu items (was: tooltip can be displayed outside the screen)
From: |
Juri Linkov |
Subject: |
GC garbles menu items (was: tooltip can be displayed outside the screen) |
Date: |
Sat, 17 Dec 2005 12:48:48 +0200 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
> BTW, on non-toolkit X builds using tooltips on menu items completely
> garbles them.
>
> I don't understand. Could you please say more specifically
> how they get garbled?
Menu items get garbled in such a way that after moving the mouse pointer
over menu items

the menu changes to

> Most likely this is caused by garbage collection, and
> displaying tooltips makes GC to occur sooner than when tooltips are
> disabled.
>
> I don't follow the connection. What does GC have to do with garbling
> tooltips?
Displaying the tooltip frame while a menu is displayed requires some Lisp
consing, so GC starts sooner and it garbles menu items while menus are
still displayed.
> Are you using a mode in which the tooltip appears in the echo area?
This bug can be reproduced even when the tooltip appears in the echo area.
I guess displaying the tooltip in the echo area requires less consing,
so GC activates later than when the tooltip appears in the separate window.
So the bug is not in tooltips, but in GC which garbles menu items.
I can reproduce this bug only on non-toolkit builds.
--
Juri Linkov
http://www.jurta.org/emacs/
- Re: tooltip can be displayed outside the screen, (continued)
- Re: tooltip can be displayed outside the screen, Juri Linkov, 2005/12/02
- Re: tooltip can be displayed outside the screen, Jan Djärv, 2005/12/03
- Re: tooltip can be displayed outside the screen, Juri Linkov, 2005/12/05
- Re: tooltip can be displayed outside the screen, Jan D., 2005/12/12
- Re: tooltip can be displayed outside the screen, Juri Linkov, 2005/12/14
- Re: tooltip can be displayed outside the screen, Jan Djärv, 2005/12/14
- Re: tooltip can be displayed outside the screen, Juri Linkov, 2005/12/15
- Re: tooltip can be displayed outside the screen, Richard M. Stallman, 2005/12/15
- Re: tooltip can be displayed outside the screen, Juri Linkov, 2005/12/16
- Re: tooltip can be displayed outside the screen, Richard M. Stallman, 2005/12/16
- GC garbles menu items (was: tooltip can be displayed outside the screen),
Juri Linkov <=
- Re: GC garbles menu items (was: tooltip can be displayed outside the screen), Richard M. Stallman, 2005/12/17
- Re: GC garbles menu items, Juri Linkov, 2005/12/20
- Re: GC garbles menu items, Richard M. Stallman, 2005/12/22
- Re: GC garbles menu items, Juri Linkov, 2005/12/22