mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; 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:
parent
9d48c8e69f
commit
779a37c076
|
|
@ -3301,13 +3301,6 @@ from @samp{!:1*}.
|
||||||
|
|
||||||
@item Specifying a frame as a redirection target should imply the currently active window's buffer
|
@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
|
@item Allow Eshell to read/write to/from standard input and output
|
||||||
|
|
||||||
This would be optional, rather than always using the Eshell buffer.
|
This would be optional, rather than always using the Eshell buffer.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue