Variable: eshell-preoutput-filter-functions
eshell-preoutput-filter-functions is a customizable variable defined
in esh-mode.el.gz.
Value
nil
Documentation
Functions to call before output is inserted into the buffer.
These functions get one argument, a string containing the text to be inserted. They return the string as it should be inserted.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defcustom eshell-preoutput-filter-functions nil
"Functions to call before output is inserted into the buffer.
These functions get one argument, a string containing the text to be
inserted. They return the string as it should be inserted."
:type 'hook)