]> git.eshelyaron.com Git - emacs.git/commit
In Eshell, allow "-n" to suppress the trailing newline for "plain" echo
authorJim Porter <jporterbugs@gmail.com>
Thu, 20 Jan 2022 09:35:38 +0000 (10:35 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Jan 2022 10:04:43 +0000 (11:04 +0100)
commited490991d530f9f9311ead143ed267a999dd4c80
treedbf385bd84566d808df5e495f2b788f92be0c96f
parentbd6cfabdc3b9932ef4725b0594c41fc814bc1058
In Eshell, allow "-n" to suppress the trailing newline for "plain" echo

* doc/misc/eshell.texi (Built-in commands): Expand on the
documentation of echo (bug#27361).
* lisp/eshell/em-basic.el (eshell-echo): Respect OUTPUT-NEWLINE even
when 'eshell-plain-echo-behavior' is non-nil.
(eshell/echo): Add "-N" option and recommend its use over "-n" in
Lisp-friendly echo.
(eshell/printnl): Simplify; 'eshell-stringify' is equivalent to
calling 'eshell-echo' here.
doc/misc/eshell.texi
lisp/eshell/em-basic.el