From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Recent keyboard changes breaks quitting Date: Sun, 23 Sep 2012 10:53:37 +0800 Message-ID: <87haqp5u1a.fsf@gnu.org> References: <87lig22jrr.fsf@gnu.org> <837grmkpfa.fsf@gnu.org> <87lig2vusz.fsf@gnu.org> <87wqzm9d0c.fsf@gnu.org> <833929lwds.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348368828 1410 80.91.229.3 (23 Sep 2012 02:53:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Sep 2012 02:53:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 23 04:53:53 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 1TFcKO-0006xg-Lx for ged-emacs-devel@m.gmane.org; Sun, 23 Sep 2012 04:53:52 +0200 Original-Received: from localhost ([::1]:33069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFcKK-0003Nn-3f for ged-emacs-devel@m.gmane.org; Sat, 22 Sep 2012 22:53:48 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFcKH-0003NW-R6 for emacs-devel@gnu.org; Sat, 22 Sep 2012 22:53:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFcKG-0001NX-Ry for emacs-devel@gnu.org; Sat, 22 Sep 2012 22:53:45 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:40410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFcKG-0001NR-LL; Sat, 22 Sep 2012 22:53:44 -0400 Original-Received: by pbbro12 with SMTP id ro12so11265122pbb.0 for ; Sat, 22 Sep 2012 19:53:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=ly338ogxkhO8HxdwecMclzGE+fg0OnA7bXzHHC2XLRc=; b=PW8NFKRU0AlZi5f04kopAY53PPryNX8xLMd9KNBG0UsOFWM0JiLOxMZwWkICydCpr6 BzoEQU7Ik/uqpfXCRv/K+s2RsQAEVaags8fPRLpiGs8VjmWUEg0CtUrEKd8NTT49bPk4 rS7P/Se0iSRUwZUAY4PZjmcWMUSP/Qf3Oo6NyRwcwMNWQICjj7fljsVE1cDodGNxNlRO M53z7XIDoX08uJRYjnAb2+jr54qumsnrLvOX6egvww1zt9dSbweg22o6hbfMhlDiagpV T/SUTlF8sM4bMZQOLYtJFc2TpjVRA4cULYNwwXTR9jUmP4DUpXVdvoJ5BtvP4evhLTwP Dh/A== Original-Received: by 10.68.200.162 with SMTP id jt2mr26706898pbc.54.1348368823702; Sat, 22 Sep 2012 19:53:43 -0700 (PDT) Original-Received: from ulysses (cm162.gamma80.maxonline.com.sg. [202.156.80.162]) by mx.google.com with ESMTPS id qw6sm7451093pbc.26.2012.09.22.19.53.40 (version=SSLv3 cipher=OTHER); Sat, 22 Sep 2012 19:53:42 -0700 (PDT) In-Reply-To: <833929lwds.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 22 Sep 2012 21:56:15 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:153478 Archived-At: 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.