summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Expand)AuthorAgeFilesLines
* Cleanup in em-extra.elStefan Kangas2021-04-171-26/+18
* * lisp/eshell/esh-util.el: Require `seq`Stefan Monnier2021-04-111-89/+77
* * lisp/eshell/esh-proc.el (eshell-kill-process-function): Use `remove-hook`Stefan Monnier2021-04-111-25/+13
* Fix cd to directories called "eshell" in eshellUtkarsh Singh2021-04-051-2/+3
* Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-052-15/+3
* Replace two functions with seq-subseqStefan Kangas2021-04-032-13/+9
* Remove redundant #' before lambda in eshell/*.elStefan Kangas2021-04-034-41/+41
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-1/+1
* Delete some commented out defgroupsStefan Kangas2021-03-241-8/+0
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-3/+3
* Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-121-1/+1
* Make pcomplete-ignore-case obsoleteLars Ingebrigtsen2021-02-091-3/+3
* Allow eshell to have an "erasedups"-like historyLars Ingebrigtsen2021-02-041-8/+22
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-2/+1
* Make two eshell aliases obsoleteStefan Kangas2021-02-012-13/+12
* * lisp/eshell/em-cmpl.el (eshell--complete-commands-list): Fix last fixStefan Monnier2021-01-311-58/+37
* * lisp/eshell/em-cmpl.el: Try and fix bug#41423Stefan Monnier2021-01-311-58/+60
* Update copyright year to 2021Paul Eggert2021-01-0128-28/+28
* Fix some over-wide docstringsStefan Kangas2020-12-301-1/+2
* Prefer setq to set+quoteStefan Kangas2020-12-141-3/+3
* * lisp/eshell/esh-mode.el (eshell-mode): Remove XEmacs compat code.Stefan Kangas2020-12-041-4/+2
* Prefer setq-local in eshellStefan Kangas2020-12-0416-107/+90
* Fix "grep foo bar" in eshellLars Ingebrigtsen2020-12-031-1/+1
* Don't make grep arguments invisible in eshellLars Ingebrigtsen2020-12-031-9/+6
* Remove redundant requires of envStefan Kangas2020-12-021-1/+0
* Use null-device where appropriateMichael Albinus2020-11-251-2/+1
* Assume font-lock is provided; it's preloaded since 22.1Stefan Kangas2020-11-191-2/+1
* Use 'eshell-find-alias-function' instead of fboundpRuthra Kumar2020-11-161-1/+1
* Don't quote lambdas in eshell/*.elStefan Kangas2020-11-1615-246/+212
* Fix misuses of `make-local-variable` on hooksStefan Monnier2020-11-042-33/+18
* Fix eshell glob modifiersMattias EngdegÄrd2020-10-311-13/+13
* Fix copying symbolic links in eshellLars Ingebrigtsen2020-10-301-1/+4
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
| * Revert "Fix eshell-mode-map initialization"Noam Postavsky2020-05-249-159/+100
* | Don't quote lambdas in several placesStefan Kangas2020-10-011-2/+2
* | Move several completions from eshell to pcomplete (Bug#10585)Stefan Kangas2020-09-212-59/+27
* | Move pcomplete/bcc32 from eshell to pcmpl-x (Bug#10585)Stefan Kangas2020-09-211-30/+0
* | Add some eshell completion patternsStefan Kangas2020-09-111-0/+3
* | Add autoload cookie to eshell-bookmark-jumpStefan Kangas2020-09-061-0/+1
* | * lisp/eshell/esh-mode.el: Remove redundant :group args.Stefan Kangas2020-09-031-34/+17
* | Support bookmarking Eshell buffersStefan Kangas2020-09-031-0/+25
* | eshell: Remove unnecessary check in em-histBrian Leung2020-08-261-1/+1
* | Remove some compat code from esh-io.elLars Ingebrigtsen2020-08-181-6/+1
* | Set the current buffer in esh-mode before running filter functionsSteven Allen2020-08-161-37/+38
* | Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-142-10/+0
* | Check make-process to determine if we support multi-processingLars Ingebrigtsen2020-08-121-1/+1
* | Revert "Remove compat code from esh-proc.el"Lars Ingebrigtsen2020-08-121-34/+85
* | Remove compat code from esh-proc.elLars Ingebrigtsen2020-08-111-85/+34
* | Evaluate some unnecessarily quoted lambdasBasil L. Contovounesios2020-06-211-5/+3