From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacsclientw Date: Mon, 13 Nov 2006 22:12:10 +0200 Message-ID: References: <4557B756.2020701@gnu.org> <455859DA.5010402@gnu.org> <45587D1A.9070500@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1163448799 32660 80.91.229.2 (13 Nov 2006 20:13:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2006 20:13:19 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 13 21:13:13 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 1GjiAr-0005g6-Bh for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 21:12:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjiAq-0003ZJ-L0 for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 15:12:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GjiAg-0003YE-2N for emacs-devel@gnu.org; Mon, 13 Nov 2006 15:12:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GjiAZ-0003SQ-TI for emacs-devel@gnu.org; Mon, 13 Nov 2006 15:12:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjiAZ-0003SE-NX for emacs-devel@gnu.org; Mon, 13 Nov 2006 15:12:39 -0500 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GjiAO-0004gG-Ht; Mon, 13 Nov 2006 15:12:29 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-204-175.inter.net.il [80.230.204.175]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id AZC06546 (AUTH halo1); Mon, 13 Nov 2006 22:12:04 +0200 (IST) Original-To: Lennart Borgman In-reply-to: <45587D1A.9070500@student.lu.se> (message from Lennart Borgman on Mon, 13 Nov 2006 15:11:38 +0100) 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:62237 Archived-At: > Date: Mon, 13 Nov 2006 15:11:38 +0100 > From: Lennart Borgman > Cc: Juanma Barranquero , emacs-devel@gnu.org > > Actually I would prefer that this code made it into emacsclient. Is it a good idea? What if I want to run an $EDITOR from a console program? In that case, usually the program should wait for Emacs to finish editing before it continues. I think your suggestion would cause the invoking program to continue without waiting.