aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/esh-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* When deleting output in Eshell, optionally add it to the kill ring.Tomas Volf2024-02-151-5/+13
* Fix detection of directly-invokable commands in EshellJim Porter2024-01-261-8/+9
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Fix behavior of Eshell prompt when yanking output into itJim Porter2023-10-111-0/+3
* | Support Eshell iterative evaluation in the backgroundJim Porter2023-10-021-2/+2
* | ; Throw strings as the values for 'eshell-incomplete'Jim Porter2023-02-231-1/+1
* | Allow unloading EshellJim Porter2023-02-151-0/+1
* | ; Don't require 'eshell' in other Eshell filesJim Porter2023-02-151-0/+5
* | Add new user option password-colon-equivalentsMichael Albinus2023-02-131-1/+4
* | Make sure core Eshell modules are loadedJim Porter2023-02-111-3/+9
* | Ensure that Eshell users can run lines of command output as inputJim Porter2023-02-091-4/+2
* | Use the 'field' property to navigate through Eshell promptsJim Porter2023-01-141-0/+2
* | Make 'eshell-bol' obsoleteJim Porter2023-01-141-18/+13
* | Set the 'field' property for Eshell outputJim Porter2023-01-141-10/+15
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov2022-12-221-3/+1
* esh-mode: Add repeat-map for eshell-{forward,backward}-argumentBrian Leung2022-11-171-0/+8
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-2/+0
* Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-1/+0
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-3/+0
* Make eshell-mode more resilient towards `mode-line-format'Lars Ingebrigtsen2022-08-151-1/+2
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* Fix starting eshell with missing/invalid modules definedStefan Kangas2022-06-191-1/+5
* Set bookmark handler type for EshellStefan Kangas2022-06-171-0/+2
* 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