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: emacsclient: --quiet/--verbose Date: Thu, 30 Nov 2006 23:59:35 +0100 Message-ID: References: <20061130053411.89278.qmail@web62514.mail.re1.yahoo.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164927661 14464 80.91.229.2 (30 Nov 2006 23:01:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Nov 2006 23:01:01 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 01 00:00:58 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GputF-0003EH-1q for ged-emacs-devel@m.gmane.org; Fri, 01 Dec 2006 00:00:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GputE-0006Yf-K3 for ged-emacs-devel@m.gmane.org; Thu, 30 Nov 2006 18:00:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpusX-00061b-Q8 for emacs-devel@gnu.org; Thu, 30 Nov 2006 17:59:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpusV-0005yT-D4 for emacs-devel@gnu.org; Thu, 30 Nov 2006 17:59:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpusU-0005xb-LE for emacs-devel@gnu.org; Thu, 30 Nov 2006 17:59:38 -0500 Original-Received: from [64.233.182.187] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpusT-0000Zl-SP for emacs-devel@gnu.org; Thu, 30 Nov 2006 17:59:38 -0500 Original-Received: by nf-out-0910.google.com with SMTP id d4so3419615nfe for ; Thu, 30 Nov 2006 14:59:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dh4MbVg8FpWJ7D5t8hxCIZjzAFfk+KmuDx9hPacNff3uFxeb7naVrflyFApHWZ2yvOsAcUC5JDq47ktD4NIoJc9/Vh2RdUMay5D7kIK0twUStmgZnma9Oi9VAj88wyolUJeGMNbVKnh9Irb6mQ9PS+HTrLV/92jXeNo0Ur4AIvo= Original-Received: by 10.82.113.6 with SMTP id l6mr933836buc.1164927575938; Thu, 30 Nov 2006 14:59:35 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Thu, 30 Nov 2006 14:59:35 -0800 (PST) Original-To: "Michael Mauger" In-Reply-To: <20061130053411.89278.qmail@web62514.mail.re1.yahoo.com> Content-Disposition: inline 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:63172 Archived-At: On 11/30/06, Michael Mauger wrote: > If it's deemed to be too late in pretest for these that's fine, but this is a small change and leads to better interaction. The patch is small and clear, but let's defer to Richard on this one. BTW, after your previous patch I've committed a change to delay calling AllowSetForegroundWindow; otherwise, Emacs could not grab the focus when emacsclientw was used to connect to a remote server (at least, if the "remote server" was the same machine) because emacsclientw itself grabbed it with its message box. I don't think that change will affect this second patch of yours, but better you check it out. /L/e/k/t/u