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: Compile Mode and "host" Emacs Date: Tue, 29 Oct 2013 22:27:56 +0200 Message-ID: <83fvrjesab.fsf@gnu.org> References: <874n80l0b3.fsf@nbtrap.com> <83sivkdn09.fsf@gnu.org> <83iowfetpm.fsf@gnu.org> <877gcv3jzp.fsf@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1383078487 31679 80.91.229.3 (29 Oct 2013 20:28:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2013 20:28:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 29 21:28:11 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VbFta-0002fo-NY for ged-emacs-devel@m.gmane.org; Tue, 29 Oct 2013 21:28:10 +0100 Original-Received: from localhost ([::1]:49269 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbFta-0002KS-2F for ged-emacs-devel@m.gmane.org; Tue, 29 Oct 2013 16:28:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbFtR-0002Cn-6f for emacs-devel@gnu.org; Tue, 29 Oct 2013 16:28:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbFtL-0006qa-FR for emacs-devel@gnu.org; Tue, 29 Oct 2013 16:28:01 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:58756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbFtL-0006qS-7W for emacs-devel@gnu.org; Tue, 29 Oct 2013 16:27:55 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MVG0070063MKN00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Tue, 29 Oct 2013 22:27:53 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MVG007WM66HHD20@a-mtaout22.012.net.il>; Tue, 29 Oct 2013 22:27:53 +0200 (IST) In-reply-to: <877gcv3jzp.fsf@wanadoo.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164655 Archived-At: > From: =D3scar Fuentes > Date: Tue, 29 Oct 2013 21:22:34 +0100 >=20 > Eli Zaretskii writes: >=20 > > Ah, but you could use emacsclient to provide the absolute file na= me of > > the running Emacs, like this: > > > > emacsclient --eval "(concat invocation-directory invocation-nam= e)" > > > > and then use the result to invoke a fresh instance of the same bi= nary. >=20 > This communicates with an Emacs instance that is acting as a server= , if > any, right? Yes, of course. Presumably, the person who needs this has an Emacs running, just not one that's on PATH.