aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/eshell/esh-util.el (pcomplete/ssh): Remove alias. (tiny change)Mike Lamb2012-01-231-2/+0
| | | | | | There is a better pcomplete/ssh defined in pcmpl-unix.el. Fixes: debbugs:10548
* Handle comments in eshell-read-hosts-file (tiny change)Mike Lamb2012-01-231-1/+1
| | | | | | * lisp/eshell/esh-util.el (eshell-read-hosts-file): Skip comment lines. Fixes: debbugs:10549
* eshell fix for change in return value of `diff' command (bug#10420)Glenn Morris2012-01-051-2/+5
| | | | | * lisp/eshell/em-unix.el (diff-no-select): Autoload it. (eshell/diff): Use diff-no-select.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0527-27/+27
|
* Spelling fixes.Paul Eggert2011-12-111-1/+1
|
* Spelling fixes.Paul Eggert2011-12-051-1/+1
|
* Fix some em-hist custom types.Glenn Morris2011-12-011-2/+4
| | | | | * lisp/eshell/em-hist.el (eshell-history-file-name, eshell-history-size): Fix custom type.
* Tweak previous em-hist.el change.Glenn Morris2011-12-011-2/+3
|
* Small eshell-history-size fix.Glenn Morris2011-12-011-1/+6
| | | | | * lisp/eshell/em-hist.el (eshell-hist-initialize): Handle eshell-history-size nil and HISTSIZE set or unset.
* Spelling fixes.Paul Eggert2011-11-192-2/+2
|
* Spelling fixes.Paul Eggert2011-11-193-3/+3
|
* * lisp/eshell/esh-cmd.el (eshell-do-eval): Handle `setq'.Stefan Monnier2011-11-182-61/+56
| | | | | | | | | (eshell-rewrite-for-command): Remove workaround. (eshell-do-pipelines, eshell-do-pipelines-synchronously) (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq. * lisp/eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare. Fixes: debbugs:9907
* Spelling fixes.Paul Eggert2011-11-171-1/+1
|
* Spelling fixes.Paul Eggert2011-11-141-1/+1
|
* Spelling fixes.Paul Eggert2011-11-141-1/+1
|
* Spelling fixes.Paul Eggert2011-11-141-1/+1
|
* Spelling fixes.Paul Eggert2011-11-121-1/+1
|
* * lisp/eshell/esh-cmd.el (eshell-rewrite-for-command): Fix last change.Stefan Monnier2011-10-301-15/+24
| | | | | | (eshell-do-eval): Handle multiple expressions in `while' body. Fixes: debbugs:9907
* * lisp/eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the listStefan Monnier2011-10-291-186/+126
| | | | | | | | | | | | | | | | in place. (eshell-subcommand-arg-values, eshell-rewrite-named-command) (eshell-rewrite-if-command, eshell-rewrite-for-command) (eshell-structure-basic-command, eshell-rewrite-while-command) (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command) (eshell-parse-subcommand-argument, eshell-parse-lisp-argument) (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval) (eshell-do-pipelines-synchronously, eshell-eval-command): Use backquotes and prefer setq to set. (eshell-lookup-function, function-p-func, eshell-functionp): Remove. (eshell-macrop): Use functionp. Fixes: debbugs:9907
* * lisp/eshell/eshell.el (eshell-command): History have to be saved only in ↵thierry volpiatto2011-10-111-5/+3
| | | | interactive use to avoid error.
* * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.thierry volpiatto2011-10-081-10/+10
|
* * lisp/eshell/eshell.el (eshell-command): Enable `eshell-mode' only in ↵thierry volpiatto2011-10-061-7/+7
| | | | current minibuffer (Fix bug with recursive minibuffers).
* * eshell/em-smart.el (eshell-smart-display-navigate-list): Add ↵Chong Yidong2011-06-301-0/+1
| | | | mouse-yank-primary.
* * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).Jari Aalto2011-06-271-1/+8
| | | | | (eshell-ls-date-format): New defcustom. (eshell-ls-file): Use it.
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-232-42/+31
|
* lisp/eshell/esh-mode.el (find-tag-interactive): Small cleanup.Juanma Barranquero2011-04-221-2/+3
| | | | | | * eshell/esh-mode.el (find-tag-interactive): Declare function. (eshell-find-tag): Remove `with-no-warnings', unneeded now. Pass argument NO-DEFAULT to `find-tag-interactive'.
* esh-opt trivia.Glenn Morris2011-03-221-4/+3
| | | | | * lisp/eshell/esh-opt.el (eshell-eval-using-options): Do not bind unused local variable `eshell-option-stub'.
* * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args): Doc fixes.Glenn Morris2011-03-201-8/+47
|
* * lisp/eshell/esh-util.el (eshell-condition-case): Doc fix.Glenn Morris2011-03-091-1/+2
|
* Move eshell's self-tests to the test/ directory.Glenn Morris2011-03-057-405/+0
| | | | | | | | | * lisp/eshell/esh-var.el: Don't require esh-test when compiling. * lisp/eshell/em-banner.el, lisp/eshell/esh-cmd.el, lisp/eshell/esh-mode.el: * lisp/eshell/esh-var.el, lisp/eshell/eshell.el: Move tests to esh-test. * lisp/eshell/esh-test.el: Move to ../../test/eshell.el * test/eshell.el: Move here from lisp/eshell/esh-test.el.
* * lisp/eshell/esh-proc.el (eshell-kill-process-function): Fix typo in previous.Glenn Morris2011-03-051-1/+1
|
* esh-util.el comment fix.Glenn Morris2011-03-041-1/+0
|
* Default all eshell hooks to nil (bug#5375)Glenn Morris2011-03-0420-45/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eshell/esh-mode.el (eshell-kill-buffer-function): New function. (eshell-mode): Use eshell-kill-buffer-function. Run the -initialize functions independently of the -load-hooks. * eshell/esh-proc.el (eshell-kill-process-function): New function. (eshell-gather-process-output, eshell-sentinel) (eshell-interrupt-process, eshell-kill-process, eshell-quit-process): Use eshell-kill-process-function. * eshell/em-alias.el (eshell-alias-load-hook): * eshell/em-banner.el (eshell-banner-load-hook): * eshell/em-cmpl.el (eshell-cmpl-load-hook): * eshell/em-dirs.el (eshell-dirs-load-hook): * eshell/em-glob.el (eshell-glob-load-hook): * eshell/em-hist.el (eshell-hist-load-hook): * eshell/em-pred.el (eshell-pred-load-hook): * eshell/em-prompt.el (eshell-prompt-load-hook): * eshell/em-rebind.el (eshell-rebind-load-hook): * eshell/em-script.el (eshell-script-load-hook): * eshell/em-smart.el (eshell-smart-load-hook): * eshell/em-term.el (eshell-term-load-hook): * eshell/em-unix.el (eshell-unix-load-hook): * eshell/esh-arg.el (eshell-arg-load-hook): * eshell/esh-cmd.el (eshell-cmd-load-hook): * eshell/esh-ext.el (eshell-ext-load-hook): * eshell/esh-io.el (eshell-io-load-hook): * eshell/esh-mode.el (eshell-exit-hook): * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook): * eshell/esh-var.el (eshell-var-load-hook): Set default hook values to nil. (Bug#5375)
* esh-module doc fixes.Glenn Morris2011-03-041-2/+2
| | | | | * lisp/eshell/esh-module.el (eshell-module-unload-hook) (eshell-modules-list): Remove leading * from defcustom docs.
* Make eshell-for obsolete (replaced by dolist)Glenn Morris2011-03-0414-35/+36
| | | | | | | | | | | | | | | | | | | | * eshell/esh-util.el (eshell-for): Make it obsolete. * eshell/em-alias.el (eshell/alias, eshell-alias-completions): * eshell/em-dirs.el (eshell-save-some-last-dir): * eshell/em-hist.el (eshell-save-some-history, eshell-hist-parse-modifier): * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files, eshell-ls-entries): * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su): * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval, eshell/which): * eshell/esh-ext.el (eshell-find-interpreter): * eshell/esh-mode.el (eshell-mode): * eshell/esh-module.el (eshell-unload-extension-modules): * eshell/esh-proc.el (eshell-process-interact): * eshell/esh-test.el (eshell-test): * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list): * eshell/esh-var.el (eshell/env, eshell-environment-variables) (eshell-variables-list): * eshell/eshell.el (eshell-unload-all-modules): Replace eshell-for with dolist.
* * eshell/esh-ext.el (eshell-external-command): Do not restrictMichael Albinus2011-02-221-1/+1
| | | | remote check to "ftp". (Bug#8089)
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-2428-56/+28
|
* Refill some copyright headers.Glenn Morris2011-01-153-6/+6
|
* Nuke arch-tags.Glenn Morris2011-01-1522-22/+0
|
* Merge from emacs-23Stefan Monnier2011-01-1428-31/+31
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0228-28/+28
| |
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-1/+3
|\ \ | |/
| * Minor fix for eshell-previous-matching-input (Bug#7585).Leo Liu2010-12-171-1/+3
| | | | | | | | | | * lisp/eshell/em-hist.el (eshell-previous-matching-input): Signal error if point is not behind eshell-last-output-end (Bug#7585).
* | * eshell/eshell.el (eshell-directory-name): Use locate-user-emacs-file ↵Leo Liu2010-12-161-1/+2
| | | | | | | | (Bug#7578).
* | Delete long unused functions and variables in rect.el.Chong Yidong2010-12-151-1/+0
| | | | | | | | | | | | lisp/rect.el (operate-on-rectangle-lines, string-rectangle-string): Delete unused variables. (move-to-column-force): Remove function obsolete since 21.2.
* | * lisp/eshell/: Use with-silent-modifications.Stefan Monnier2010-11-233-41/+44
| | | | | | | | | | | | | | * lisp/eshell/esh-cmd.el (eshell-parse-command): * lisp/eshell/esh-arg.el (eshell-parse-arguments): * lisp/eshell/em-script.el (eshell-source-file): Use with-silent-modifications.
* | esh-opt comments.Glenn Morris2010-11-101-5/+4
| |
* | Replace some eshell functions that duplicate standard functions.Glenn Morris2010-11-095-34/+14
| | | | | | | | | | | | | | | | | | * lisp/eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds): Remove. (eshell-read-passwd, eshell-read-hosts): Use time-less-p. * lisp/eshell/esh-test.el (eshell-test, eshell-show-usage-metrics): * lisp/eshell/em-unix.el (eshell-show-elapsed-time, eshell/time): * lisp/eshell/em-pred.el (eshell-pred-file-time): Use float-time. * lisp/eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
* | Silence compilation of some shell files.Glenn Morris2010-11-092-63/+60
| | | | | | | | | | | | | | | | | | * lisp/eshell/em-unix.el (eshell-remove-entries, eshell/rm) (eshell-shuffle-files, eshell-shorthand-tar-command) (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln): Prefix dynamic locals `interactive', `preview', `recursive', `verbose'. * lisp/eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries): Prefix dynamic local variable `matches'.
* | Minor esh-util changes.Glenn Morris2010-11-061-13/+15
| | | | | | | | | | | | * lisp/eshell/esh-util.el (subst-char-in-string) (directory-files-and-attributes): These compatibility definitions are not needed on any version of Emacs since at least 21.4.