| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (eshell-copy-tree): Make it an alias for copy-tree. | Richard M. Stallman | 2002-06-10 | 1 | -17/+1 |
| | | |||||
| * | (eshell-copy-list): Function deleted. | Richard M. Stallman | 2002-06-10 | 1 | -11/+2 |
| | | | | | (eshell-sublist, eshell-copy-tree): Use copy-sequence. | ||||
| * | (eshell-mode, eshell-mode): Use copy-sequence. | Richard M. Stallman | 2002-06-10 | 1 | -2/+2 |
| | | |||||
| * | (eshell/diff): Use copy-sequence. | Richard M. Stallman | 2002-06-10 | 1 | -1/+1 |
| | | |||||
| * | (eshell-modify-global-environment): Added this customization variable, | John Wiegley | 2002-05-03 | 1 | -1/+8 |
| | | | | | | | | which will cause any "export" commands within any eshell buffer to modify the global Emacs environment. It defaults to nil, which means that such commands will only modify that Eshell buffer's environment. (eshell-var-initialize): Initialize `eshell-modify-global-environment'. | ||||
| * | (eshell-command-completions-alist): Improved default completion | John Wiegley | 2002-05-03 | 1 | -2/+3 |
| | | | | | targets for objdump, nm and readelf. | ||||
| * | (eshell-script-interpreter): Fix for CRLF operating systems to the | John Wiegley | 2002-04-12 | 1 | -1/+1 |
| | | | | | regexp used to detect a script's interpretor. | ||||
| * | Ignore esh-groups.el. | Stefan Monnier | 2002-04-01 | 1 | -0/+1 |
| | | |||||
| * | It's auto-generated anyway. | Stefan Monnier | 2002-04-01 | 1 | -135/+0 |
| | | |||||
| * | (eshell-binary-suffixes): Use exec-suffixes. | Stefan Monnier | 2002-03-18 | 1 | -4/+2 |
| | | |||||
| * | (eshell-parse-variable-ref): Use `make-temp-file'. | Colin Walters | 2002-03-01 | 1 | -1/+1 |
| | | |||||
| * | (eshell-var-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -3/+0 |
| | | |||||
| * | (eshell-show-usage-metrics): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -2/+0 |
| | | |||||
| * | (eshell-mode): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -5/+0 |
| | | |||||
| * | (eshell-io-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -3/+0 |
| | | |||||
| * | (eshell-ext-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -1/+0 |
| | | |||||
| * | (eshell-cmd-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -4/+0 |
| | | |||||
| * | (eshell-unix-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -2/+0 |
| | | |||||
| * | (eshell-smart-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -6/+0 |
| | | |||||
| * | (eshell-rebind-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -3/+0 |
| | | |||||
| * | (eshell-prompt-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -1/+0 |
| | | |||||
| * | (eshell-pred-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -1/+0 |
| | | |||||
| * | (eshell-hist-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -6/+0 |
| | | |||||
| * | (eshell-glob-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -2/+0 |
| | | |||||
| * | (eshell-dirs-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -3/+0 |
| | | |||||
| * | (eshell-cmpl-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -2/+0 |
| | | |||||
| * | (eshell-alias-initialize): Do not use make-local-hook. | Pavel Janík | 2002-02-16 | 1 | -2/+0 |
| | | |||||
| * | (eshell-hist-initialize): When in the minibuffer, use the global value | John Wiegley | 2002-02-16 | 1 | -15/+41 |
| | | | | | | | | | | | | | | | of `eshell-history-ring', and never save it to disk, or ask to save it to disk. This allows users of session.el to control whether its global state should be persisted or not. (eshell-add-command-to-history): Don't write Eshell's history out to disk, let the governing mode control that upon exit. (eshell-add-input-to-history): New function, with most of the code from eshell-add-to-history. (eshell-add-command-to-history): New function, to record in eshell-history the commands run via eshell-command. (eshell-add-to-history): Call eshell-add-command-to-history to do most of the work. | ||||
| * | (eshell-command): Before reading from the minibuffer, add | John Wiegley | 2002-02-16 | 1 | -0/+2 |
| | | | | | | eshell-add-command-to-history to minibuffer-exit-hook, and remove it after read-from-minibuffer returns. | ||||
| * | (eshell-external-command): Added a fix for XEmacs' new dired.el, which | John Wiegley | 2002-02-16 | 1 | -2/+4 |
| | | | | | | | adds a global entry in the `file-name-handler-alist'. (eshell-script-interpreter): Allow whitespace after the #! of a shell interpretor specification. | ||||
| * | (eshell-eval-command): If eshell-resume-eval | Eli Zaretskii | 2002-01-26 | 1 | -1/+3 |
| | | | | | returns t, don't treat that as an error. | ||||
| * | Fix typo. | Pavel Janík | 2002-01-12 | 1 | -1/+1 |
| | | |||||
| * | (various face definitions): Use :weight, not :bold. | Richard M. Stallman | 2001-12-31 | 1 | -15/+15 |
| | | |||||
| * | (eshell/cat): Do a quick test if something is a regular file, before | John Wiegley | 2001-10-17 | 1 | -3/+6 |
| | | | | | | checking if it is a directory or symlink. This avoids a call to eshell-file-attributes, which can be expensive in some situations. | ||||
| * | (eshell-ls-dired-initial-args): Added an extra customization variable, | John Wiegley | 2001-10-17 | 1 | -1/+7 |
| | | | | | to differentiate ls-in-dired from regular uses of ls. | ||||
| * | (eshell-shuffle-files, eshell-shuffle-files): | Eli Zaretskii | 2001-09-14 | 1 | -9/+13 |
| | | | | | Use `equal', not `=', since the device number can be a cons cell. | ||||
| * | (eshell-shuffle-files): Compare inodes with | Eli Zaretskii | 2001-09-10 | 1 | -1/+1 |
| | | | | | | `equal' instead of `=', since they can be cons cells. From Nils Goesche <cartan@cartan.de>. | ||||
| * | (eshell-send-invisible): Renamed from | Gerd Moellmann | 2001-07-16 | 1 | -4/+4 |
| | | | | | | send-invisible, which is already defined in Comint. (eshell-watch-for-password-prompt): Use it. | ||||
| * | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-15 | 29 | -29/+31 |
| | | |||||
| * | Added a version string. | John Wiegley | 2001-06-19 | 1 | -0/+1 |
| | | |||||
| * | Don't load in esh-util if it's already loaded. Also, added a comment | John Wiegley | 2001-06-19 | 1 | -1/+53 |
| | | | | | | describing how to greatly speedup Eshell loadup time, by concatenating together all of Eshell's .elc files. | ||||
| * | Disabled a test that often yields false failures. | John Wiegley | 2001-06-18 | 1 | -13/+13 |
| | | |||||
| * | (eshell-exit-success-p): Use a string-match to test if the last | John Wiegley | 2001-06-09 | 1 | -4/+6 |
| | | | | | | | command was Lisp or not. (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A B x C". | ||||
| * | Removed an empty comment. | John Wiegley | 2001-06-09 | 1 | -2/+0 |
| | | |||||
| * | (eshell-explicit-command-char): A new configuration variable, which | John Wiegley | 2001-05-18 | 1 | -1/+8 |
| | | | | | | | | | determines the initial character that forces use of an external version of a command. The default is *, but may be set to \, for example. (eshell-explicit-command): Use `eshell-explicit-command-char' instead of ?*. | ||||
| * | (eshell/which): Use `eshell-explicit-command-char' instead of ?*. | John Wiegley | 2001-05-18 | 1 | -1/+1 |
| | | |||||
| * | (eshell-completion-command-name, eshell-complete-commands-list): Use | John Wiegley | 2001-05-18 | 1 | -2/+2 |
| | | | | | `eshell-explicit-command-char' instead of ?*. | ||||
| * | Fixed reference to free variable. | John Wiegley | 2001-05-10 | 1 | -1/+1 |
| | | |||||
| * | (eshell-convert-numeric-arguments): Annotated the documentation string | John Wiegley | 2001-05-10 | 1 | -1/+12 |
| | | | | | to tell users about `eshell-no-numeric-conversions'. | ||||
| * | (eshell-lisp-command): Don't perform numeric conversions if a Lisp | John Wiegley | 2001-05-10 | 1 | -13/+19 |
| | | | | | | function has the property `eshell-no-numeric-conversions' set to a non-nil value. | ||||