From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Recent keyboard changes breaks quitting Date: Sun, 23 Sep 2012 06:01:10 +0200 Message-ID: <83mx0hjsl5.fsf@gnu.org> References: <87lig22jrr.fsf@gnu.org> <837grmkpfa.fsf@gnu.org> <87lig2vusz.fsf@gnu.org> <87wqzm9d0c.fsf@gnu.org> <833929lwds.fsf@gnu.org> <87haqp5u1a.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1348372888 24662 80.91.229.3 (23 Sep 2012 04:01:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Sep 2012 04:01:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 23 06:01:33 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TFdNs-00077b-53 for ged-emacs-devel@m.gmane.org; Sun, 23 Sep 2012 06:01:32 +0200 Original-Received: from localhost ([::1]:35491 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFdNn-0002cS-E6 for ged-emacs-devel@m.gmane.org; Sun, 23 Sep 2012 00:01:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFdNl-0002cN-5b for emacs-devel@gnu.org; Sun, 23 Sep 2012 00:01:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFdNk-0006wA-80 for emacs-devel@gnu.org; Sun, 23 Sep 2012 00:01:25 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:39879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFdNi-0006vo-Gg; Sun, 23 Sep 2012 00:01:22 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MAS00500ARG1G00@a-mtaout20.012.net.il>; Sun, 23 Sep 2012 06:01:21 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MAS004BTB68Y030@a-mtaout20.012.net.il>; Sun, 23 Sep 2012 06:01:21 +0200 (IST) In-reply-to: <87haqp5u1a.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153479 Archived-At: > From: Chong Yidong > Cc: emacs-devel@gnu.org > Date: Sun, 23 Sep 2012 10:53:37 +0800 > > Eli Zaretskii 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.)