From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hugo Heden Newsgroups: gmane.emacs.help Subject: Re: Daemon and client: Only open new frame if there isn't one already? Date: Sat, 21 Mar 2009 17:52:46 +0100 Message-ID: <2bdf908c0903210952j302551eg256a4cc85a6f926@mail.gmail.com> References: <2bdf908c0903121552i28e1da76t8f47975f2ff820ab@mail.gmail.com> <90717509-0527-434D-94F0-5BA9B979FB8F@Web.DE> <2bdf908c0903121644u7e8c01a2nb96d0200c83d2319@mail.gmail.com> <2bdf908c0903130408t23772cfex48b4d1abf2afccb9@mail.gmail.com> <60D55027-1709-437B-A5A1-B24AE9EDB629@Web.DE> <2bdf908c0903130734u17db1aa6oc298dc0b7796cd15@mail.gmail.com> <2bdf908c0903150531j7f5343c4vf4fceff3396f27ef@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1237654406 29010 80.91.229.12 (21 Mar 2009 16:53:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Mar 2009 16:53:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 21 17:54:42 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ll4Sw-000069-Pp for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Mar 2009 17:54:35 +0100 Original-Received: from localhost ([127.0.0.1]:42829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ll4RZ-0007zP-VX for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Mar 2009 12:53:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ll4RG-0007yx-K8 for help-gnu-emacs@gnu.org; Sat, 21 Mar 2009 12:52:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ll4RF-0007yj-UJ for help-gnu-emacs@gnu.org; Sat, 21 Mar 2009 12:52:50 -0400 Original-Received: from [199.232.76.173] (port=36310 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ll4RF-0007yg-SD for help-gnu-emacs@gnu.org; Sat, 21 Mar 2009 12:52:49 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.156]:27905) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ll4RF-0000K0-FR for help-gnu-emacs@gnu.org; Sat, 21 Mar 2009 12:52:49 -0400 Original-Received: by fg-out-1718.google.com with SMTP id 19so398901fgg.7 for ; Sat, 21 Mar 2009 09:52:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=iscM9q1YviHas+Rv6gEV4XMq+BnqxerL5zs2f8umDZw=; b=LZKTI1VtiQV/uVbBcUQxyknLcqDWl5idd8KHg9IHxeuLSBHHuT1AQOTyrirIW2N8Av Rwx6pYYjRW7sNlPK21VqjBffxd3Ro6CUiB26xFx0dx7TdwlFpAgogZUqkJ4QRZ5JhRsp dx8kp59OZLSk+lU8fYQlfXLDdb71fyoUT/Svg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=YmyuYG+qztzXuOjwj3GLhDMKA8r7gFfvIB8WqzPzB5hdarCigEqvPvVam6i7cC+2MC UYObyaRE1rgdvfCc7xI/4nRRkls3Q64HwmSDcD3/bQ5xR968IFQAHFsSeYhVn0MjYDqe gemYChQ6e72AfKWWpwRGSWlJR8QiClTBUE7aE= Original-Received: by 10.86.74.4 with SMTP id w4mr2334221fga.52.1237654366509; Sat, 21 Mar 2009 09:52:46 -0700 (PDT) In-Reply-To: <2bdf908c0903150531j7f5343c4vf4fceff3396f27ef@mail.gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63174 Archived-At: > > Below follows a bash-script that does what I want to do: > I have fixed some limitations in the script. Mainly, the script can now handle command line options containing spaces (typically --eval options). I will maintain an updated version on http://hugoheden.wordpress.com/2009/03/21/invoking-emacs-daemon-and-client-easily/