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 01:35:31 +0800 Message-ID: <87wqzm9d0c.fsf@gnu.org> References: <87lig22jrr.fsf@gnu.org> <837grmkpfa.fsf@gnu.org> <87lig2vusz.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348335342 11273 80.91.229.3 (22 Sep 2012 17:35:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Sep 2012 17:35:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 22 19:35:46 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 1TFTcI-0007Jh-1h for ged-emacs-devel@m.gmane.org; Sat, 22 Sep 2012 19:35:46 +0200 Original-Received: from localhost ([::1]:35096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFTcD-0001hO-7T for ged-emacs-devel@m.gmane.org; Sat, 22 Sep 2012 13:35:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFTcA-0001h5-VD for emacs-devel@gnu.org; Sat, 22 Sep 2012 13:35:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFTc9-0007xG-SJ for emacs-devel@gnu.org; Sat, 22 Sep 2012 13:35:38 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:45445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFTc9-0007x7-Ls; Sat, 22 Sep 2012 13:35:37 -0400 Original-Received: by pbbro12 with SMTP id ro12so10744035pbb.0 for ; Sat, 22 Sep 2012 10:35:36 -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=jsOaCzWMA3SqtjYhv/YQY/wSxPOknoly2ue4LC/OpVk=; b=uINJzlc/Ado9XgZTdFFBYUFulgk074ReZgKh0yP1dkCCWPRwvxb8O9gt7HM8KPCsX/ 8BIEVLCVDlN/nsM59Q1Q4cjKfe03Ch3MyRjg3sP1O6YNyc+7BFzS9xrhF1cjaqJiGwdF gaU9BlTBCrJhOyrmxg5yrkQ3uy+qnwZT391vzDlH/QF7KPX/sIZze/PGfy0R9FTHvrVO PfkO9bmPC657UZtJdRupVJWQsNIccIKcZl17aTlf21kMI/dyOrfp1kvI1AtJkzlGwaYb 6OVzzTNp71oI0F8cxfD0xG0h8gpfJDVAeh3aceLpDNgbrUVe1rxP2WHgW3EjipQX/H26 ZsqQ== Original-Received: by 10.66.79.38 with SMTP id g6mr21423293pax.40.1348335336084; Sat, 22 Sep 2012 10:35:36 -0700 (PDT) Original-Received: from ulysses (cm162.gamma80.maxonline.com.sg. [202.156.80.162]) by mx.google.com with ESMTPS id qa4sm6915990pbb.70.2012.09.22.10.35.33 (version=SSLv3 cipher=OTHER); Sat, 22 Sep 2012 10:35:35 -0700 (PDT) In-Reply-To: <87lig2vusz.fsf@gnu.org> (Chong Yidong's message of "Sun, 23 Sep 2012 01:20:12 +0800") 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:153468 Archived-At: Chong Yidong writes: > Eli Zaretskii writes: > >>> M-x C-g >>> => The cursor remains in the minibuffer. >>> >>> A second C-g is needed to exit the minibuffer. >> >> Strange: I cannot reproduce this, neither on MS-Windows nor in a TTY >> session on GNU/Linux. Does the problem exist on a TTY on your >> machine? > > The problem indeed does not occur on a TTY. I can reproduce it on both > a GTK+3 build and a no-X-toolkit build. Interestingly, the bug disappears if I remove Fcopy_sequence from idle_timers = Fcopy_sequence (Vtimer_idle_list); in timer_check, and make no other changes, including keeping the Fcopy_sequence for Vtimer_list two lines above.