File: esh-util.el.html

Defined variables (22)

eshell-ange-ls-uidsList of user/host/id strings, used to determine remote ownership.
eshell-command-output-propertiesA list of text properties to apply to command output.
eshell-convert-numeric-argumentsIf non-nil, converting arguments of numeric form to Lisp numbers.
eshell-debug-commandA list of debug features to enable when running Eshell commands.
eshell-debug-command-bufferThe name of the buffer to log debug messages about command invocation.
eshell-group-fileIf non-nil, the name of the group file on your system.
eshell-group-namesA cache to hold the names of groups.
eshell-group-timestampA timestamp of when the group file was read.
eshell-handle-errorsIf non-nil, Eshell will handle errors itself.
eshell-host-namesA cache the names of frequently accessed hosts.
eshell-host-timestampA timestamp of when the hosts file was read.
eshell-hosts-fileThe name of the /etc/hosts file.
eshell-integer-regexpRegular expression used to match integer arguments.
eshell-number-regexpRegular expression used to match numeric arguments.
eshell-passwd-fileIf non-nil, the name of the passwd file on your system.
eshell-path-envContent of $PATH.
eshell-private-directory-modesThe file-modes value to use for creating "private" directories.
eshell-private-file-modesThe file-modes value to use for creating "private" files.
eshell-stringify-tIf non-nil, the string representation of t is "t".
eshell-tar-regexpRegular expression used to match tar file names.
eshell-user-namesA cache to hold the names of users.
eshell-user-timestampA timestamp of when the user file was read.

Defined functions (58)

eshell--mark-as-output(START END &optional OBJECT)
eshell--mark-yanked-as-output(START END)
eshell--region-p(OBJECT)
eshell--unmark-string-as-output(STRING)
eshell-always-debug-command(KIND STRING &rest OBJECTS)
eshell-condition-case(TAG FORM &rest HANDLERS)
eshell-convert(STRING &optional TO-STRING)
eshell-convert-to-number(STRING)
eshell-convertible-to-number-p(STRING)
eshell-copy-environment()
eshell-copy-tree(TREE &optional VECTORS-AND-RECORDS)
eshell-debug-command(KIND STRING &rest OBJECTS)
eshell-debug-command-start(COMMAND)
eshell-directory-files(REGEXP &optional DIRECTORY)
eshell-directory-files-and-attributes(DIR &optional FULL MATCH NOSORT ID-FORMAT)
eshell-file-attributes(FILE &optional ID-FORMAT)
eshell-find-delimiter(OPEN CLOSE &optional BOUND REVERSE-P BACKSLASH-P)
eshell-flatten-and-stringify(&rest ARGS)
eshell-flatten-list(TREE)
eshell-get-path(&optional LITERAL-P)
eshell-group-id(NAME)
eshell-group-name(GID)
eshell-list-to-string(LIST)
eshell-make-private-directory(DIR &optional PARENTS)
eshell-make-process-list(PROCS)
eshell-parse-ange-ls(DIR)
eshell-parse-colon-path(PATH-ENV)
eshell-printable-size(FILESIZE &optional HUMAN-READABLE BLOCK-SIZE USE-COLORS)
eshell-process-list-p(PROCS)
eshell-processp(PROC)
eshell-read-group-names()
eshell-read-host-names()
eshell-read-hosts(FILE RESULT-VAR TIMESTAMP-VAR)
eshell-read-hosts-file(FILENAME)
eshell-read-passwd(FILE RESULT-VAR TIMESTAMP-VAR)
eshell-read-passwd-file(FILE)
eshell-read-user-names()
eshell-redisplay(&optional FORCE)
eshell-regexp-arg(PROMPT)
eshell-set-path(PATH)
eshell-split-filename(FILENAME)
eshell-split-path(FILENAME)
eshell-stringify(OBJECT)
eshell-stringify-list(ARGS)
eshell-subgroups(GROUPSYM)
eshell-sublist(L &optional N M)
eshell-substring(STRING SUBLEN)
eshell-to-flat-string(VALUE)
eshell-under-windows-p()
eshell-uniqify-list(ARG &rest ARGS)
eshell-uniquify-list(ARG &rest ARGS)
eshell-user-id(NAME)
eshell-user-login-name()
eshell-user-name(&optional UID)
eshell-winnow-list(ENTRIES EXCLUDE &optional PREDICATES)
eshell-with-file-modes(MODES &rest FORMS)
eshell-with-private-file-modes(&rest FORMS)
eshell-with-temp-command(COMMAND &rest BODY)

Defined faces (0)