Function: with-editor-output-filter

with-editor-output-filter is a byte-compiled function defined in with-editor.el.

Signature

(with-editor-output-filter STRING)

Documentation

Handle edit requests on behalf of comint-mode and eshell-mode(var)/eshell-mode(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/with-editor-20260301.1317/with-editor.el
(defun with-editor-output-filter (string)
  "Handle edit requests on behalf of `comint-mode' and `eshell-mode'."
  (with-editor-sleeping-editor-filter nil string))