mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-26 00:01:47 -07:00
Document some missing Eshell commands
* doc/misc/eshell.texi (Built-ins): Document 'eshell-debug'. (Extra built-in commands): Document 'count', 'ff', and 'gf'.
This commit is contained in:
parent
3710178024
commit
f7a899d7ca
1 changed files with 24 additions and 0 deletions
|
|
@ -575,6 +575,14 @@ Prints the current environment variables. Unlike in Bash, this
|
||||||
command does not yet support running commands with a modified
|
command does not yet support running commands with a modified
|
||||||
environment.
|
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
|
@item exit
|
||||||
@cmindex exit
|
@cmindex exit
|
||||||
Exit Eshell and save the history. By default, this command kills the
|
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
|
@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
|
@item expr
|
||||||
@cmindex expr
|
@cmindex expr
|
||||||
An implementation of @command{expr} using the Calc package.
|
An implementation of @command{expr} using the Calc package.
|
||||||
@xref{Top,,, calc, The GNU Emacs Calculator}.
|
@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
|
@item intersection
|
||||||
@cmindex intersection
|
@cmindex intersection
|
||||||
A wrapper around the function @code{cl-intersection} (@pxref{Lists as
|
A wrapper around the function @code{cl-intersection} (@pxref{Lists as
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue