(require 'server) makes the function available. That is exactly what I was looking for. Thanks for the quick response!
Cheers,
Gonzalo
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)).