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: Pretest? Date: Wed, 14 Mar 2007 09:39:53 -0400 Message-ID: References: <87slcf8qxr.fsf@stupidchicken.com> <20070309135920.GA3560@kobe.laptop> <87hcsuwk6w.fsf@stupidchicken.com> <86hcsoxptx.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173879633 29167 80.91.229.12 (14 Mar 2007 13:40:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Mar 2007 13:40:33 +0000 (UTC) Cc: Juanma Barranquero , cyd@stupidchicken.com, rms@gnu.org, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 14 14:40:26 2007 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 1HRTiL-0004Ry-Pl for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2007 14:40:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRTjE-0004CO-FV for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2007 08:41:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HRTis-00045F-Kd for emacs-devel@gnu.org; Wed, 14 Mar 2007 09:40:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRTir-00044b-0K for emacs-devel@gnu.org; Wed, 14 Mar 2007 09:40:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRTiq-00044U-Oz for emacs-devel@gnu.org; Wed, 14 Mar 2007 08:40:56 -0500 Original-Received: from tomts20-srv.bellnexxia.net ([209.226.175.74]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HRThq-00086r-Jv; Wed, 14 Mar 2007 09:39:54 -0400 Original-Received: from pastel.home ([70.55.141.217]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070314133953.SIRP1637.tomts20-srv.bellnexxia.net@pastel.home>; Wed, 14 Mar 2007 09:39:53 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6327B7ECC; Wed, 14 Mar 2007 09:39:53 -0400 (EDT) In-Reply-To: <86hcsoxptx.fsf@lola.quinscape.zz> (David Kastrup's message of "Wed\, 14 Mar 2007 08\:10\:50 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:67928 Archived-At: > You can't show the buffer if an isearch is going on in a single frame > with a single window and you are not going to interrupt isearch. Why not? Why can't it pop up in a new window? Stefan PS: I don't know if it'd be a good idea, tho. I'm just trying to understand.