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 <p...@rudin.co.uk> wrote:

> Gonzalo Camarillo <gcama...@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)).
>
>
>
>

Reply via email to