Hello,

Rasmus <ras...@gmx.us> writes:

> My understanding of Sebastien's question is whether you could run
> async with a new Emacs server, with `server-name' "slave" say.  It
> would only allow one process at the time, but it would also only load
> init once.

It would also leave another emacs server open all the time.

But, seriously, with a dedicated asynchronous init file, init time is
negligible. Here, it is 3 milliseconds. You can measure it with:

  (org-export-async-start
   (lambda (result) (message result))
   '(format-time-string "%S,%3N s"
                        (time-subtract after-init-time before-init-time)))


Regards,

-- 
Nicolas Goaziou

Reply via email to