File: esh-arg.el.html
Parsing of arguments can be extended by adding functions to the
hook eshell-parse-argument-hook. For a good example of this, see
eshell-parse-drive-letter, defined in eshell-dirs.el.
Defined variables (10)
eshell-arg-load-hook | A hook that gets run when ‘eshell-arg’ is loaded. |
eshell-arg-mode | Non-nil if Eshell-Arg mode is enabled. |
eshell-arg-mode-hook | Hook run after entering or leaving ‘eshell-arg-mode’. |
eshell-current-argument-plain | If non-nil, the current argument is "plain", and not part of a command. |
eshell-delimiter-argument-list | List of characters to recognize as argument separators. |
eshell-parse-argument-hook | Define how to process Eshell command line arguments. |
eshell-special-chars-inside-quoting | Characters which are still special inside double quotes. |
eshell-special-chars-outside-quoting | Characters that require escaping outside of double quotes. |
eshell-special-ref-alist | Alist of special reference types for Eshell. |
eshell-special-ref-default | The default type for special references when the type keyword is omitted. |