From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Pretest? Date: Wed, 14 Mar 2007 15:04:42 +0100 Message-ID: <86fy87vs3p.fsf@lola.quinscape.zz> 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 1173881103 2822 80.91.229.12 (14 Mar 2007 14:05:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Mar 2007 14:05:03 +0000 (UTC) Cc: Juanma Barranquero , cyd@stupidchicken.com, rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 14 15:04:53 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 1HRU5y-0007Pt-U6 for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2007 15:04:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRU6r-0003sP-Tm for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2007 09:05:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HRU6o-0003pc-Cf for emacs-devel@gnu.org; Wed, 14 Mar 2007 10:05:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRU6n-0003pD-4h for emacs-devel@gnu.org; Wed, 14 Mar 2007 10:05:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRU6n-0003p9-0P for emacs-devel@gnu.org; Wed, 14 Mar 2007 09:05:41 -0500 Original-Received: from pc3.berlin.powerweb.de ([62.67.228.11]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HRU5t-0003Ph-1J for emacs-devel@gnu.org; Wed, 14 Mar 2007 10:04:45 -0400 Original-Received: from quinscape.de (pd95b0fdb.dip0.t-ipconnect.de [217.91.15.219]) by pc3.berlin.powerweb.de (8.9.3p3/8.9.3) with ESMTP id PAA21968 for ; Wed, 14 Mar 2007 15:04:37 +0100 X-Delivered-To: Original-Received: (qmail 21778 invoked from network); 14 Mar 2007 14:04:42 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by ns.quinscape.de (qmail-ldap-1.03) with SMTP for ; 14 Mar 2007 14:04:42 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id D8E51CA015; Wed, 14 Mar 2007 15:04:42 +0100 (CET) In-Reply-To: (Stefan Monnier's message of "Wed\, 14 Mar 2007 09\:39\:53 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 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:67931 Archived-At: Stefan Monnier writes: >> 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? Where would that window be? Are you talking about splitting the frame? That might involve recentering. It would also be out of character to move window-point to the new window, since isearch does not normally offer a way to do window changes without exiting isearch. -- David Kastrup