Variable: tramp-direct-async-process

tramp-direct-async-process is a variable defined in tramp.el.gz.

Value

nil

Documentation

Whether direct asynchronous processes should be used.

It is not recommended to change this variable globally. Instead, it should be set connection-local.

Probably introduced at or before Emacs version 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defvar tramp-direct-async-process nil
  "Whether direct asynchronous processes should be used.
It is not recommended to change this variable globally.  Instead, it
should be set connection-local.")