Leo Vivier <leo.viv...@gmail.com> writes: > Hello, > > Thank you for pointing me in the right direction. I've created another > init file just for async-export, and not only have I got it to work, but > it's also quite a lot faster than it used to be. > > All that remains now is to find a way to re-write my function. My > knowledge of elisp if fairly limited, and I don't see how to communicate > with the background process other than by writing the value of my > toggle-variable to a file.
Hi Leo, In general, one would communicate with a subprocess through its input and output, and to do that in elisp please see (elisp) Input to Processes. Neil