From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Pretest? Date: Wed, 14 Mar 2007 10:18:31 +0100 Message-ID: References: <87slcf8qxr.fsf@stupidchicken.com> <20070309135920.GA3560@kobe.laptop> <87hcsuwk6w.fsf@stupidchicken.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 1173863925 3020 80.91.229.12 (14 Mar 2007 09:18:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Mar 2007 09:18:45 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 14 10:18:38 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 1HRPd0-0001FP-62 for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2007 10:18:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRPdr-0006XN-R1 for ged-emacs-devel@m.gmane.org; Wed, 14 Mar 2007 04:19:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HRPdo-0006Vb-JL for emacs-devel@gnu.org; Wed, 14 Mar 2007 05:19:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRPdn-0006VO-EV for emacs-devel@gnu.org; Wed, 14 Mar 2007 05:19:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRPdn-0006VL-Az for emacs-devel@gnu.org; Wed, 14 Mar 2007 04:19:27 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HRPcu-00023e-RP for emacs-devel@gnu.org; Wed, 14 Mar 2007 05:18:32 -0400 Original-Received: by wr-out-0506.google.com with SMTP id m59so88001wrm for ; Wed, 14 Mar 2007 02:18:32 -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=BoxLOJQfwJRYRrOqWKTiSizt2biBJ8uVl2LpS0NzdPV39iCNN/SLG9/nHUJqRzT5c4BJxWhOv8GNaaYskbYJnmRgAosVqbNBeRUmuTrEU93/dQ64zrhP7Pk7veZzbg3QtUt2sYjAfvewM09kF73by/05/hTjSpbiq85q+aPqIdE= 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=byecNI+ObY/TL1fQxXQFY+Yp+4pnqz/Rl2fd9akhi7I3v2X2epu04ZICIIk2QTFsr7wafScbiyM98Ww/lWtLALRUswAj4DTqUH77OhfwlmeyMSoR89OWcFxRitJxHlQgUUqC7GoWR0YzPuMrSb5/o2qXW3JErugQjmtpyf2LT1A= Original-Received: by 10.114.112.1 with SMTP id k1mr2793706wac.1173863911517; Wed, 14 Mar 2007 02:18:31 -0700 (PDT) Original-Received: by 10.114.234.16 with HTTP; Wed, 14 Mar 2007 02:18:31 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:67904 Archived-At: On 3/14/07, Richard Stallman wrote: > I thought they complained because the buffer was not visible. The reporter said: "emacsclient seems to interrupt find-file, swith-to-buffer and areas marked to be copied, so I think it is somewhat inconsistent not to quit isearch and put the new buffer on top." We haven't done a poll of user expectations with respect to emacsclient, but I certainly wouldn't just expect the buffer to be visible, but selected as well. Cancelling isearch is not something done in extreme circunstances; almost anything you type or do will cancel it (like switching to another frame). What's so special in cancelling it from emacsclient? Juanma