jwiegley / emacs-async

Simple library for asynchronous processing in Emacs
GNU General Public License v3.0
838 stars 68 forks source link

async doesn't work with -Q #9

Closed nicferrier closed 10 years ago

nicferrier commented 11 years ago

I'm guessing async loads the same lisp environment in the child as the parent.

Can it be abstracted and documented how that happens? So potentially you could supply a load-path?

thierryvolpiatto commented 11 years ago

I'm guessing async loads the same lisp environment in the child as the parent.

It doesn't, you have to "inject" yourself the needed environment .