From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Strange emacsclient behaviour during use of isearch Date: Tue, 20 Mar 2007 17:30:25 +0100 Message-ID: References: <7f9b11c90703101224n50b16955pe853c81979dd4f51@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174408247 9892 80.91.229.12 (20 Mar 2007 16:30:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Mar 2007 16:30:47 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Richard Stallman , Emacs-Devel To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 20 17:30:41 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 1HThEJ-0005Mp-T2 for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2007 17:30:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HThFt-0007kn-Ln for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2007 11:32:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HThFo-0007jO-Rl for emacs-devel@gnu.org; Tue, 20 Mar 2007 12:32:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HThFn-0007iY-9b for emacs-devel@gnu.org; Tue, 20 Mar 2007 12:32:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HThFm-0007iM-SO for emacs-devel@gnu.org; Tue, 20 Mar 2007 11:32:06 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.251]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HThEC-0007UQ-7B for emacs-devel@gnu.org; Tue, 20 Mar 2007 12:30:28 -0400 Original-Received: by an-out-0708.google.com with SMTP id b8so1550851ana for ; Tue, 20 Mar 2007 09:30:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L1S/THqskAejLR8oMvogF67Rb1iILq+/ZqjufqXZayQZYfumPI/iDk/XBUGCr+65afWfJjjjp1TckqSRYLkDXUSIIysHkAXpFiiUa6P5PCa3I01qkf5ZETXIVAF7qap3Xc5LzaFw2T7hi9GXlOrXLlT8eHq+PGon02Zp8VkrHoo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IP9d3TQQSt1iEZuUUUu11m7jr9Xoiqi167KkzGeMaY9/2YuIkSQCLyUG7DDbHwmR1KMFkPNd2EfyxBNpttZDCBC2qtbvztpAbOEU7ceZ1gZ9hLZEPMzGK/cCtO8a+IgR1RsAqCMqQ/1WqTZAT9xQGXJLfTtonL2aV9nf3W5/4K8= Original-Received: by 10.100.94.3 with SMTP id r3mr5199295anb.1174408225399; Tue, 20 Mar 2007 09:30:25 -0700 (PDT) Original-Received: by 10.114.234.16 with HTTP; Tue, 20 Mar 2007 09:30:25 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) 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:68170 gmane.emacs.pretest.bugs:17674 Archived-At: We've done another pretest and this issue is still undecided. After researching the problem, Stefan said: > [...] if I remove the `isearch-mode' check, the buffer is indeed displayed. > The problem is that since it doesn't exit isearch, you end up isearching in > the new buffer. which seems like an argument for aborting the isearch (or an argument for rethinking isearch, but I don't think we want to do that right now). One way or the other, we should reach a decision and fix the bug. Juanma