aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/esh-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* When executing an Eshell pipeline, send input to the first processJim Porter2022-02-031-9/+19
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use defvar-keymap in eshellStefan Kangas2021-12-241-25/+22
* | Change eshell-mode mode-line-format insinuationLars Ingebrigtsen2021-11-241-1/+1
* | Improve undoing of RET in comint and eshellMiha Rihtaršič2021-11-081-0/+8
* | Merge from origin/emacs-28Glenn Morris2021-10-251-4/+3
|\ \ | |/
| * Fix issue with interpreting ANSI codes in eshellMiha Rihtaršič2021-10-251-4/+3
* | *-watch-for-password-prompt: Use run-at-time to read passwordMiha Rihtaršič2021-10-181-1/+8
|/
* * etc/NEWS: Announce Eshell bookmarks.Stefan Kangas2021-09-291-2/+0
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-1/+1
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/eshell/esh-mode.el (eshell-mode): Remove XEmacs compat code.Stefan Kangas2020-12-041-4/+2
* Prefer setq-local in eshellStefan Kangas2020-12-041-20/+15
* Don't quote lambdas in eshell/*.elStefan Kangas2020-11-161-30/+28
* 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
* Set the current buffer in esh-mode before running filter functionsSteven Allen2020-08-161-37/+38
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove some XEmacs compat code from esh*.elLars Ingebrigtsen2019-10-051-13/+7
* Fix eshell-mode-map initializationAlex Branham2019-08-151-32/+26
* Fix compilation warning in esh-modeLars Ingebrigtsen2019-06-201-5/+3
* Declare function in esh-mode before #'-ing itLars Ingebrigtsen2019-06-161-0/+3
* Avoid slow overlay ansi coloring in eshell (Bug#29854)Noam Postavsky2019-05-041-2/+4
* Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-091-1/+1
* Eshell: Try to untangle the dependencies; move 'provide's to the endStefan Monnier2019-04-081-15/+18
* Fix repeated 'custom-add-option' in esh-mode.el (Bug#34993)Mauro Aranda2019-04-031-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Detect Chinese sudo password prompts (Bug#31075)Noam Postavsky2018-08-231-1/+2
* | Fix infinite recursion in eshell/clear (Bug#31326)Jonathan Kyle Mitchell2018-07-101-2/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Let ansi-color overlay hooks work in eshell (Bug#27407)Noam Postavsky2017-07-031-1/+3
* Don't record eshell/clear "command" in history (Bug#25838)Noam Postavsky2017-02-261-2/+4
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-12-071-1/+1
|\ \ | |/
| * Fix a typo in an Eshell defcustomChunyang Xu2016-11-251-1/+1
* | Fix Eshell display when RTL characters are involvedEli Zaretskii2016-06-041-0/+5
* | Make spelling of "Eshell" consistentLars Ingebrigtsen2016-02-231-1/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix eshell/clear not working if the output has a small line countVibhav Pant2015-10-291-3/+2
* Bind inhibit-modification-hooks rather than a/b-c-fStefan Monnier2015-09-121-3/+4
* No longer set dired-directory in eshell. (Bug#16477)Glenn Morris2015-05-261-1/+0
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Spelling fixesPaul Eggert2015-04-191-1/+1
* Add option to eshell/clear to clear scrollback.Vibhav Pant2015-04-191-5/+13