From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: emacsclient: --quiet/--verbose Date: Fri, 01 Dec 2006 00:20:38 +0100 Message-ID: <456F6746.4020400@student.lu.se> 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 1164928900 18321 80.91.229.2 (30 Nov 2006 23:21:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Nov 2006 23:21:40 +0000 (UTC) Cc: Michael Mauger , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 01 00:21:33 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 1GpvDT-0008FG-7Q for ged-emacs-devel@m.gmane.org; Fri, 01 Dec 2006 00:21:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpvDS-0007J5-LO for ged-emacs-devel@m.gmane.org; Thu, 30 Nov 2006 18:21:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpvCv-0006lV-KB for emacs-devel@gnu.org; Thu, 30 Nov 2006 18:20:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpvCs-0006gV-Nc for emacs-devel@gnu.org; Thu, 30 Nov 2006 18:20:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpvCs-0006gD-Ea for emacs-devel@gnu.org; Thu, 30 Nov 2006 18:20:42 -0500 Original-Received: from [80.76.149.213] (helo=ch-smtp02.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GpvCs-0007sW-52 for emacs-devel@gnu.org; Thu, 30 Nov 2006 18:20:42 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:59615 helo=[192.168.123.121]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1GpvCp-000087-9G; Fri, 01 Dec 2006 00:20:40 +0100 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: Juanma Barranquero In-Reply-To: X-Scan-Result: No virus found in message 1GpvCp-000087-9G. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1GpvCp-000087-9G 7143696307f2cd86ce69ac9959150f72 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:63173 Archived-At: Juanma Barranquero wrote: > 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. Could you please send me the patches you commit for emacsclient.c so I can stay as much as possible in sync? BTW, the new implementation I made for message takes care of the foreground problem too.