; Remove another idea from the Eshell manual

This is implemented with a slightly-different syntax via Lisp pipelines.

* doc/misc/eshell.texi (Bugs and ideas): Remove idea about "output
translators".
This commit is contained in:
Jim Porter 2026-08-19 16:52:43 -07:00
parent 9d48c8e69f
commit 779a37c076

View file

@ -3301,13 +3301,6 @@ from @samp{!:1*}.
@item Specifying a frame as a redirection target should imply the currently active window's buffer
@item Implement @samp{>@var{func-or-func-list}}
This would allow for an ``output translators'', that take a function to
modify output with, and a target. Devise a syntax that works well with
pipes, and can accommodate multiple functions (i.e., @samp{>'(upcase
regexp-quote)} or @samp{>'upcase}).
@item Allow Eshell to read/write to/from standard input and output
This would be optional, rather than always using the Eshell buffer.