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: keyboard-escape-quit Date: Mon, 22 Mar 2010 09:48:44 -0400 Message-ID: References: <4BA0CDF9.40707@online.de> <76682E4761EA432EB929E5E199B0F92A@us.oracle.com> <87wrxb57e1.fsf@lola.goethe.zz> <20100317.200901.408057447.hanche@math.ntnu.no> <87sk7y2gh9.fsf@lola.goethe.zz> <69FB036BE1D649E0B76B257ED3D3F6EA@us.oracle.com> <87vdcs13fp.fsf@mail.jurta.org> <33B1AA2E77404CC694AEB05CA1D667FE@us.oracle.com> <87aau2mw0a.fsf@mail.jurta.org> <190DD0E028DD406C92A347871C657BDE@us.oracle.com> <87ociidkh0.fsf@mail.jurta.org> <87634p2qoe.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1269265786 11277 80.91.229.12 (22 Mar 2010 13:49:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 22 Mar 2010 13:49:46 +0000 (UTC) Cc: 'Juri Linkov' , emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 22 14:49:41 2010 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.69) (envelope-from ) id 1Nti0i-0002DL-UI for ged-emacs-devel@m.gmane.org; Mon, 22 Mar 2010 14:49:41 +0100 Original-Received: from localhost ([127.0.0.1]:55876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nti0i-0004CO-Gw for ged-emacs-devel@m.gmane.org; Mon, 22 Mar 2010 09:49:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nthzs-0003zj-AH for emacs-devel@gnu.org; Mon, 22 Mar 2010 09:48:48 -0400 Original-Received: from [140.186.70.92] (port=35124 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nthzq-0003zR-JM for emacs-devel@gnu.org; Mon, 22 Mar 2010 09:48:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nthzp-0002lv-3k for emacs-devel@gnu.org; Mon, 22 Mar 2010 09:48:46 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:36239 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nthzp-0002ln-1A for emacs-devel@gnu.org; Mon, 22 Mar 2010 09:48:45 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEACoSp0vO+IPa/2dsb2JhbACbK3S6Q4R9BIsd X-IronPort-AV: E=Sophos;i="4.51,287,1267419600"; d="scan'208";a="58794651" Original-Received: from 206-248-131-218.dsl.teksavvy.com (HELO ceviche.home) ([206.248.131.218]) by ironport2-out.pppoe.ca with ESMTP; 22 Mar 2010 09:48:44 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 65174660F2; Mon, 22 Mar 2010 09:48:44 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Sun, 21 Mar 2010 22:41:26 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.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:122469 Archived-At: > But the q-r code seems more complex than it should need to be in this > regard, and the behavior seems a bit inconsistent (or not obvious, > let's put it that way). But as I said before, I'm probably missing > something - it's not real clear to me. You're right: the q-r code should use a recursive-edit (or something else with the same kind of effect, like isearch's overriding-terminal-map) rather than build its own ad-hoc event loop. q-r's current loop suffers from various misfeatures because that. Stefan