emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: RE: tooltip-mode disabled prevents messages in minib


From: Eli Zaretskii
Subject: Re: address@hidden: RE: tooltip-mode disabled prevents messages in minibuffer]
Date: Sun, 23 Jul 2006 03:28:13 -0400

> > From: Nick Roberts <address@hidden>
> > Date: Sun, 23 Jul 2006 11:03:21 +1200
> > Cc: address@hidden, address@hidden
> > 
> >  > I don't have access to a GUI version of Emacs on GNU/Linux where I'm
> >  > typing this--could someone please see which part of the above
> >  > description works differently on GNU/Linux, and why?
> > 
> > If I put a breakpoint inside show_help_echo and click C-down-mouse-2 the
> > window manager freezes.  If I instrument the function test with edebug
> > and step through it, the message doesn't appear.  The problem with debugging
> > these situations is that it changes the behaviour.

How about if you insert calls to sleep before and after the call to
message(0), to have the code pause long enough for you to see the echo
area as it's been wriiten/cleared, but short enough to prevent the
window manager from freezing?

All I want to know is (1) whether message(0) is called and clears the
echo area message, and (2) whether the TTTTTTTTTTTTTTTTT message gets
restored after that somehow.

TIA




reply via email to

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