Synchronous process of pandoc in batch mode#40
Synchronous process of pandoc in batch mode#40minyez wants to merge 1 commit intoemacsorphanage:masterfrom
Conversation
|
It looks like some of the changes have nothing to do with running pandoc synchronously. May you please cleanup the pull request, leaving only relevant parts? You can create a separate request with unrelated improvements. |
|
Hi @yantar92 thank you very much for checking and sorry for late reply. I'm not experienced in lisp programming and hence not sure which parts are irrelevant. To make pandoc run synchronously in batch mode, I use |
|
Sorry, I confused things. May you please squash the commits into a single commit for easier review? |
3df760d to
43e7224
Compare
|
[ It took me a while to reach this item in my todo list. ] I am looking at the commit and feel that the same might be done easier. |
This PR implements synchronous run of pandoc process when Emacs runs in batch mode.
It addresses #6, where the asynchronous pandoc process will be killed before successful conversion when the master process of Emacs exits. The feature is achieved by checking the
noninteractivevariable, following the suggestion in the issue.