aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
Commit message (Collapse)AuthorAgeFilesLines
* Revision: [email protected]/emacs--cvs-trunk--0--patch-431Miles Bader2005-06-173-33/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove "-face" suffix from eshell faces 2005-06-17 Miles Bader <[email protected]> * lisp/eshell/esh-test.el (eshell-test-ok, eshell-test-failed): Remove "-face" suffix from face names. (eshell-test-ok-face, eshell-test-failed-face): New backward-compatibility aliases for renamed faces. (eshell-run-test): Use renamed eshell-test faces. * lisp/eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from face name. (eshell-prompt-face): New backward-compatibility alias for renamed face. (eshell-emit-prompt): Use renamed eshell-prompt face. * lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink) (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable) (eshell-ls-special, eshell-ls-missing, eshell-ls-archive) (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter): Remove "-face" suffix from face names. (eshell-ls-directory-face, eshell-ls-symlink-face) (eshell-ls-executable-face, eshell-ls-readonly-face) (eshell-ls-unreadable-face, eshell-ls-special-face) (eshell-ls-missing-face, eshell-ls-archive-face) (eshell-ls-backup-face, eshell-ls-product-face) (eshell-ls-clutter-face): New backward-compatibility aliases for renamed faces. (eshell-ls-decorated-name): Use renamed eshell-ls faces.
* (eshell-preinput-scroll-to-bottom): Fix spelling in docstrings.Juanma Barranquero2005-06-161-1/+1
|
* (eshell/export): Fix quoting in docstring.Juanma Barranquero2005-06-141-1/+1
|
* Changed all uses of `directory-sep-char' to ?/, and all uses ofJohn Wiegley2005-05-318-30/+20
| | | | `string-to-int' to `string-to-number'.
* (eshell-eval-command): If the return value of `eshell-resume-eval' isJohn Wiegley2005-05-271-5/+4
| | | | | | wrapped in a list, it indicates that the command was run asynchronously. In that case, unwrap the value before checking the delimiter value.
* (eshell-get-target): If `eshell-buffer-shorthand' is in use, and theJohn Wiegley2005-05-271-1/+2
| | | | | target is `t' or `nil' (which are the most common values), don't assume that the symbol target is a buffer.
* (eshell-complete-parse-arguments): If the character before a space atJohn Wiegley2005-05-271-1/+2
| | | | | the end of a line is \, assume the space is part of the last argument rather than a final argument separator.
* (eshell-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* (eshell-find-tag): Use with-no-warnings.Richard M. Stallman2005-05-141-1/+2
|
* (eshell-send-input): Doc fix.Andreas Schwab2005-05-121-1/+1
|
* * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' withWerner LEMBERG2005-03-252-4/+4
| | | | `invalid'.
* (eshell-previous-matching-input):Richard M. Stallman2004-12-301-1/+1
| | | | Start the deletion from the end of the output.
* (eshell-find-alias-function): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
|
* (eshell-test-goto-func): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
|
* (eshell-show-maximum-output): Don't use interactive-p.Richard M. Stallman2004-11-041-5/+6
| | | | (eshell-truncate-buffer): Just message, no error, if buffer is short.
* (eshell-du-sum-directory): Don't use directory-sep-char.Richard M. Stallman2004-10-271-1/+1
|
* (eshell-grep): Don't bind compilation-process-setup-function.Richard M. Stallman2004-10-191-5/+1
|
* (eshell-explicit-command-char): Doc fix.Richard M. Stallman2004-09-201-2/+2
|
* (eshell-display-predicate-help): Doc fix. Support choosing secondsEli Zaretskii2004-09-041-7/+8
| | | | with "s".
* Revision: [email protected]/emacs--cvs-trunk--0--patch-401Miles Bader2004-06-121-0/+4
| | | | More build-in-place tweaking of arch tagging
* Revision: [email protected]/emacs--cvs-trunk--0--patch-397Miles Bader2004-06-111-26/+27
| | | | | | | | | Work around vc-arch problems when building eshell 2004-06-10 Miles Bader <[email protected]> * lisp/eshell/esh-module.el (eshell-load-defgroups): Bind `vc-handled-backends' to nil when opening files.
* 2004-06-06 Emilio C. Lopes <[email protected]>John Wiegley2004-06-071-3/+2
| | | | | * eshell/esh-cmd.el (eshell/which): respect commands quoted with eshell-explicit-command-char
* Added entries to .cvsignore files.John Wiegley2004-05-151-0/+13
|
* 2004-05-15 John Wiegley <[email protected]>John Wiegley2004-05-151-20/+26
| | | | | | | * eshell/esh-io.el (eshell-get-target): whitespace changes. (eshell-output-object-to-target): Improve output speed 20% by not calling `eshell-stringify' if something is already known to be a string.
* 2004-05-13 John Wiegley <[email protected]>John Wiegley2004-05-141-7/+1
| | | | | | * eshell/esh-test.el (eshell-test): Call the function `emacs-version' rather than trying to build a custom version string.
* 2004-05-08 John Wiegley <[email protected]>John Wiegley2004-05-081-8/+7
| | | | | | | * eshell/em-glob.el (eshell-glob-initialize): Move initialization of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that function can be used outside of eshell buffers. (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
* Add "(require 'eshell)", to get necessary featuresEli Zaretskii2004-04-274-3/+7
| | | | | when M-x customize-group loads modules before the main eshell.el.
* * eshell/esh-cmd.el (eshell-cmd):Juri Linkov2004-03-261-1/+1
| | | | Comment out broken info-links to incomplete Info manual.
* * eshell/em-smart.el (eshell-smart):Juri Linkov2004-03-261-1/+1
| | | | Comment out broken info-links to incomplete Info manual.
* * eshell/em-banner.el (eshell-banner):Juri Linkov2004-03-261-1/+1
| | | | Comment out broken info-links to incomplete Info manual.
* * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):Juri Linkov2004-03-261-2/+2
| | | | Comment out broken info-links to incomplete Info manual.
* (eshell): Fix broken info-link.Juri Linkov2004-03-261-1/+1
|
* (eshell-smart-maybe-jump-to-end): Fix typo.Juanma Barranquero2004-02-291-1/+1
|
* (eshell-modifier-alist): Changed the "eval again" modifier from 'e' toJohn Wiegley2004-02-201-2/+2
| | | | 'E', since 'e' is also used by the "file extension" modifier.
* (eshell-hist-word-reference): Fix formatAndreas Schwab2004-02-081-2/+2
| | | | string.
* (eshell-send-invisible): Fix format string.Andreas Schwab2004-02-081-2/+2
|
* (eshell-ls-file): There are times with size-width is nil andJohn Wiegley2003-11-171-2/+2
| | | | | | | | uncomputed (when directories are created in dired, for example); in this case, 4 is reasonable default value, although it may caused skewed new entries (which could be avoided by returning the original value of 8 in all cases, but 99% of the time this is a waste of whitespace).
* (eshell-ls-file): Instead of making the size field in a long-listingJohn Wiegley2003-11-161-2/+2
| | | | | always 8 characters, use `size-width', which has already been computed.
* (eshell-parse-variable-ref): Added a backslash that was optional, butJohn Wiegley2003-11-141-1/+1
| | | | obviously missing based on surrounding code.
* (eshell-lisp-command): Do not late-convert string arguments to numbersJohn Wiegley2003-11-141-1/+2
| | | | unless the whole argument was seen as a number.
* Add arch taglinesMiles Bader2003-09-0129-0/+29
|
* (eshell-do-opt): Avoid variable as formatAndreas Schwab2003-06-221-2/+2
| | | | argument for error.
* Fix typo in comment.Juanma Barranquero2003-05-101-1/+1
|
* 2003-03-26 Steve Youngs <[email protected]>:John Wiegley2003-03-251-1/+1
| | | | | | (eshell-plain-locate-behavior): Make the default the return value of `eshell-under-xemacs-p', ie, nil for GNU/Emacs and non-nil for XEmacs.
* (eshell-separate-commands): Fix typo.Juanma Barranquero2003-01-271-1/+1
|
* (eshell-save-history-on-exit): Renamed `eshell-ask-to-save-history'John Wiegley2003-01-151-9/+9
| | | | | to `eshell-save-history-on-exit', because the former name is somewhat unrelated to the variables' possible values.
* (eshell-ls-product-regexp): Fix typo.Andreas Schwab2002-12-071-1/+1
|
* Require esh-util.Richard M. Stallman2002-11-292-0/+2
|
* Require eshell.Richard M. Stallman2002-11-291-0/+2
|
* (function-p-func): Avoid `xemacs-p'.Stefan Monnier2002-11-071-1/+1
|