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: emacsclientw Date: Mon, 13 Nov 2006 23:23:30 +0100 Message-ID: <4558F062.1020004@student.lu.se> 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=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163456693 31056 80.91.229.2 (13 Nov 2006 22:24:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2006 22:24:53 +0000 (UTC) Cc: Juanma Barranquero , Jason Rumney , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 13 23:24:44 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 1GjkDV-00012j-FK for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 23:23:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjkDU-0004m8-P7 for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 17:23:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GjkDL-0004lt-6q for emacs-devel@gnu.org; Mon, 13 Nov 2006 17:23:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GjkDJ-0004lh-GE for emacs-devel@gnu.org; Mon, 13 Nov 2006 17:23:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjkDJ-0004le-CH for emacs-devel@gnu.org; Mon, 13 Nov 2006 17:23:37 -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 1GjkDH-0001iw-Bt; Mon, 13 Nov 2006 17:23:35 -0500 Original-Received: from [83.254.145.24] (port=65191 helo=[192.168.123.121]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1GjkDE-00063x-6n; Mon, 13 Nov 2006 23:23:32 +0100 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: Stefan Monnier In-Reply-To: X-Scan-Result: No virus found in message 1GjkDE-00063x-6n. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1GjkDE-00063x-6n dce25bff8386973e854eaf3c11a00802 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:62253 Archived-At: Stefan Monnier wrote: >> And what if emacsclient was run from a tool that needs to wait for >> Emacs (i.e., the user) to do something to the file and send it back? >> > > Hmm... good point. Well, then we can start the server, then wait for some > signal that it's ready, then start emacsclient. Nothing insurmountable, > I have been coding this today, but had some problems recompiling at the moment. Coming back.