Hi Paul,

yes, adding (require 'server) makes the function available. That is exactly what I was looking for. Thanks for the quick response!

Cheers,

Gonzalo


On Wed, Sep 17, 2014 at 9:36 AM, Paul Rudin <paul@rudin.co.uk> wrote:
Gonzalo Camarillo <gcamaril@gmail.com> 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)).