emacs-devel
[Top][All Lists]
Advanced

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

Re: Recent keyboard changes breaks quitting


From: Eli Zaretskii
Subject: Re: Recent keyboard changes breaks quitting
Date: Sun, 23 Sep 2012 06:01:10 +0200

> From: Chong Yidong <address@hidden>
> Cc: address@hidden
> Date: Sun, 23 Sep 2012 10:53:37 +0800
> 
> Eli Zaretskii <address@hidden> writes:
> 
> > A stab in the dark: does it help to BLOCK_INPUT around the call to
> > Fcopy_sequence?
> 
> Nope.
> 
> > Also, does anything change if you disable blink-cursor-mode before
> > typing "M-x C-g"?
> 
> Nope.  Turning off font-lock mode does, but I think this is only because
> font-lock is is the only thing in my Emacs running an idle timer, in
> this case jit-lock-context-fontify.  If I add any idle timer manually
> (unrelated to font-lock), the same quitting problem appears.

Hmm... so what idle timer runs when blink-cursor-mode is disabled?
Can you set a breakpoint in timer_check and see which timers end up in
the list?  (The breakpoint should pp the list and continue, to not
disrupt the operation.)



reply via email to

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