From: Paul Rudin <paul-sqPYmOVXOov10XsdtD+oqA@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: Emacs server and org-protocol
Date: Wed, 17 Sep 2014 08:36:31 +0100 [thread overview]
Message-ID: <871trabsw0.fsf@rudin.co.uk> (raw)
In-Reply-To: 541937A2.3040405@gmail.com
Gonzalo Camarillo <gcamaril-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
> Does anybody know a workaround so that the server is only started
> once?...
Does the function server-running-p work on windows? If so then you can
replace (server-start) with (unless (server-running-p) (server-start)).
next prev parent reply other threads:[~2014-09-17 7:36 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-17 7:26 Emacs server and org-protocol Gonzalo Camarillo
2014-09-17 7:36 ` Paul Rudin [this message]
2014-09-17 8:17 ` Gonzalo Camarillo
2014-09-17 7:46 ` Fabrice Popineau
2014-09-17 7:56 ` Paul Rudin
2014-09-17 8:43 ` Fabrice Popineau
2014-09-17 8:54 ` Alexis
2014-09-17 9:06 ` Eric S Fraga
2014-09-17 9:13 ` Alexis
2014-09-17 9:41 ` Fabrice Popineau
2014-09-17 10:57 ` Eric S Fraga
2014-09-17 13:50 ` Stefan Huchler
2014-09-17 14:03 ` Rainer M Krug
2014-09-17 20:11 ` Stefan Huchler
2014-09-18 1:03 ` Alexis
2014-09-17 19:57 ` Brett Viren
2014-09-17 8:03 ` Thorsten Jolitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871trabsw0.fsf@rudin.co.uk \
--to=paul-sqpymovxoov10xsdtd+oqa@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.