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