summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make dedicated keymap and mode for eshell-command (Bug#41370)Noam Postavsky2020-05-241-9/+13
* | ; * lisp/eshell/esh-var.el (eshell-variable-aliases-list): Fix wording.Eli Zaretskii2020-04-111-1/+1
* | Reword documentation for eshell-variable-aliases-listFederico Tedin2020-04-111-15/+15
* | Copy INSIDE_EMACS env variable to subprocesses in Eshell (Bug#25496)Federico Tedin2020-04-022-5/+23
* | Remove more XEmacs compat code from eshellStefan Kangas2020-03-114-16/+4
* | Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-231-1/+1
|/
* Skip shell prompt on current line in Eshell even if it's protectedSteven Allen2020-02-211-1/+1
* Update copyright year to 2020Paul Eggert2020-01-0128-28/+28
* * lisp/eshell/em-term.el: Remove commented out XEmacs compat code.Stefan Kangas2019-10-281-14/+8
* Improve doc string of eshell and eshell-buffer-nameStefan Kangas2019-10-201-8/+21
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-1/+1
* Remove XEmacs compat code from esh-arg.elStefan Kangas2019-10-191-7/+1
* Add some more commands to eshell-visual-commandsStefan Kangas2019-10-081-16/+10
* Remove some XEmacs compat code from esh*.elLars Ingebrigtsen2019-10-053-49/+8
* * lisp/pcomplete.el: Mark 'pcomplete' command as obsoleteStefan Monnier2019-10-031-1/+1
* Don't use obsolete name in em-cmpl.elStefan Kangas2019-10-031-1/+1
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-1/+1
* Fix eshell-mode-map initializationAlex Branham2019-08-159-100/+159
* Use decoded-time accessors in esh-utilLars Ingebrigtsen2019-08-011-6/+6