summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-2529-30/+30
|
* (eshell/kill): Tweak regexp to recognize SIGUSR1 and SIGUSR2.Chong Yidong2007-03-301-1/+1
|
* eshell ansi-color hookMark A. Hershberger2007-03-161-0/+9
|
* (eshell-rewrite-for-command): Fix typo in docstring.Juanma Barranquero2007-01-291-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-2129-29/+29
|
* Update copyright years.Glenn Morris2006-12-0925-25/+25
|
* (eshell-glob-chars-list) (eshell-glob-translate-alist): Add supportJohn Wiegley2006-08-101-1/+2
| | | | for [^g] in character globs.
* (eshell-prefer-to-shell): Variable deleted;Richard M. Stallman2006-03-111-18/+0
| | | | the way it is implemented is too unclean.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-0629-29/+29
|
* *** empty log message ***John Wiegley2005-11-011-2/+1
|
* (eshell-do-ls): Added no-op support for --dired flag, to preventJohn Wiegley2005-11-011-3/+7
| | | | | | | | Eshell from using the system ls when `eshell-ls-insert-directory' is in used. (eshell-ls-insert-directory): Disable font-lock in directory buffer so that Eshell's own fontification is seen. This broke recently due to changes in font-lock, so this goes back to version 21 behavior.
* (eshell-extended-glob): Expand the "." path before passing it down toJohn Wiegley2005-11-011-1/+2
| | | | | `eshell-glob-entries'. This is done because special file-handlers will on trigger on ".", even if `default-directory' is special.
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefix substring of completion to `display-completion-list'. * mh-comp.el (mh-complete-word): Pass the common prefix substring of completion to `display-completion-list'. * dabbrev.el (dabbrev-completion): Pass the common prefix substring of completion to `display-completion-list'. * filecache.el (file-cache-minibuffer-complete) (file-cache-complete): Ditto. * tempo.el (tempo-display-completions): Ditto. * wid-edit.el (widget-file-complete, widget-color-complete): Ditto. * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto. * eshell/em-hist.el (eshell-list-history): Ditto. * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto. * progmodes/etags.el (complete-tag): Ditto. * progmodes/make-mode.el (makefile-complete): Ditto. * progmodes/meta-mode.el (meta-complete-symbol): Ditto. * progmodes/octave-mod.el (octave-complete-symbol): Ditto. * progmodes/pascal.el (pascal-complete-word) (pascal-show-completions): Ditto. * textmodes/bibtex.el (bibtex-complete-internal): Ditto. * simple.el (completion-common-substring): New variable. (completion-setup-function): Use `completion-common-substring' to put faces. * minibuf.c (Fdisplay_completion_list): Add new optional argument COMMON_SUBSTRING. Bind `completion-common-substring' to the optional argument during running `completion-setup-hook'.
* Correct my previous breakage of parens.Deepak Goel2005-09-181-2/+2
|
* message format spec fixes (commit # 7)Deepak Goel2005-09-181-2/+2
|
* (eshell-windows-shell-file): Look for command.com, not command.exe.Eli Zaretskii2005-08-271-1/+1
|
* *** empty log message ***John Wiegley2005-08-261-2/+1
|
* (eshell-rewrite-named-command): Changed the code around a bit so thatJohn Wiegley2005-08-261-6/+8
| | | | | an extraneous nil argument is not added to a command when no args are given.
* (eshell-flatten-list): Don't call eshell-flatten-list on aJohn Wiegley2005-08-261-1/+2
| | | | sub-argument if it is eq to nil.
* (eshell-parse-double-quote): If a double-quoted argument resolves toJohn Wiegley2005-08-261-2/+4
| | | | | nil, return it as an empty string rather than as nil. This made it impossible to pass "" to a shell script as a null string argument.
* (eshell): Avoid warnings about eshell-mode.Richard M. Stallman2005-08-091-4/+3
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-0129-29/+58
|
* (eshell-ls-decorated-name): Doc fix.Juanma Barranquero2005-07-211-5/+4
| | | | | (eshell-ls-missing, eshell-ls-dired-initial-args, eshell-ls-use-in-dired): Fix typos in docstrings.
* (eshell-rebind-keys-alist): Add defvar.Richard M. Stallman2005-07-161-3/+5
| | | | (eshell-hist-initialize): Use that var the natural way.
* Update FSF's address.Lute Kamstra2005-07-051-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-0429-58/+58
|
* (eshell-var): Fix typo in docstring.Juanma Barranquero2005-07-041-1/+1
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-431Miles Bader2005-06-173-33/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove "-face" suffix from eshell faces 2005-06-17 Miles Bader <miles@gnu.org> * 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: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401Miles Bader2004-06-121-0/+4
| | | | More build-in-place tweaking of arch tagging
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397Miles Bader2004-06-111-26/+27
| | | | | | | | | Work around vc-arch problems when building eshell 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu> * lisp/eshell/esh-module.el (eshell-load-defgroups): Bind `vc-handled-backends' to nil when opening files.
* 2004-06-06 Emilio C. Lopes <eclig@gmx.net>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
|