emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f7a899d7ca0 1/2: Document some missing Eshell commands


From: Jim Porter
Subject: master f7a899d7ca0 1/2: Document some missing Eshell commands
Date: Sat, 8 Jul 2023 01:58:15 -0400 (EDT)

branch: master
commit f7a899d7ca073991d4d43acb219d4c16b158e42b
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    Document some missing Eshell commands
    
    * doc/misc/eshell.texi (Built-ins): Document 'eshell-debug'.
    (Extra built-in commands): Document 'count', 'ff', and 'gf'.
---
 doc/misc/eshell.texi | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 0e2f5e02973..185f7638a85 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -575,6 +575,14 @@ Prints the current environment variables.  Unlike in Bash, 
this
 command does not yet support running commands with a modified
 environment.
 
+@item eshell-debug
+@cmindex eshell-debug
+Toggle debugging information for Eshell itself.  You can pass this
+command the argument @code{errors} to enable/disable Eshell trapping
+errors when evaluating commands, or the argument @code{commands} to
+show/hide command execution progress in the buffer @code{*eshell last
+cmd*}.
+
 @item exit
 @cmindex exit
 Exit Eshell and save the history.  By default, this command kills the
@@ -2118,11 +2126,27 @@ add @code{eshell-xtra} to @code{eshell-modules-list}.
 
 @table @code
 
+@item count
+@cmindex count
+A wrapper around the function @code{cl-count} (@pxref{Searching
+Sequences,,, cl, GNU Emacs Common Lisp Emulation}).  This command can
+be used for comparing lists of strings.
+
 @item expr
 @cmindex expr
 An implementation of @command{expr} using the Calc package.
 @xref{Top,,, calc, The GNU Emacs Calculator}.
 
+@item ff
+@cmindex ff
+Shorthand for the the function @code{find-name-dired} (@pxref{Dired
+and Find, , , elisp, The Emacs Lisp Reference Manual}).
+
+@item gf
+@cmindex gf
+Shorthand for the the function @code{find-grep-dired} (@pxref{Dired
+and Find, , , elisp, The Emacs Lisp Reference Manual}).
+
 @item intersection
 @cmindex intersection
 A wrapper around the function @code{cl-intersection} (@pxref{Lists as



reply via email to

[Prev in Thread] Current Thread [Next in Thread]