From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: emacsclientw Date: Mon, 13 Nov 2006 23:20:39 +0000 Message-ID: <4558FDC7.8090807@gnu.org> References: <4557B756.2020701@gnu.org> <455859DA.5010402@gnu.org> <45587D1A.9070500@student.lu.se> 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 1163460067 10471 80.91.229.2 (13 Nov 2006 23:21:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2006 23:21:07 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 14 00:21:00 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 1Gjl6n-0003Kw-G9 for ged-emacs-devel@m.gmane.org; Tue, 14 Nov 2006 00:20:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gjl6m-0005PK-St for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 18:20:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gjl6c-0005MT-VN for emacs-devel@gnu.org; Mon, 13 Nov 2006 18:20:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gjl6c-0005LM-FV for emacs-devel@gnu.org; Mon, 13 Nov 2006 18:20:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gjl6c-0005LD-DE for emacs-devel@gnu.org; Mon, 13 Nov 2006 18:20:46 -0500 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gjl6c-00013z-DN for emacs-devel@gnu.org; Mon, 13 Nov 2006 18:20:46 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail.freedom2surf.net (Postfix) with ESMTP id 2CB8D53CA9; Mon, 13 Nov 2006 23:20:45 +0000 (GMT) User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: Juanma Barranquero In-Reply-To: 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:62262 Archived-At: Juanma Barranquero wrote: > Yeah, but I don't think that belongs to emacsclient. I think that > should be another application; perhaps the "launch emacs" app that > Jason has started. Actually, I think the functionality I was trying to provide is covered by ALTERNATE_EDITOR and emacsclientw.exe, so I don't see any point in my extra app any more. The solution is probably to improve the ALTERNATE_EDITOR handling to recognise Emacs as a special case, or at least delay exit until the spawned editor is done.