File: esh-proc.el.html

Defined variables (19)

eshell-delete-exited-processesIf nil, process entries will stick around until ‘jobs’ is run.
eshell-done-messages-in-minibufferIf non-nil, subjob "Done" messages will display in minibuffer.
eshell-exec-hookCalled each time a process is exec’d by ‘eshell-gather-process-output’.
eshell-kill-hookCalled when a process run by ‘eshell-gather-process-output’ has ended.
eshell-kill-process-signalsSignals used to kill processes when an Eshell buffer exits.
eshell-kill-process-wait-timeSeconds to wait between sending termination signals to a subprocess.
eshell-kill-processes-on-exitIf non-nil, kill active processes when exiting an Eshell buffer.
eshell-last-sync-output-startA marker that tracks the beginning of output of the last subprocess.
eshell-proc-load-hookA hook that gets run when ‘eshell-proc’ is loaded.
eshell-proc-modeNon-nil if Eshell-Proc mode is enabled.
eshell-proc-mode-hookHook run after entering or leaving ‘eshell-proc-mode’.
eshell-process-listA list of the current status of subprocesses.
eshell-process-wait-millisecondsThe number of milliseconds to delay waiting for a synchronous process.
eshell-process-wait-secondsThe number of seconds to delay waiting for a synchronous process.
eshell-process-wait-timeThe number of seconds to delay waiting for a synchronous process.
eshell-reset-signalsIf a termination signal matches this regexp, the terminal will be reset.
eshell-scratch-bufferScratch buffer for holding Eshell’s input/output.
eshell-subjob-messagesNon-nil if we should print process start/end messages for subjobs.
eshell-supports-asynchronous-processesNon-nil if Eshell can create asynchronous processes.

Defined functions (28)

eshell--reset-after-signal(STATUS)
eshell-complete-process-ref()
eshell-gather-process-output(COMMAND ARGS)
eshell-insert-process(PROCESS)
eshell-insertion-filter(PROC STRING)
eshell-interactive-process-filter(PROCESS STRING)
eshell-interrupt-process()
eshell-kill-process()
eshell-kill-process-function(PROC STATUS)
eshell-output-filter(PROCESS STRING)
eshell-proc-initialize()
eshell-proc-mode(&optional ARG)
eshell-process-active-p(PROCESS)
eshell-process-interact(FUNC &optional ALL QUERY)
eshell-query-kill-processes()
eshell-quit-process()
eshell-read-process-name(PROMPT)
eshell-record-process-object(OBJECT)
eshell-record-process-properties(PROCESS &optional INDEX)
eshell-remove-process-entry(ENTRY)
eshell-reset-after-proc(STATUS)
eshell-round-robin-kill(&optional QUERY)
eshell-sentinel(PROC STRING)
eshell-wait-for-process(&rest PROCS)
eshell-wait-for-processes(&optional PROCS TIMEOUT)
eshell/jobs()
eshell/kill(&rest ARGS)
eshell/wait(&rest ARGS)

Defined faces (0)