emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/el-job 0b180cc276 112/143: Comments


From: ELPA Syncer
Subject: [elpa] externals/el-job 0b180cc276 112/143: Comments
Date: Sat, 22 Mar 2025 00:58:30 -0400 (EDT)

branch: externals/el-job
commit 0b180cc27641625ee42c80685c04e22123587ce7
Author: Martin Edström <meedstrom91@gmail.com>
Commit: Martin Edström <meedstrom91@gmail.com>

    Comments
---
 el-job.el | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/el-job.el b/el-job.el
index 2dc04e3bb7..0b7097e0c7 100644
--- a/el-job.el
+++ b/el-job.el
@@ -32,7 +32,15 @@
 ;; passes it back to the current Emacs.  In the meantime, current Emacs does
 ;; not hang at all.
 
-;; The only public API is the function `el-job-launch'.
+;; Public API:
+;; - `el-job-launch' (also main documentation)
+;; - `el-job-await'
+;; - `el-job-is-busy'
+
+;; Dev tools:
+;; - `el-job-cycle-debug-level'
+;; - `el-job-show-info'
+;; - `el-job-kill-all'
 
 ;;; Code:
 
@@ -470,7 +478,8 @@ see `el-job-launch'."
            "--batch"
            "--load" (el-job--ensure-compiled-lib 'el-job-child)
            "--eval" (format "(el-job-child--work #'%S)" funcall-per-input)))
-         ;; Ensure the working directory is not remote (it messes things up)
+         ;; Ensure the working directory is not remote.
+         ;; https://github.com/meedstrom/org-node/issues/46
          (default-directory invocation-directory))
     (el-job--with job (.stderr .id .ready .spawn-args .n-cores-to-use)
       (setf .stderr



reply via email to

[Prev in Thread] Current Thread [Next in Thread]