From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Quit within sit-for Date: Mon, 09 Jun 2008 21:21:55 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213060948 485 80.91.229.12 (10 Jun 2008 01:22:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2008 01:22:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 10 03:23:10 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K5sZn-0003E8-UK for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 03:23:08 +0200 Original-Received: from localhost ([127.0.0.1]:50828 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5sZ0-0007HR-K7 for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2008 21:22:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5sYw-0007H1-64 for emacs-devel@gnu.org; Mon, 09 Jun 2008 21:22:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5sYv-0007Gp-L8 for emacs-devel@gnu.org; Mon, 09 Jun 2008 21:22:13 -0400 Original-Received: from [199.232.76.173] (port=34350 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5sYv-0007Gm-EG for emacs-devel@gnu.org; Mon, 09 Jun 2008 21:22:13 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:42861 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5sYv-0007KB-67 for emacs-devel@gnu.org; Mon, 09 Jun 2008 21:22:13 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiMCAJB0TUjO+ISodGdsb2JhbACBW5A0ASeeCA X-IronPort-AV: E=Sophos;i="4.27,615,1204520400"; d="scan'208";a="22344897" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 09 Jun 2008 21:21:56 -0400 Original-Received: from pastel.home ([206.248.132.168]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id QHF10156; Mon, 09 Jun 2008 21:21:56 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A35E08265; Mon, 9 Jun 2008 21:21:55 -0400 (EDT) In-Reply-To: (Andreas Schwab's message of "Mon, 09 Jun 2008 16:19:33 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98835 Archived-At: >> The comment seems to say that C-g within the sit-for be "(re-)read" >> differently than if it had been typed at some other time. > It's not re-read, but discarded (after quitting). You have to quit > again to exit the minibuffer, which is a highly annoying regression. Oh, I see, because the C-g typed during sit-for would otherwise (without the sit-for delay thingy) be typed while being at "toplevel". That makes sense, thanks. I'll adjust the comment to make it more understandable (to me anyway). Stefan