summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Expand)AuthorAgeFilesLines
* Fix eshell-explicit-command-char doc string typoLars Ingebrigtsen2022-03-251-1/+1
* Fix evaluation of negated argument predicates in EshellJim Porter2022-03-131-6/+6
* Improve/correct documentation about Eshell variable expansionJim Porter2022-03-011-3/+12
* Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808Jim Porter2022-03-011-2/+6
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-0128-28/+28
* eshell-complete-parse-arguments: don't use string-match on a listÓscar Fuentes2021-12-271-1/+1
* Fix eshell for systems that do not have subprocessesPo Lu2021-12-121-2/+2
* Fix issue with interpreting ANSI codes in eshellMiha Rihtaršič2021-10-251-4/+3
* * etc/NEWS: Announce Eshell bookmarks.Stefan Kangas2021-09-291-2/+0
* ; Stylistic docfixes in eshell/*.el found by checkdocStefan Kangas2021-09-196-9/+12
* Docfix: use command substitution for 'universal-argument'Stefan Kangas2021-09-161-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* ; More minor docfixes found by checkdocStefan Kangas2021-09-1413-26/+26
* ; * lisp/eshell/em-unix.el (nil-blank-string): Doc fixHanno Perrey2021-09-121-1/+1
* Fix completion of extended "..." syntax in eshellMichalis V2021-08-271-2/+7
* Make `eshell-command' also work when asynchronousThierry Volpiatto2021-08-271-11/+17
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-094-4/+4
* Adjust eshell and ps-print to not use emacs-kill-hookLars Ingebrigtsen2021-07-042-4/+6
* Fix problem with empty command histories in eshell and `erase'Lars Ingebrigtsen2021-06-031-1/+1
* * lisp/eshell/em-pred.el: Take advantage of lexical scopingStefan Monnier2021-05-181-85/+82
* 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