master 779a37c0769: ; Remove another idea from the Eshell manual
Jim Porter <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: master commit 779a37c0769065ccb2ec9941a6bc683f806e5d9f Author: Jim Porter <[email protected]> Commit: Jim Porter <[email protected]> ; 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". --- doc/misc/eshell.texi | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 82e56b3d800..db9f35328e4 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi @@ -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.